aboutsummaryrefslogtreecommitdiff
path: root/ports/msgpack/CONTROL
diff options
context:
space:
mode:
authorMikhail Paulyshka <me@mixaill.tk>2017-03-11 17:32:14 +0300
committerMikhail Paulyshka <me@mixaill.tk>2017-03-11 19:38:49 +0300
commitc598aa8fd8c18f775055f3113bfb766a03fc7c63 (patch)
tree2f8734600fba311938242ea5ca4c2aeeb3a53533 /ports/msgpack/CONTROL
parent56465aabe5e2722d69f58a9af80535697d8c075b (diff)
downloadvcpkg-c598aa8fd8c18f775055f3113bfb766a03fc7c63.tar.gz
vcpkg-c598aa8fd8c18f775055f3113bfb766a03fc7c63.zip
[msgpack] add version 2.1.1. Resolves #744
Diffstat (limited to 'ports/msgpack/CONTROL')
-rw-r--r--ports/msgpack/CONTROL3
1 files changed, 3 insertions, 0 deletions
diff --git a/ports/msgpack/CONTROL b/ports/msgpack/CONTROL
new file mode 100644
index 000000000..de50a5575
--- /dev/null
+++ b/ports/msgpack/CONTROL
@@ -0,0 +1,3 @@
+Source: msgpack
+Version: 2.1.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.