19 lines
402 B
JSON
Executable file
19 lines
402 B
JSON
Executable file
{
|
|
"name": "protozero",
|
|
"version-semver": "1.7.1",
|
|
"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
|
|
}
|
|
]
|
|
}
|