diff options
Diffstat (limited to 'vcpkg/ports/roaring/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/roaring/vcpkg.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/vcpkg/ports/roaring/vcpkg.json b/vcpkg/ports/roaring/vcpkg.json new file mode 100644 index 0000000..23b3eed --- /dev/null +++ b/vcpkg/ports/roaring/vcpkg.json @@ -0,0 +1,17 @@ +{ + "name": "roaring", + "version": "4.4.2", + "description": "A better compressed bitset in C (and C++)", + "homepage": "https://github.com/RoaringBitmap/CRoaring", + "license": "Apache-2.0 OR MIT", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |