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

{
    "name": "tokyocabinet",
    "portdir": "databases/tokyocabinet",
    "version": "1.4.48",
    "license": "LGPL",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://fallabs.com/tokyocabinet/",
    "description": "Tokyo Cabinet is a library of routines for managing a database.",
    "long_description": "Tokyo Cabinet is a library of routines for managing a database. The database is a simple data file containing records, each is a pair of a key and a value. Every key and value is serial bytes with variable length. Both binary data and character string can be used as a key and a value. There is neither concept of data tables nor data types. Records are organized in hash table or B+ tree.",
    "active": true,
    "categories": [
        "databases"
    ],
    "maintainers": [
        {
            "name": "stromnov",
            "github": "stromnov",
            "ports_count": 2544
        }
    ],
    "variants": [
        "debug",
        "devel",
        "profile",
        "fastest",
        "off64",
        "swap",
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-9.0"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "bzip2",
                "zlib"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "build",
            "ports": [
                "tokyocabinet-clj",
                "tokyocabinet-java"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "kumofs",
                "py27-tc",
                "py35-tc",
                "py36-tc",
                "rb-tokyocabinet-ruby",
                "grok",
                "goaccess",
                "tokyotyrant"
            ]
        }
    ]
}