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

{
    "name": "rasqal",
    "portdir": "www/rasqal",
    "version": "0.9.33",
    "license": "(LGPL-2.1+ or GPL-2+ or Apache-2+)",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://librdf.org/rasqal/",
    "description": "Raptor RDF Query Library",
    "long_description": "Rasqal is an open source C library that handles Resource Description Framework (RDF) query syntaxes, query construction and query execution returning result bindings. The supported query languages are SPARQL and RDQL.",
    "active": true,
    "categories": [
        "www"
    ],
    "maintainers": [],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "pkgconfig",
                "clang-16"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "mpfr",
                "openssl",
                "pcre",
                "curl",
                "zlib",
                "libxml2",
                "libxslt",
                "raptor2",
                "libiconv",
                "mhash"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "redland",
                "abiword-x11"
            ]
        }
    ]
}