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

{
    "name": "sablotron",
    "portdir": "textproc/sablotron",
    "version": "1.0.3",
    "license": "(MPL-1.1 or GPL-2+)",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://sablotron.sourceforge.net/",
    "description": "XSLT, DOM and XPath processor",
    "long_description": "Sablotron is a fast, compact and portable XML toolkit implementing XSLT 1.0, DOM Level2 and XPath 1.0. Sablotron is an open project. The goal of this project is to create a lightweight, reliable and fast XML library processor conforming to the W3C specification, which is available for public and can be used as a base for multi-platform XML applications.",
    "active": true,
    "categories": [
        "textproc"
    ],
    "maintainers": [],
    "variants": [
        "apidocs",
        "debugger",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "libtool",
                "clang-9.0"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "spidermonkey",
                "expat",
                "libiconv"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "arb"
            ]
        }
    ]
}