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

{
    "name": "nanovg",
    "portdir": "graphics/nanovg",
    "version": "20190524",
    "license": "zlib",
    "platforms": "any",
    "epoch": 1,
    "replaced_by": null,
    "homepage": "https://github.com/wjakob/nanovg",
    "description": "antialiased 2-D vector drawing library on top of OpenGL for UI and visualizations",
    "long_description": "NanoVG is a small antialiased vector graphics rendering library for OpenGL. It has a lean API modeled after the HTML5 <canvas> API. It is intended to be a practical toolset for building scalable user interfaces and visualizations.",
    "active": true,
    "categories": [
        "graphics"
    ],
    "maintainers": [
        {
            "name": "",
            "github": "jasonliu--",
            "ports_count": 37
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-17"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "nanogui",
                "metalnanovg",
                "nanogui-wjakob"
            ]
        }
    ]
}