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