mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:41:47 +08:00
af9fe3e266
* [libcuckoo] Update port @0.3.1 * [libcuckoo] Update version database
18 lines
346 B
JSON
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
|
|
}
|
|
]
|
|
}
|