aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/kuku/vcpkg.json
blob: df16f989c046e6dca25c08d0b6d0595c0ad4ac3d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "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
    }
  ]
}