GET /api/v1/ports/slime/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "name": "slime",
    "portdir": "lang/slime",
    "version": "2.28",
    "license": "Permissive",
    "platforms": "any",
    "epoch": 2022121000,
    "replaced_by": null,
    "homepage": "http://common-lisp.net/project/slime/",
    "description": "An Emacs mode for unifying Common Lisp development",
    "long_description": "SLIME extends Emacs with new support for interactive programming in Common Lisp. The features are centred around `slime-mode', an Emacs minor-mode that complements the standard `lisp-mode'. While `lisp-mode' supports editing Lisp source files, `slime-mode' adds support for interacting with a running Common Lisp process for compilation, debugging, documentation lookup, and so on.",
    "active": true,
    "categories": [
        "lang"
    ],
    "maintainers": [
        {
            "name": "easieste",
            "github": "easye",
            "ports_count": 15
        }
    ],
    "variants": [
        "app",
        "sbcl",
        "clisp",
        "abcl",
        "ccl",
        "ecl"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "texinfo",
                "clang-15"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "emacs"
            ]
        }
    ],
    "depends_on": []
}