mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 03:39:06 +08:00
13 lines
285 B
JSON
13 lines
285 B
JSON
|
{
|
||
|
"name": "flagpp",
|
||
|
"version": "2.1",
|
||
|
"description": "A C++20 library that provides (opt-in) bit-wise operations for arbitrary `enum class`es",
|
||
|
"homepage": "https://github.com/Curve/flagpp",
|
||
|
"dependencies": [
|
||
|
{
|
||
|
"name": "vcpkg-cmake",
|
||
|
"host": true
|
||
|
}
|
||
|
]
|
||
|
}
|