vcpkg/ports/libcuckoo/vcpkg.json
Henrik Gaßmann af9fe3e266
[libcuckoo] Update port @0.3.1 (#25561)
* [libcuckoo] Update port @0.3.1

* [libcuckoo] Update version database
2022-07-05 11:56:31 -07:00

18 lines
346 B
JSON

{
"name": "libcuckoo",
"version": "0.3.1",
"description": "A high-performance, concurrent hash table",
"homepage": "https://github.com/efficient/libcuckoo",
"license": "Apache-2.0",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}