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

{
    "name": "nu",
    "portdir": "devel/nu",
    "version": "0.4.0",
    "license": "Apache-2",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://programming.nu/",
    "description": "Nu is an interpreted object-oriented lisp-like language written in Objective-C.",
    "long_description": "Nu is an interpreted object-oriented language. It uses a Lisp-style grammar, but is semantically closer to Ruby than to Lisp. Nu is written in Objective-C and is designed to take full advantange of the Objective-C runtime and the many mature class libraries written in Objective-C. Nu code can fully interoperate with code written in Objective-C; messages can be sent to and from objects with no concern for whether those messages are implemented in Objective-C or Nu.",
    "active": true,
    "categories": [
        "devel"
    ],
    "maintainers": [],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "pkgconfig",
                "clang-9.0"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "libedit",
                "libffi",
                "pcre"
            ]
        }
    ],
    "depends_on": []
}