mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 10:42:19 +08:00
39f2aeeec9
* [upb] tools no uwp * format * version * revert patch * version
36 lines
702 B
JSON
36 lines
702 B
JSON
{
|
|
"name": "upb",
|
|
"version-date": "2022-06-21",
|
|
"port-version": 1,
|
|
"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",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
"abseil",
|
|
"protobuf"
|
|
]
|
|
}
|
|
}
|
|
}
|