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

{
    "name": "libpostal",
    "portdir": "textproc/libpostal",
    "version": "1.1",
    "license": "MIT",
    "platforms": "darwin",
    "epoch": 1,
    "replaced_by": null,
    "homepage": "https://github.com/openvenues/libpostal",
    "description": "A C library for parsing/normalizing street addresses around the world",
    "long_description": "A C library for parsing/normalizing street addresses around the world. Powered by statistical NLP and open geo data.",
    "active": true,
    "categories": [
        "textproc"
    ],
    "maintainers": [
        {
            "name": "amake",
            "github": "amake",
            "ports_count": 136
        }
    ],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "autoconf",
                "automake",
                "libtool",
                "pkgconfig",
                "clang-16"
            ]
        },
        {
            "type": "run",
            "ports": [
                "libpostal-data"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "py27-pypostal",
                "py35-pypostal",
                "py36-pypostal",
                "py37-pypostal",
                "py38-pypostal"
            ]
        }
    ]
}