vcpkg/ports/bond/vcpkg.json
MonicaLiu 714774fd4f
[bond] Update to 10.0.0 (#31269)
* update bond

* update version

---------

Co-authored-by: Monica <v-liumonica@microsoft.com>
2023-05-08 18:18:38 -07:00

30 lines
832 B
JSON

{
"name": "bond",
"version": "10.0.0",
"description": "Bond is a cross-platform framework for working with schematized data. It supports cross-language de/serialization and powerful generic mechanisms for efficiently manipulating data. Bond is broadly used at Microsoft in high scale services.",
"homepage": "https://github.com/Microsoft/bond",
"dependencies": [
"boost-assign",
"boost-config",
"boost-locale",
"boost-utility",
"rapidjson",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"bond-over-grpc": {
"description": "Bond-over-gRPC provides code generation from Bond IDL service definitions to send Bond objects via gRPC.",
"dependencies": [
"grpc"
]
}
}
}