vcpkg/ports/cachelib/vcpkg.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"
]
}