GET /api/v1/ports/cl-async/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "cl-async",
"portdir": "lisp/cl-async",
"version": "20231114",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/orthecreedence/cl-async",
"description": "Asynchronous IO library for Common Lisp.",
"long_description": "Asynchronous IO library for Common Lisp.",
"active": true,
"categories": [
"devel",
"lisp"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"pkgconfig",
"abcl",
"ccl",
"clisp",
"sbcl",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"cl-trivial-gray-streams",
"cl-babel",
"cl-cffi",
"cl-usocket",
"cl-ironclad",
"cl-ppcre",
"cl-static-vectors",
"cl-vom",
"cl-quri",
"cl-libuv",
"cl-fast-io",
"openssl3",
"cl-bordeaux-threads",
"cl-fiveam",
"cl-flexi-streams",
"cl-trivial-features"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"cl-blackbird",
"cl-wookie"
]
}
]
}