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

{
    "name": "eina",
    "portdir": "devel/eina",
    "version": "1.7.10",
    "license": "LGPL-2.1+",
    "platforms": "darwin",
    "epoch": 2,
    "replaced_by": null,
    "homepage": "http://trac.enlightenment.org/e/wiki/Eina",
    "description": "multi-platform data type library",
    "long_description": "eina is a multi-platform library that provides optimized data types and tools",
    "active": true,
    "categories": [
        "devel"
    ],
    "maintainers": [],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-15"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "libiconv"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "eet",
                "embryo"
            ]
        }
    ]
}