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

{
    "name": "osmium-tool",
    "portdir": "gis/osmium-tool",
    "version": "1.15.0",
    "license": "GPL-3+ and MIT and BSD and Boost-1",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/osmcode/osmium-tool",
    "description": "A command line tool for working with OpenStreetMap",
    "long_description": "A multipurpose command line tool for working with OpenStreetMap data based on the Osmium library",
    "active": true,
    "categories": [
        "gis"
    ],
    "maintainers": [
        {
            "name": "frank.dean",
            "github": "frankdean",
            "ports_count": 11
        }
    ],
    "variants": [
        "debug",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-15",
                "cmake",
                "rapidjson",
                "pandoc",
                "protozero",
                "libosmium"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "lz4",
                "zlib",
                "expat",
                "boost176",
                "bzip2"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "run",
            "ports": [
                "mod_tile"
            ]
        }
    ]
}