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

{
    "name": "libANN",
    "portdir": "science/libANN",
    "version": "1.1.2",
    "license": "LGPL",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://www.cs.umd.edu/~mount/ANN/",
    "description": "A Library for Approximate Nearest Neighbor Searching",
    "long_description": "ANN is a library written in C++, which supports data structures and algorithms for both exact and approximate nearest neighbor searching in arbitrarily high dimensions.",
    "active": true,
    "categories": [
        "devel",
        "science"
    ],
    "maintainers": [],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-9.0"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "py27-scikits-ann",
                "gmsh"
            ]
        }
    ]
}