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