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

{
    "name": "sparsehash",
    "portdir": "devel/sparsehash",
    "version": "2.0.4",
    "license": "BSD",
    "platforms": "any",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/sparsehash/sparsehash",
    "description": "An extremely memory-efficient hash_map implementation",
    "long_description": "An extremely memory-efficient hash_map implementation. 2 bits/entry overhead! The SparseHash library contains several hash-map implementations, including implementations that optimize for space or speed. These hashtable implementations are similar in API to SGI's hash_map class, but with different performance characteristics. It's easy to replace hash_map by sparse_hash_map or dense_hash_map in C++ code.",
    "active": true,
    "categories": [
        "devel"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "autoconf",
                "automake",
                "libtool",
                "clang-17"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "build",
            "ports": [
                "libosmium-doc",
                "textmate2",
                "libosmium"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "py310-shiboken",
                "kdevplatform",
                "py39-graph-tool",
                "py310-graph-tool",
                "py312-graph-tool",
                "py311-graph-tool",
                "afscompress",
                "py37-graph-tool",
                "py38-graph-tool",
                "py27-shiboken",
                "py35-shiboken",
                "py36-shiboken",
                "py37-shiboken",
                "py38-shiboken",
                "py27-graph-tool",
                "bayon",
                "py39-shiboken",
                "py311-shiboken"
            ]
        }
    ]
}