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

{
    "name": "jubatus",
    "portdir": "devel/jubatus",
    "version": "1.1.1",
    "license": "(LGPL-2.1 or BSD)",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://jubat.us/",
    "description": "Distributed Online Machine Learning Framework",
    "long_description": "The Jubatus library is a online machine learning framework which runs in distributed environment. Jubatus library includes these functions: multi-class/binary classification, pre-proccessing data (for natural language), and process management.",
    "active": true,
    "categories": [
        "devel",
        "textproc",
        "math"
    ],
    "maintainers": [],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "pkgconfig",
                "python27",
                "clang-17"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "libzookeeper",
                "log4cxx",
                "jubatus-mpio",
                "mecab-utf8",
                "ux-trie",
                "msgpack0",
                "jubatus-msgpack-rpc",
                "jubatus_core"
            ]
        }
    ],
    "depends_on": []
}