2021-09-09 16:24:04 +08:00
{
"name" : "msgpack" ,
2024-05-23 14:49:55 +08:00
"version" : "6.1.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" : [
{
"name" : "vcpkg-cmake" ,
"host" : true
} ,
{
"name" : "vcpkg-cmake-config" ,
"host" : true
}
2024-05-23 14:49:55 +08:00
] ,
"features" : {
"boost" : {
"description" : "Build msgpack using Boost" ,
"dependencies" : [
"boost-assert" ,
"boost-fusion" ,
"boost-numeric-conversion" ,
"boost-optional" ,
"boost-predef" ,
"boost-preprocessor" ,
"boost-utility" ,
"boost-variant"
]
}
}
2021-09-09 16:24:04 +08:00
}