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

{
    "name": "caffe",
    "portdir": "math/caffe",
    "version": "20170817",
    "license": "BSD",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "http://caffe.berkeleyvision.org/",
    "description": "a fast framework for deep learning",
    "long_description": "a fast framework for deep learning",
    "active": true,
    "categories": [
        "science",
        "math"
    ],
    "maintainers": [],
    "variants": [
        "universal",
        "cpu",
        "gpu",
        "cudnn",
        "openblas",
        "python27"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-17"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "szip",
                "leveldb",
                "lmdb",
                "gflags",
                "google-glog",
                "snappy",
                "opencv3",
                "OpenBLAS",
                "hdf5",
                "boost171",
                "protobuf3-cpp"
            ]
        },
        {
            "type": "run",
            "ports": [
                "wget"
            ]
        }
    ],
    "depends_on": []
}