31 lines
852 B
JSON
Executable File
31 lines
852 B
JSON
Executable File
{
|
|
"name": "bond",
|
|
"version": "9.0.3",
|
|
"port-version": 3,
|
|
"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"
|
|
]
|
|
}
|
|
}
|
|
}
|