mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 01:51:39 +08:00
30 lines
615 B
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"
|
|
]
|
|
}
|
|
}
|
|
}
|