diff options
Diffstat (limited to 'ports/libcuckoo')
| -rw-r--r-- | ports/libcuckoo/CONTROL | 4 | ||||
| -rw-r--r-- | ports/libcuckoo/vcpkg.json | 7 |
2 files changed, 7 insertions, 4 deletions
diff --git a/ports/libcuckoo/CONTROL b/ports/libcuckoo/CONTROL deleted file mode 100644 index e4f4807ee..000000000 --- a/ports/libcuckoo/CONTROL +++ /dev/null @@ -1,4 +0,0 @@ -Source: libcuckoo
-Version: 0.3
-Description: A high-performance, concurrent hash table
-Homepage: https://github.com/efficient/libcuckoo
diff --git a/ports/libcuckoo/vcpkg.json b/ports/libcuckoo/vcpkg.json new file mode 100644 index 000000000..49f4312ea --- /dev/null +++ b/ports/libcuckoo/vcpkg.json @@ -0,0 +1,7 @@ +{ + "name": "libcuckoo", + "version-string": "0.3", + "port-version": 1, + "description": "A high-performance, concurrent hash table", + "homepage": "https://github.com/efficient/libcuckoo" +} |
