mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:19:00 +08:00
33 lines
626 B
JSON
33 lines
626 B
JSON
{
|
|
"name": "cachelib",
|
|
"version-string": "2024.07.15.00",
|
|
"description": "Pluggable caching engine to build and scale high performance cache services.",
|
|
"homepage": "https://github.com/facebook/CacheLib",
|
|
"license": "Apache-2.0",
|
|
"supports": "linux & x64 & static",
|
|
"dependencies": [
|
|
"fbthrift",
|
|
"fizz",
|
|
"fmt",
|
|
{
|
|
"name": "folly",
|
|
"features": [
|
|
"libaio"
|
|
]
|
|
},
|
|
"gflags",
|
|
"glog",
|
|
"gtest",
|
|
"tsl-sparse-map",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
},
|
|
"wangle"
|
|
]
|
|
}
|