Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

23 lines
550 B
JSON

{
"name": "status-value-lite",
"version": "1.1.0",
"port-version": 3,
"description": "status_value is a single-file header-only library for objects that represent a status and an optional value. It is intended for use with C++11 and later.",
"homepage": "https://github.com/martinmoene/status-value-lite",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"test": {
"description": "Build with test"
}
}
}