diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-13 15:50:14 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-13 15:50:14 -0400 |
commit | 05a597af62463317920991466062cc05c349bfc9 (patch) | |
tree | 57b908a59e1ff713510064bcaa5620885afd8837 /libraries | |
parent | caefda66497783c02f1cecce73646d062b23c01d (diff) | |
download | slackbuilds-05a597af62463317920991466062cc05c349bfc9.tar.gz |
libraries/msgpack-c: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/msgpack-c/README | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libraries/msgpack-c/README b/libraries/msgpack-c/README index a773af1661..405eb568b5 100644 --- a/libraries/msgpack-c/README +++ b/libraries/msgpack-c/README @@ -1,3 +1,3 @@ -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. +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. |