vcpkg/ports/msgpack/vcpkg.json
Frank b619a233fb
[msgpack] update version to 6.0.0 and switch to the C++ branch (#30401)
* [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
2023-04-03 09:53:46 -07:00

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
}
]
}