2021-09-09 16:24:04 +08:00
{
"name" : "msgpack" ,
2023-04-04 00:53:46 +08:00
"version" : "6.0.0" ,
2023-06-01 03:27:10 +08:00
"port-version" : 1 ,
2021-09-09 16:24:04 +08:00
"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." ,
2022-12-14 11:35:06 +08:00
"homepage" : "https://github.com/msgpack/msgpack-c" ,
2023-03-02 02:39:14 +08:00
"license" : "BSL-1.0" ,
"dependencies" : [
2023-06-01 03:27:10 +08:00
"boost-assert" ,
2023-04-04 00:53:46 +08:00
"boost-fusion" ,
"boost-numeric-conversion" ,
"boost-optional" ,
2023-06-01 03:27:10 +08:00
"boost-predef" ,
"boost-preprocessor" ,
"boost-utility" ,
2023-04-04 00:53:46 +08:00
"boost-variant" ,
2023-03-02 02:39:14 +08:00
{
"name" : "vcpkg-cmake" ,
"host" : true
} ,
{
"name" : "vcpkg-cmake-config" ,
"host" : true
}
]
2021-09-09 16:24:04 +08:00
}