GET /api/v1/ports/osmium-tool/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "osmium-tool",
"portdir": "gis/osmium-tool",
"version": "1.18.0",
"license": "GPL-3+ and MIT and BSD and Boost-1",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://osmcode.org/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": 12
}
],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17",
"cmake",
"nlohmann-json",
"pandoc",
"protozero",
"libosmium"
]
},
{
"type": "lib",
"ports": [
"lz4",
"zlib",
"expat",
"boost176",
"bzip2"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"mod_tile"
]
}
]
}