vcpkg/ports/roaring/vcpkg.json
2022-09-30 14:38:26 -07:00

19 lines
375 B
JSON

{
"name": "roaring",
"version": "0.7.1",
"port-version": 1,
"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
}
]
}