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

{
    "name": "alan",
    "portdir": "lang/alan",
    "version": "0.1.23",
    "license": "Apache-2 and AGPL-3",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://alan-lang.org",
    "description": "The Alan Programming Language",
    "long_description": "The Alan Programming Language: The alan compiler and runtime can parallelize your code without concurrent or asynchronous programming (threads, promises, channels, etc) by only allowing iteration and recursion that is guaranteed to halt (e.g. no while (true) {} loops)",
    "active": true,
    "categories": [
        "lang"
    ],
    "maintainers": [
        {
            "name": "herby.gillot",
            "github": "herbygillot",
            "ports_count": 879
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "cargo",
                "yarn",
                "clang-9.0",
                "python27",
                "rust"
            ]
        }
    ],
    "depends_on": []
}