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

{
    "name": "rebar",
    "portdir": "erlang/rebar",
    "version": "2.6.4",
    "license": "Apache-2",
    "platforms": "any",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/rebar/rebar",
    "description": "Rebar is an Erlang build tool that makes it easy to compile and test Erlang applications, port drivers and releases.",
    "long_description": "Rebar is a self-contained Erlang script, so it's easy to distribute or even embed directly in a project. Where possible, Rebar uses standard Erlang/OTP conventions for project structures, thus minimizing the amount of build configuration work. Rebar also provides dependency management, enabling application writers to easily re-use common libraries from a variety of locations (Git, Hg, etc).",
    "active": true,
    "categories": [
        "devel",
        "erlang"
    ],
    "maintainers": [
        {
            "name": "ciserlohn",
            "github": "ci42",
            "ports_count": 33
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-17"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "erlang"
            ]
        }
    ],
    "depends_on": []
}