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

{
    "name": "SQLClient",
    "portdir": "gnustep/SQLClient",
    "version": "1.2.0",
    "license": "LGPL",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://www.gnustep.org/",
    "description": "Simple OO Interface to SQL databases",
    "long_description": "Simple OO Interface to SQL databases",
    "active": true,
    "categories": [
        "gnustep"
    ],
    "maintainers": [],
    "variants": [
        "with_docs"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-9.0"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "sqlite3",
                "Performance"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "Etoile",
                "Etoile-devel"
            ]
        }
    ]
}