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

{
    "name": "recutils",
    "portdir": "databases/recutils",
    "version": "1.9",
    "license": "GPL-3+",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://www.gnu.org/software/recutils/",
    "description": "Tools to work with human-editable, plain text data files",
    "long_description": "GNU Recutils is a set of tools and libraries to access human-editable, plain text databases called recfiles. The data is stored as a sequence of records, each record containing an arbitrary number of named fields.",
    "active": true,
    "categories": [
        "databases"
    ],
    "maintainers": [
        {
            "name": "",
            "github": "zaid",
            "ports_count": 1
        }
    ],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "flex",
                "clang-13"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "libgcrypt",
                "ossp-uuid",
                "curl"
            ]
        },
        {
            "type": "test",
            "ports": [
                "check"
            ]
        }
    ],
    "depends_on": []
}