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

{
    "name": "libhandy",
    "portdir": "gnome/libhandy",
    "version": "1.8.3",
    "license": "LGPL-2.1+",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://gitlab.gnome.org/GNOME/libhandy",
    "description": "A library full of GTK+ widgets for mobile phones",
    "long_description": "The aim of the Handy library is to help with developing UI for mobile devices using GTK/GNOME.",
    "active": true,
    "categories": [
        "gnome"
    ],
    "maintainers": [
        {
            "name": "devans",
            "github": "dbevans",
            "ports_count": 2515
        },
        {
            "name": "mascguy",
            "github": "mascguy",
            "ports_count": 310
        }
    ],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "ninja",
                "gettext",
                "meson",
                "clang-16",
                "pkgconfig",
                "libxml2"
            ]
        },
        {
            "type": "extract",
            "ports": [
                "xz"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "vala",
                "fribidi",
                "atk",
                "gettext-runtime",
                "pango",
                "glade",
                "glib2",
                "gobject-introspection",
                "gtk3",
                "cairo",
                "gdk-pixbuf2"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "gitg",
                "abaddon"
            ]
        }
    ]
}