mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 20:39:00 +08:00
57d7c7d87b
* set license in msgpack * run x-add-version Co-authored-by: Julian Zimmermann <julian.zimmermann@gti.de>
9 lines
324 B
JSON
9 lines
324 B
JSON
{
|
|
"name": "msgpack",
|
|
"version": "3.3.0",
|
|
"port-version": 3,
|
|
"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"
|
|
}
|