vcpkg/ports/roaring/vcpkg.json
Thomas1664 4d973549d7
[roaring] Update to 2.0.4 (#35691)
* [roaring] Update to 2.0.4

* version

* Fix race

* version
2023-12-14 17:43:04 -08:00

18 lines
354 B
JSON

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