vcpkg/ports/flagpp/vcpkg.json
jim wang a8ce0ae797
[flagpp] Add a new port (#34822)
* add new port

* update version

* delete LICENSE file

* update version

* delete LICENSE file

* update version
2023-11-01 12:55:08 -07:00

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
}
]
}