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

{
    "name": "judy",
    "portdir": "devel/judy",
    "version": "1.0.5",
    "license": "LGPL",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://judy.sourceforge.net/",
    "description": "general purpose dynamic array as a C callable library",
    "long_description": "Judy is a general purpose dynamic array implemented as a C callable library. Judy's speed and memory usage are typically better than other data storage models and improves with very large data sets.",
    "active": true,
    "categories": [
        "devel"
    ],
    "maintainers": [],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-9.0"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "miredo",
                "php-Judy",
                "php53-Judy",
                "php54-Judy",
                "php55-Judy",
                "php56-Judy",
                "mariadb-10.4",
                "mariadb-10.10",
                "mariadb-10.9",
                "mariadb-10.3",
                "mariadb-10.8",
                "mariadb-10.7",
                "zmap",
                "netdata",
                "stress-ng",
                "mariadb-11.4",
                "mariadb-10.11",
                "mariadb-10.5",
                "mariadb-10.6"
            ]
        }
    ]
}