mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-18 18:57:49 +08:00
14 lines
330 B
JSON
14 lines
330 B
JSON
|
{
|
||
|
"name": "tobias-loew-flags",
|
||
|
"version-date": "2024-09-10",
|
||
|
"description": "type-safe bitwise operations in C++, to be proposed for Boost",
|
||
|
"homepage": "https://tobias-loew.github.io/flags/doc/html/flags.html",
|
||
|
"license": "BSL-1.0",
|
||
|
"dependencies": [
|
||
|
{
|
||
|
"name": "vcpkg-cmake",
|
||
|
"host": true
|
||
|
}
|
||
|
]
|
||
|
}
|