summaryrefslogtreecommitdiffstats
path: root/perl/perl-data-messagepack/README
diff options
context:
space:
mode:
author Tonus2020-01-06 01:09:52 +0100
committer Willy Sudiarto Raharjo2020-01-12 02:48:02 +0100
commita81b78294198b72fff6d2d7f85b0a77defa30481 (patch)
treef3548b09d7980047cdd04bd3b597ad2eaeb52472 /perl/perl-data-messagepack/README
parent85d0bf7246663d9bf9b4e42c8b6024aabd001a97 (diff)
downloadslackbuilds-a81b78294198b72fff6d2d7f85b0a77defa30481.tar.gz
perl/perl-data-messagepack: Added (data structure <--> MessagePack converter)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'perl/perl-data-messagepack/README')
-rw-r--r--perl/perl-data-messagepack/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/perl/perl-data-messagepack/README b/perl/perl-data-messagepack/README
new file mode 100644
index 0000000000..6c782b3eaa
--- /dev/null
+++ b/perl/perl-data-messagepack/README
@@ -0,0 +1,3 @@
+MessagePack is a binary-based efficient object serialization format.
+It enables to exchange structured objects between many languages
+like JSON. But unlike JSON, it is very fast and small.