GET /api/v1/ports/cl-html-diff/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "cl-html-diff",
"portdir": "lisp/cl-html-diff",
"version": "20090528",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/wiseman/cl-html-diff",
"description": "A Common Lisp library for generating a human-readable diff of two HTML documents.",
"long_description": "A Common Lisp library for generating a human-readable diff of two HTML documents.",
"active": true,
"categories": [
"devel",
"lisp"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"abcl",
"ccl",
"clisp",
"sbcl",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"cl-difflib"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"nyxt"
]
},
{
"type": "lib",
"ports": [
"cl-markdown"
]
}
]
}