blob: 0072e7dfd09d04186d58dd5806e26f073c16249b (
plain)
1
2
3
4
5
6
7
8
9
10
|
{
"name": "msgpack11",
"version": "0.0.10",
"port-version": 2,
"description": "msgpack11 is a tiny MsgPack library for C++11, providing MsgPack parsing and serialization.This library is inspired by json11.The API of msgpack11 is designed to be similar with json11.",
"homepage": "https://msgpack.org",
"dependencies": [
"gtest"
]
}
|