GET /api/v1/ports/beanstalkd/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "beanstalkd",
"portdir": "sysutils/beanstalkd",
"version": "1.12",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/kr/beanstalkd",
"description": "a fast, distributed, in-memory workqueue service",
"long_description": "beanstalkd is a fast, distributed, in-memory workqueue service. Its interface is generic, but is intended for use in reducing the latency of page views in high-volume web applications by running most time-consuming tasks asynchronously.",
"active": true,
"categories": [
"sysutils"
],
"maintainers": [
{
"name": "emanuele.giaquinta",
"github": "exg",
"ports_count": 5
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
}
],
"depends_on": []
}