slackbuilds/libraries/libcbor
Arn0 a3a9a96eb9
libraries/libcbor: updated for version 0.7.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2020-05-02 16:40:53 +07:00
..
README libraries/libcbor: Reflow README. 2020-02-01 09:00:28 +07:00
libcbor.SlackBuild libraries/libcbor: updated for version 0.7.0 2020-05-02 16:40:53 +07:00
libcbor.info libraries/libcbor: updated for version 0.7.0 2020-05-02 16:40:53 +07:00
slack-desc

README

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