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

{
    "name": "colm",
    "portdir": "lang/colm",
    "version": "0.14.7",
    "license": "MIT",
    "platforms": "darwin",
    "epoch": 1,
    "replaced_by": null,
    "homepage": "http://www.colm.net/open-source/colm/",
    "description": "Programming language for analysis and transformation.",
    "long_description": "Colm is a programming language designed for the analysis and transformation of computer languages. Colm is influenced primarily by TXL. It is in the family of program transformation languages.",
    "active": true,
    "categories": [
        "devel",
        "lang"
    ],
    "maintainers": [],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "autoconf",
                "automake",
                "libtool",
                "pkgconfig",
                "clang-17"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "ragel-devel",
                "ragel"
            ]
        }
    ]
}