vcpkg/ports/upb/vcpkg.json

30 lines
615 B
JSON

{
"name": "upb",
"version": "4.25.1",
"port-version": 1,
"description": "μpb (often written 'upb') is a small protobuf implementation written in C.",
"homepage": "https://github.com/protocolbuffers/protobuf",
"license": "BSD-2-Clause",
"dependencies": [
"utf8-range",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"codegen": {
"description": "Build code generator machinery",
"supports": "!uwp",
"dependencies": [
"abseil",
"protobuf"
]
}
}
}