summaryrefslogtreecommitdiffstats
path: root/libraries/msgpack-c-c/README
diff options
context:
space:
mode:
author Giancarlo Dessi <slack@giand.it>2024-02-23 21:46:37 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2024-02-23 21:57:25 +0700
commit8b5794764285d2c0ccd13167bdcb3de31c74bb1b (patch)
treea94d37728a695f84acdd9264ed4319933848ca57 /libraries/msgpack-c-c/README
parent9677844080853c4d181cb6c35cf289f4c0299438 (diff)
downloadslackbuilds-8b5794764285d2c0ccd13167bdcb3de31c74bb1b.tar.gz
slackbuilds-8b5794764285d2c0ccd13167bdcb3de31c74bb1b.tar.xz
libraries/msgpack-c-c: Added (msgpack for C/C++).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/msgpack-c-c/README')
-rw-r--r--libraries/msgpack-c-c/README16
1 files changed, 16 insertions, 0 deletions
diff --git a/libraries/msgpack-c-c/README b/libraries/msgpack-c-c/README
new file mode 100644
index 0000000000..bf28a832f9
--- /dev/null
+++ b/libraries/msgpack-c-c/README
@@ -0,0 +1,16 @@
+MessagePack is an efficient binary serialisation format that lets you
+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
+the package msgpack-c-cpp even. Both packages can coexist.
+
+Note: msgpack-c-c conflicts with the old msgpack-c package, that
+implements both C and C++ but is based on old outdated release of
+msgpack-c. If you have msgpack-c version 3.3.0 in your system, please
+remove it before installing these package.
+
+This slackbuild is experimental because some slackbuilds that require
+msgpack-c should be updated. If your installed packages work still with
+the old msgpack-c for version 3.3.0, you should kept it.