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

{
    "name": "neko",
    "portdir": "lang/neko",
    "version": "2.3.0",
    "license": "LGPL-2.1+",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://nekovm.org",
    "description": "high-level dynamically-typed embeddable language",
    "long_description": "Neko is a high-level dynamically-typed programming language. It can be used as an embedded scripting language. It has been designed to provide a common runtime for several different languages. Learning and using Neko is very easy. You can easily extend the language with C libraries. You can also write generators from your own language to Neko and then use the Neko Runtime to compile, run, and access existing libraries.",
    "active": true,
    "categories": [
        "lang"
    ],
    "maintainers": [
        {
            "name": "ryandesign",
            "github": "ryandesign",
            "ports_count": 1764
        }
    ],
    "variants": [
        "debug",
        "universal",
        "mysql5",
        "mysql55",
        "mysql57",
        "mariadb",
        "percona"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-14",
                "boehmgc",
                "cmake",
                "git",
                "ninja",
                "pkgconfig"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "zlib",
                "mysql57",
                "sqlite3",
                "mbedtls",
                "pcre",
                "apache2"
            ]
        }
    ],
    "depends_on": []
}