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

{
    "name": "netclasses",
    "portdir": "gnustep/netclasses",
    "version": "1.06",
    "license": "LGPL-2.1+",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://netclasses.sf.net/",
    "description": "Asynchronous networking library",
    "long_description": "Netclasses is an asynchronous networking library that works natively on OS X, and any of the various platforms supported by GNUstep. It greatly simplifies the task of putting together networking applications.",
    "active": true,
    "categories": [
        "gnustep"
    ],
    "maintainers": [],
    "variants": [
        "with_docs",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-9.0"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "gnustep-base"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "TalkSoup"
            ]
        }
    ]
}