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

{
    "name": "lib2geom",
    "portdir": "graphics/lib2geom",
    "version": "1.3",
    "license": "(LGPL-2.1 or MPL-1.1)",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://gitlab.com/inkscape/lib2geom",
    "description": "2Geom is a computational geometry library intended for use with 2D vector graphics.",
    "long_description": "2Geom is a computational geometry library intended for use with 2D vector graphics. It concentrates on high-level algorithms, such as computing the length of a curve or Boolean operations on paths.",
    "active": true,
    "categories": [
        "graphics"
    ],
    "maintainers": [
        {
            "name": "devans",
            "github": "dbevans",
            "ports_count": 2662
        },
        {
            "name": "mascguy",
            "github": "mascguy",
            "ports_count": 359
        }
    ],
    "variants": [
        "debug",
        "apidocs",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "cmake",
                "clang-20",
                "boost181",
                "pkgconfig",
                "gettext"
            ]
        },
        {
            "type": "fetch",
            "ports": [
                "git"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "gettext-runtime",
                "gsl",
                "ragel",
                "cairo",
                "glib2",
                "double-conversion"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "inkscape-devel"
            ]
        }
    ]
}