blob: 6901ce161022b85d37e258dd5db7be4cededa050 (
plain)
1
2
3
4
5
6
7
|
{
"name": "msgpack",
"version-string": "3.3.0",
"port-version": 1,
"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"
}
|