diff options
author | Giancarlo Dessi <slack@giand.it> | 2024-02-23 17:15:26 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-02-23 16:51:02 +0700 |
commit | 0ffa79ee2804281369d319abe31b96c463083b20 (patch) | |
tree | 5261db07a628cc5747e646c68a4937179291c32a /libraries/msgpack-c/README | |
parent | a72eb184869aff41d7d2589109b9381a1256736a (diff) |
libraries/msgpack-c: Updates.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/msgpack-c/README')
-rw-r--r-- | libraries/msgpack-c/README | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/libraries/msgpack-c/README b/libraries/msgpack-c/README index 405eb568b5..ecad9972cf 100644 --- a/libraries/msgpack-c/README +++ b/libraries/msgpack-c/README @@ -1,3 +1,14 @@ 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. + +Note: this is the lastest version of msgpack including both C and C++ +implementations. Later versions have separate implementations for these +languages. This slackbuild is maintained for compatibility with +some slackbuilds which require msgpack-c. + +If you want install a newer version (>=6.0.0) please refer to following +packages: +- msgpack-c-cpp for only C++ implementation +- msgpack-c-c for only C implementation +(both packages can coexist) |