GET /api/v1/ports/cl-should-test/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "cl-should-test",
"portdir": "lisp/cl-should-test",
"version": "20190829",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/vseloved/should-test",
"description": "A minimal yet feature-rich Common Lisp test framework",
"long_description": "A minimal yet feature-rich Common Lisp test framework",
"active": true,
"categories": [
"devel",
"lisp"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17",
"ccl",
"clisp",
"sbcl"
]
},
{
"type": "lib",
"ports": [
"cl-ppcre",
"cl-local-time",
"cl-osicat",
"cl-rutils"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"cl-redis",
"cl-rutils-test"
]
},
{
"type": "test",
"ports": [
"cl-rutils"
]
}
]
}