diff options
author | B. Watson <yalhcru@gmail.com> | 2020-01-26 03:52:03 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-02-01 09:00:28 +0700 |
commit | c0df4e9ffc4e41b38deace5d62e2db0e0d7b7b09 (patch) | |
tree | 01aa56884dae14d43bc7cae04994bae56797fc1c /libraries | |
parent | fc0f3844a13e93db8fbca6b8f4ba285178251e69 (diff) | |
download | slackbuilds-c0df4e9ffc4e41b38deace5d62e2db0e0d7b7b09.tar.gz |
libraries/libcbor: Reflow README.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/libcbor/README | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libraries/libcbor/README b/libraries/libcbor/README index 08e84fa39b..48210d800e 100644 --- a/libraries/libcbor/README +++ b/libraries/libcbor/README @@ -1,4 +1,5 @@ -libcbor is a C library for parsing and generating CBOR, the general-purpose schema-less binary data format. +libcbor is a C library for parsing and generating CBOR, the general-purpose +schema-less binary data format. Main features: Complete RFC conformance |