GET /api/v1/ports/cl-circular-streams/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "cl-circular-streams",
"portdir": "lisp/cl-circular-streams",
"version": "20161202",
"license": "LLGPL",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/fukamachi/circular-streams",
"description": "Circularly readable streams for Common Lisp",
"long_description": "Circularly readable streams for Common Lisp",
"active": true,
"categories": [
"devel",
"lisp"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17",
"abcl",
"ccl",
"sbcl"
]
},
{
"type": "lib",
"ports": [
"cl-flexi-streams",
"cl-trivial-gray-streams",
"cl-test-more",
"cl-fast-io"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"cl-lack"
]
}
]
}