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

{
    "name": "osm2pgsql-lua",
    "portdir": "gis/osm2pgsql",
    "version": "1.11.0",
    "license": "GPL-2+",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://osm2pgsql.org",
    "description": "osm2pgsql-lua is OpenStreetMap data to PostgreSQL converter with Lua support",
    "long_description": "osm2pgsql-lua is a tool for loading OpenStreetMap data into a PostgreSQL / PostGIS database suitable for applications like rendering into a map, geocoding with Nominatim, or general analysis This sub-port includes support for Lua scripts.",
    "active": true,
    "categories": [
        "gis"
    ],
    "maintainers": [
        {
            "name": "vince",
            "github": "Veence",
            "ports_count": 62
        }
    ],
    "variants": [
        "debug",
        "postgresql12",
        "postgresql13",
        "postgresql14",
        "postgresql15",
        "postgresql16",
        "lua",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "cmake",
                "clang-17"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "nlohmann-json",
                "opencv4",
                "potrace",
                "lua",
                "expat",
                "boost176",
                "bzip2",
                "libosmium",
                "proj9",
                "CLI11",
                "libfmt8",
                "postgresql16",
                "pg16-postgis3",
                "protozero",
                "zlib"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "run",
            "ports": [
                "mod_tile"
            ]
        }
    ]
}