vcpkg/ports/msgpack/vcpkg.json
JulZimmermann 57d7c7d87b
[msgpack] set license (#28256)
* set license in msgpack

* run x-add-version

Co-authored-by: Julian Zimmermann <julian.zimmermann@gti.de>
2022-12-13 19:35:06 -08:00

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