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

{
    "name": "Io",
    "portdir": "lang/Io",
    "version": "2017.09.06",
    "license": "GPL-2",
    "platforms": "macosx",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://www.iolanguage.com/",
    "description": "Io is small prototype-based programming language",
    "long_description": "Io is small prototype-based programming language. The ideas in Io are mostly inspired by Smalltalk (all values are objects), Self, NewtonScript and Act1 (prototype-based differential inheritance, actors and futures for concurrency), LISP (code is a runtime inspectable / modifiable tree) and Lua (small, embeddable).",
    "active": true,
    "categories": [
        "lang"
    ],
    "maintainers": [
        {
            "name": "mark",
            "github": "markemer",
            "ports_count": 114
        }
    ],
    "variants": [
        "debug"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "cmake",
                "clang-17"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "libsndfile",
                "libvorbis",
                "sqlite3",
                "glib2",
                "gmp",
                "libedit",
                "libevent",
                "libffi",
                "libmemcached",
                "ncurses",
                "openssl",
                "ossp-uuid",
                "pcre",
                "readline",
                "lzo2",
                "cairo",
                "libjpeg-turbo",
                "libpng",
                "tiff",
                "python37",
                "libidn",
                "libogg",
                "libtheora",
                "loudmouth",
                "freetype",
                "libiconv",
                "libxml2",
                "pango",
                "yajl",
                "zlib"
            ]
        }
    ],
    "depends_on": []
}