mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 06:59:07 +08:00
4d973549d7
* [roaring] Update to 2.0.4 * version * Fix race * version
18 lines
354 B
JSON
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
|
|
}
|
|
]
|
|
}
|