summaryrefslogtreecommitdiffstats
path: root/libraries/libcbor/README
diff options
context:
space:
mode:
author Yth - Arnaud <yth@ythogtha.org>2019-09-14 11:29:57 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2019-09-14 11:29:57 +0700
commita762c0b6cbc67dc54f69271153f621f23aaa7634 (patch)
treeb5b5832e6ca0945fdf40825515c17da136d63521 /libraries/libcbor/README
parent6113d4a75618f88e1ad6c011fb6c1180117a7c14 (diff)
downloadslackbuilds-a762c0b6cbc67dc54f69271153f621f23aaa7634.tar.gz
slackbuilds-a762c0b6cbc67dc54f69271153f621f23aaa7634.tar.xz
libraries/libcbor: Added (Schema-less binary data format).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/libcbor/README')
-rw-r--r--libraries/libcbor/README12
1 files changed, 12 insertions, 0 deletions
diff --git a/libraries/libcbor/README b/libraries/libcbor/README
new file mode 100644
index 0000000000..08e84fa39b
--- /dev/null
+++ b/libraries/libcbor/README
@@ -0,0 +1,12 @@
+libcbor is a C library for parsing and generating CBOR, the general-purpose schema-less binary data format.
+
+Main features:
+ Complete RFC conformance
+ Robust C99 implementation
+ Layered architecture offers both control and convenience
+ Flexible memory management
+ No shared global state - threading friendly
+ Proper handling of UTF-8
+ Full support for streams & incremental processing
+ Extensive documentation and test suite
+ No runtime dependencies, small footprint