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

{
    "name": "cl-named-readtables",
    "portdir": "lisp/cl-named-readtables",
    "version": "20230828",
    "license": "BSD",
    "platforms": "any",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/melisgl/named-readtables",
    "description": "Named-Readtables is a library that provides a namespace for readtables akin to the already-existing namespace of packages.",
    "long_description": "Named-Readtables is a library that provides a namespace for readtables akin to the already-existing namespace of packages.",
    "active": true,
    "categories": [
        "devel",
        "lisp"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "abcl",
                "ccl",
                "clisp",
                "sbcl",
                "clang-17"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "cl-mgl-pax-bootstrap"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "cl-fset",
                "cl-nodgui",
                "cl-parenscript",
                "cl-fare-quasiquote",
                "cl-interpol",
                "cl-mgl-pax",
                "cl-dref",
                "cl-named-readtables-test",
                "cl-pythonic-string-reader",
                "cl-rutils",
                "cl-syntax"
            ]
        }
    ]
}