vcpkg/ports/roaring/vcpkg.json
2024-08-26 00:48:39 -07:00

18 lines
354 B
JSON

{
"name": "roaring",
"version": "4.1.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
}
]
}