summaryrefslogtreecommitdiff
path: root/libraries/msgpack-c/README
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/msgpack-c/README')
-rw-r--r--libraries/msgpack-c/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/libraries/msgpack-c/README b/libraries/msgpack-c/README
new file mode 100644
index 0000000000..a773af1661
--- /dev/null
+++ b/libraries/msgpack-c/README
@@ -0,0 +1,3 @@
+MessagePack is an efficient binary serialisation format that lets you exchange
+data among multiple languages like JSON. msgpack-c is a C and C++
+implementation of MessagePack.