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

{
    "name": "libraqm",
    "portdir": "devel/libraqm",
    "version": "0.10.1",
    "license": "MIT",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://host-oman.github.io/libraqm/",
    "description": "A library for complex text layout",
    "long_description": "Raqm is a small library that encapsulates the logic for complex text layout and provides a convenient API. It currently provides bidirectional text support (using FriBiDi), shaping (using HarfBuzz), and proper script itemization. As a result, Raqm can support most writing systems covered by Unicode.",
    "active": true,
    "categories": [
        "devel"
    ],
    "maintainers": [],
    "variants": [
        "docs",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "ninja",
                "clang-16",
                "pkgconfig",
                "meson"
            ]
        },
        {
            "type": "extract",
            "ports": [
                "xz"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "fribidi",
                "freetype",
                "harfbuzz"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "supertux"
            ]
        }
    ]
}