vcpkg/ports/upb/vcpkg.json
Dennis 5f6a2ed8cf
[grpc] Update to 1.49.0 (#26836)
* abseil: Update to 20220623.1

* upb: Update to 2022-06-21

* grpc: Update to 1.49.0

* grpc: Adjust SHA512 for v1.49.0

* abseil: Add license field
2022-09-25 23:11:57 -07:00

34 lines
655 B
JSON

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