mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-01 04:21:38 +08:00
b619a233fb
* [msgpack] update version to 6.0.0 and switch to the C++ branch * update version * update * version * fix cmake config name * vdb * fix coolprop * v db * add dependencies * format * v db
22 lines
551 B
JSON
22 lines
551 B
JSON
{
|
|
"name": "msgpack",
|
|
"version": "6.0.0",
|
|
"description": "MessagePack is an efficient binary serialization format, which lets you exchange data among multiple languages like JSON, except that it's faster and smaller.",
|
|
"homepage": "https://github.com/msgpack/msgpack-c",
|
|
"license": "BSL-1.0",
|
|
"dependencies": [
|
|
"boost-fusion",
|
|
"boost-numeric-conversion",
|
|
"boost-optional",
|
|
"boost-variant",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|