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

{
    "name": "racket",
    "portdir": "lang/racket",
    "version": "9.0",
    "license": "Apache-2 and MIT",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://racket-lang.org",
    "description": "Scheme programming environment",
    "long_description": "Interactive, integrated, graphical Scheme programming environment.",
    "active": true,
    "categories": [
        "lang",
        "scheme"
    ],
    "maintainers": [
        {
            "name": "vital.had",
            "github": "barracuda156",
            "ports_count": 2571
        }
    ],
    "variants": [
        "x11",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "cctools",
                "libtool",
                "openssl",
                "file",
                "grep",
                "gsed",
                "clang-18"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "ncurses",
                "openssl",
                "ossp-uuid",
                "cairo",
                "fontconfig",
                "harfbuzz",
                "libjpeg-turbo",
                "libpixman",
                "lz4",
                "poppler",
                "freetype",
                "expat",
                "fribidi",
                "libiconv",
                "pango",
                "gettext-runtime",
                "MMTabBarView",
                "libpng",
                "zlib",
                "atk",
                "glib2",
                "libedit",
                "libffi",
                "mpfr"
            ]
        }
    ],
    "depends_on": []
}