GET /api/v1/ports/sbcl-devel/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "sbcl-devel",
"portdir": "lang/sbcl",
"version": "20240924",
"license": "BSD",
"platforms": "darwin",
"epoch": 1,
"replaced_by": null,
"homepage": "http://www.sbcl.org",
"description": "The Steel Bank Common Lisp system",
"long_description": "Steel Bank Common Lisp (SBCL) is a Open Source implementation of ANSI Common Lisp. It provides an interactive environment including an integrated native compiler, interpreter, and debugger. SBCL is quite suitable for the creation of long running system services, as the compiler trades the time for a long initial compilation for blazingly fast loading of its binary runtime fasl representation.",
"active": true,
"categories": [
"lang"
],
"maintainers": [
{
"name": "easieste",
"github": "easye",
"ports_count": 15
}
],
"variants": [
"bootstrap_ecl",
"simd",
"html",
"pdf",
"threads",
"fancy"
],
"dependencies": [
{
"type": "build",
"ports": [
"sbcl-bootstrap",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"zstd"
]
},
{
"type": "run",
"ports": [
"clang-17"
]
}
],
"depends_on": []
}