GET /api/v1/ports/cl-html-encode/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "name": "cl-html-encode",
    "portdir": "lisp/cl-html-encode",
    "version": "1.2",
    "license": "MIT",
    "platforms": "any",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://www.cliki.net/html-encode",
    "description": "html-encode is a small library for encoding text in various web-savvy formats",
    "long_description": "html-encode is a small library for encoding text in various web-savvy formats",
    "active": true,
    "categories": [
        "devel",
        "lisp"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "abcl",
                "ccl",
                "clisp",
                "sbcl",
                "clang-17"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "cl-colorize",
                "cl-markdown"
            ]
        }
    ]
}