blob: eeecad53132972f0887e366d153c6bc848500a30 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
{
"name": "caffe2",
"version-string": "0.8.1",
"port-version": 5,
"description": "Caffe2 is a lightweight, modular, and scalable deep learning framework.",
"homepage": "https://github.com/caffe2/caffe2",
"supports": "!x86",
"dependencies": [
"eigen3",
"gflags",
"glog",
"lmdb",
"protobuf"
]
}
|