mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 19:29:00 +08:00
7d5f1f3e13
* Add new unofficial facebook cachelib port * fix comments * versions * update version database * update deps & version database * update deps & version databases * fix comments * update version database * find numa.h and warn when not found
28 lines
499 B
JSON
28 lines
499 B
JSON
{
|
|
"name": "cachelib",
|
|
"version-string": "2023.02.27.00",
|
|
"description": "facebook cachelib",
|
|
"homepage": "https://github.com/facebook/CacheLib",
|
|
"license": "Apache-2.0",
|
|
"supports": "linux & x64 & static",
|
|
"dependencies": [
|
|
"fbthrift",
|
|
"fizz",
|
|
"fmt",
|
|
"folly",
|
|
"gflags",
|
|
"glog",
|
|
"gtest",
|
|
"tsl-sparse-map",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
},
|
|
"wangle"
|
|
]
|
|
}
|