vcpkg/ports/cachelib/vcpkg.json
Gavin Xin 7d5f1f3e13
[cachelib] add new facebook cachelib port (#29973)
* 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
2023-03-20 01:14:57 -07:00

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"
]
}