mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 05:38:59 +08:00
5f6a2ed8cf
* 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
34 lines
655 B
JSON
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"
|
|
]
|
|
}
|
|
}
|
|
}
|