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

{
    "name": "elixir",
    "portdir": "lang/elixir",
    "version": "1.16.2",
    "license": "Apache-2",
    "platforms": "any",
    "epoch": 1,
    "replaced_by": null,
    "homepage": "https://elixir-lang.org/",
    "description": "The Elixir Programming language",
    "long_description": "Elixir is a functional, meta-programming aware language built on top of the Erlang VM. It is a dynamic language that focuses on tooling to leverage Erlang's abilities to build concurrent, distributed and fault-tolerant applications with hot code upgrades.",
    "active": true,
    "categories": [
        "lang"
    ],
    "maintainers": [
        {
            "name": "ciserlohn",
            "github": "ci42",
            "ports_count": 37
        },
        {
            "name": "me",
            "github": "milmazz",
            "ports_count": 1
        },
        {
            "name": "secsaba",
            "github": "secsaba",
            "ports_count": 1
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-16"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "erlang"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "build",
            "ports": [
                "atomvm"
            ]
        }
    ]
}