vcpkg/ports/protopuf/vcpkg.json

18 lines
412 B
JSON
Raw Normal View History

{
"name": "protopuf",
"version-semver": "2.1.0",
2021-11-05 03:57:21 +08:00
"port-version": 1,
"description": "A little, highly templated, and protobuf-compatible serialization/deserialization library written in C++20",
2021-11-05 03:57:21 +08:00
"homepage": "https://github.com/PragmaTwice/protopuf",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}