slackbuilds/libraries/libcbor
Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2021-07-17 21:55:09 +02:00
..
README
libcbor.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
libcbor.info libraries/libcbor: updated for version 0.8.0 2020-11-14 16:30:13 +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