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

{
    "name": "clucene-devel",
    "portdir": "devel/clucene-devel",
    "version": "3025",
    "license": "Apache-2 and LGPL-2.1",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://clucene.sourceforge.net/",
    "description": "the open-source, C++ search engine",
    "long_description": "CLucene is a high-performance, scalable, cross platform, full-featured, open-source indexing and searching API. Specifically, CLucene is the guts of a search engine, the hard stuff. You write the easy stuff: the UI and the process of selecting and parsing your data files to pump them into the search engine yourself, and any specialized queries to pull it back for display or further processing.",
    "active": true,
    "categories": [
        "devel"
    ],
    "maintainers": [],
    "variants": [
        "debug"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "cmake",
                "clang-9.0"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "zlib"
            ]
        }
    ],
    "depends_on": []
}