GET /api/v1/ports/cl-jonathan/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "cl-jonathan",
"portdir": "lisp/cl-jonathan",
"version": "20200902",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/rudolph-miller/jonathan",
"description": "JSON encoder and decoder.",
"long_description": "JSON encoder and decoder.",
"active": true,
"categories": [
"devel",
"lisp"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"abcl",
"ccl",
"clisp",
"sbcl",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"cl-proc-parse",
"cl-ppcre",
"cl-syntax",
"cl-legion",
"cl-babel",
"cl-annot",
"cl-trivial-types",
"cl-fast-io"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"cl-http-body"
]
}
]
}