mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 06:43:11 +08:00
a8ce0ae797
* add new port * update version * delete LICENSE file * update version * delete LICENSE file * update version
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
|
|
}
|
|
]
|
|
}
|