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

{
    "name": "cl-montezuma",
    "portdir": "lisp/cl-montezuma",
    "version": "20170216",
    "license": "MIT",
    "platforms": "any",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/sharplispers/montezuma",
    "description": "Montezuma is a port of the Lucene text search engine library.",
    "long_description": "Montezuma is a port of the Lucene text search engine library.",
    "active": true,
    "categories": [
        "devel",
        "lisp"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clisp",
                "sbcl",
                "clang-17",
                "ccl"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "cl-ppcre",
                "cl-babel",
                "cl-fad"
            ]
        },
        {
            "type": "test",
            "ports": [
                "cl-trivial-timeout"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "build",
            "ports": [
                "nyxt"
            ]
        }
    ]
}