vcpkg/ports/bond/vcpkg.json
2024-06-27 13:09:39 -07:00

23 lines
626 B
JSON

{
"name": "bond",
"version": "11.0.1",
"port-version": 4,
"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
}
]
}