GET /api/v1/ports/cl-osicat/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "cl-osicat",
"portdir": "lisp/cl-osicat",
"version": "20231003",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/osicat/osicat",
"description": "Osicat is a lightweight operating system interface for Common Lisp",
"long_description": "Osicat is a lightweight operating system interface for Common Lisp",
"active": true,
"categories": [
"devel",
"lisp"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17",
"abcl",
"ccl",
"clisp",
"sbcl"
]
},
{
"type": "lib",
"ports": [
"cl-rt",
"cl-trivial-features",
"cl-cffi",
"cl-alexandria"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"cl-should-test"
]
}
]
}