mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-07 12:57:34 +08:00
16 lines
329 B
JSON
16 lines
329 B
JSON
|
{
|
||
|
"name": "caffe2",
|
||
|
"version-string": "0.8.1",
|
||
|
"port-version": 4,
|
||
|
"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"
|
||
|
]
|
||
|
}
|