GET /api/v1/ports/cl-access/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "cl-access",
"portdir": "lisp/cl-access",
"version": "20240307",
"license": "BSD",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/AccelerationNet/access",
"description": "A common lisp library to unify access to common dictionary-like data-structures",
"long_description": "A common lisp library to unify access to common dictionary-like data-structures",
"active": true,
"categories": [
"devel",
"www",
"lisp"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17",
"abcl",
"ccl",
"clisp",
"sbcl"
]
},
{
"type": "lib",
"ports": [
"cl-ppcre",
"cl-alexandria",
"cl-iterate",
"cl-closer-mop",
"cl-lisp-unit2"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"cl-djula"
]
}
]
}