mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 15:31:48 +08:00
716138a645
* [kuku] Minor fixes * version * Restore DISABLE_PARALLEL_CONFIGURE * version
18 lines
359 B
JSON
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
|
|
}
|
|
]
|
|
}
|