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

{
    "name": "nesc",
    "portdir": "lang/nesc",
    "version": "1.3.4",
    "license": "GPL-2+",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://nescc.sourceforge.net/",
    "description": "Compiler for the nesC language.",
    "long_description": "nesC is a compiler for a new language (based on C) designed to support the TinyOS project, an operating system for wireless sensor network platforms.",
    "active": true,
    "categories": [
        "lang"
    ],
    "maintainers": [
        {
            "name": "razvan",
            "github": "",
            "ports_count": 1
        }
    ],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "autoconf",
                "automake",
                "clang-9.0"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "libiconv"
            ]
        },
        {
            "type": "run",
            "ports": [
                "autoconf",
                "automake"
            ]
        }
    ],
    "depends_on": []
}