GET /api/v1/ports/cl-jpl-queues/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "cl-jpl-queues",
"portdir": "lisp/cl-jpl-queues",
"version": "0.1",
"license": "ISC",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.thoughtcrime.us/software/jpl-queues",
"description": "Common Lisp library implementing a few different kinds of queues",
"long_description": "Common Lisp library implementing a few different kinds of queues",
"active": true,
"categories": [
"devel",
"lisp"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"ccl",
"sbcl",
"clang-17",
"abcl",
"clisp"
]
},
{
"type": "lib",
"ports": [
"cl-jpl-util",
"cl-bordeaux-threads"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"cl-calispel"
]
}
]
}