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

{
    "name": "ledit",
    "portdir": "editors/ledit",
    "version": "2.04",
    "license": "BSD",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://cristal.inria.fr/~ddr/",
    "description": "A line editor to be used with interactive commands.",
    "long_description": "The command ledit allows to edit lines one by one when running an interactive command. When typing a line, some keys with control or meta are interpreted: it is possible to insert characters in the middle of the line, go to the beginning or the end of the line, get a previous line, search for a line with a pattern, etc.",
    "active": true,
    "categories": [
        "editors"
    ],
    "maintainers": [],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-9.0",
                "ocaml"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "ncurses",
                "camlp5"
            ]
        }
    ],
    "depends_on": []
}