GET /api/v1/ports/cl-lisp-unit/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "cl-lisp-unit",
"portdir": "lisp/cl-lisp-unit",
"version": "20161227",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/OdonataResearchLLC/lisp-unit",
"description": "A Test Framework for Common Lisp in the style of JUnit, designed and implemented with simplicity of use in mind.",
"long_description": "A Test Framework for Common Lisp in the style of JUnit, designed and implemented with simplicity of use in mind.",
"active": true,
"categories": [
"devel",
"lisp"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"abcl",
"ccl",
"clisp",
"sbcl",
"clang-17"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"cl-qrencode"
]
}
]
}