mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-30 10:31:38 +08:00
10 lines
222 B
JSON
10 lines
222 B
JSON
|
{
|
||
|
"name": "protozero",
|
||
|
"version-semver": "1.7.0",
|
||
|
"description": "Minimalist protocol buffer decoder and encoder in C++",
|
||
|
"homepage": "https://github.com/mapbox/protozero",
|
||
|
"dependencies": [
|
||
|
"protobuf"
|
||
|
]
|
||
|
}
|