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

{
    "name": "cl-try",
    "portdir": "lisp/cl-try",
    "version": "20230828",
    "license": "BSD",
    "platforms": "any",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/melisgl/try",
    "description": "Try is an extensible test framework with equal support for interactive and non-interactive workflows.",
    "long_description": "Try is an extensible test framework with equal support for interactive and non-interactive workflows.",
    "active": true,
    "categories": [
        "devel",
        "lisp"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-17",
                "abcl",
                "ccl",
                "clisp",
                "sbcl"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "cl-ppcre",
                "cl-alexandria",
                "cl-closer-mop",
                "cl-ieee-floats",
                "cl-mgl-pax"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "cl-dref-test",
                "cl-mgl-pax-test",
                "cl-named-readtables-test"
            ]
        },
        {
            "type": "test",
            "ports": [
                "cl-mgl-pax",
                "cl-dref"
            ]
        }
    ]
}