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

{
    "name": "graphene",
    "portdir": "graphics/graphene",
    "version": "1.10.8",
    "license": "Permissive",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://ebassi.github.io/graphene/",
    "description": "A thin layer of graphic data types",
    "long_description": "A thin layer of graphic data types",
    "active": true,
    "categories": [
        "graphics",
        "gnome"
    ],
    "maintainers": [
        {
            "name": "devans",
            "github": "dbevans",
            "ports_count": 2653
        }
    ],
    "variants": [
        "tests"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "ninja",
                "clang-17",
                "python313",
                "meson",
                "pkgconfig"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "gobject-introspection",
                "glib2"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "libadwaita",
                "gtkmm4",
                "libshumate",
                "gnome3-core",
                "gtk4-devel",
                "gtk4",
                "gstreamer1-gst-plugins-base"
            ]
        },
        {
            "type": "run",
            "ports": [
                "gnome3-core"
            ]
        }
    ]
}