summaryrefslogtreecommitdiffstats
path: root/libraries/msgpack-c-c/README
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/msgpack-c-c/README')
-rw-r--r--libraries/msgpack-c-c/README6
1 files changed, 3 insertions, 3 deletions
diff --git a/libraries/msgpack-c-c/README b/libraries/msgpack-c-c/README
index bf28a832f9..65a7513691 100644
--- a/libraries/msgpack-c-c/README
+++ b/libraries/msgpack-c-c/README
@@ -1,9 +1,9 @@
MessagePack is an efficient binary serialisation format that lets you
-exchange data among multiple languages like JSON.
+exchange data among multiple languages like JSON.
Versions later than 3.3.0 have separate C and C++ implementations.
-This slackbuild builds only the C implementation of MessagePack.
-If you need also the C++ implementation you have to build and install
+This slackbuild builds only the C implementation of MessagePack.
+If you need also the C++ implementation you have to build and install
the package msgpack-c-cpp even. Both packages can coexist.
Note: msgpack-c-c conflicts with the old msgpack-c package, that