vcpkg/ports/kuku/vcpkg.json
Thomas1664 716138a645
[kuku] Minor fixes (#35337)
* [kuku] Minor fixes

* version

* Restore DISABLE_PARALLEL_CONFIGURE

* version
2023-11-27 22:57:15 -08:00

18 lines
359 B
JSON

{
"name": "kuku",
"version": "2.1.0",
"description": "Kuku is a compact and convenient cuckoo hashing library written in C++.",
"homepage": "https://github.com/microsoft/Kuku",
"license": "MIT",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}