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

{
    "name": "cl-vom",
    "portdir": "lisp/cl-vom",
    "version": "20160810",
    "license": "MIT",
    "platforms": "any",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/orthecreedence/vom",
    "description": "A tiny logging library for Common Lisp",
    "long_description": "A tiny logging library for Common Lisp",
    "active": true,
    "categories": [
        "devel",
        "lisp"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "abcl",
                "ccl",
                "clisp",
                "sbcl",
                "clang-17"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "cl-async",
                "cl-blackbird",
                "cl-legion",
                "cl-wookie"
            ]
        }
    ]
}