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

{
    "name": "rlwrap",
    "portdir": "sysutils/rlwrap",
    "version": "0.46.1",
    "license": "GPL-2+",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/hanslub42/rlwrap",
    "description": "rlwrap is a readline wrapper.",
    "long_description": "rlwrap is a wrapper that enables any other command to support editing of keyboard input using the GNU readline library.",
    "active": true,
    "categories": [
        "sysutils"
    ],
    "maintainers": [
        {
            "name": "",
            "github": "kakuhen",
            "ports_count": 9
        }
    ],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "autoconf",
                "automake",
                "libtool",
                "clang-17"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "ncurses",
                "readline"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "run",
            "ports": [
                "derby",
                "maxima",
                "maxima-devel"
            ]
        }
    ]
}