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

{
    "name": "cl-jpl-util",
    "portdir": "lisp/cl-jpl-util",
    "version": "0.4",
    "license": "ISC",
    "platforms": "any",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://www.thoughtcrime.us/software/cl-jpl-util",
    "description": "cl-jpl-util is a collection of Common Lisp utility functions and macros, primarily for software projects by J.P. Larocque",
    "long_description": "cl-jpl-util is a collection of Common Lisp utility functions and macros, primarily for software projects by J.P. Larocque",
    "active": true,
    "categories": [
        "devel",
        "lisp"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "abcl",
                "ccl",
                "clisp",
                "sbcl",
                "clang-17"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "cl-calispel",
                "cl-jpl-queues"
            ]
        }
    ]
}