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

{
    "name": "vlang",
    "portdir": "lang/vlang",
    "version": "0.4.3",
    "license": "MIT",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://vlang.io/",
    "description": "Simple, fast, safe, compiled language for developing maintainable software",
    "long_description": "Simple, fast, safe, compiled language for developing maintainable software. Compiles itself in <1s with zero library dependencies. This port provides weekly builds of Vlang.",
    "active": true,
    "categories": [
        "lang"
    ],
    "maintainers": [
        {
            "name": "harens",
            "github": "harens",
            "ports_count": 133
        }
    ],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-16"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "boehmgc"
            ]
        },
        {
            "type": "run",
            "ports": [
                "openssl"
            ]
        }
    ],
    "depends_on": []
}