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

20 lines
402 B
JSON

{
"name": "protozero",
"version-semver": "1.8.0",
"description": "Minimalist protocol buffer decoder and encoder in C++",
"homepage": "https://github.com/mapbox/protozero",
"license": "BSD-2-Clause",
"supports": "!uwp",
"dependencies": [
"protobuf",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}