slackbuilds/libraries/libcbor
Arn0 76c566a92c
libraries/libcbor: Updated for version 0.11.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2024-02-10 16:17:15 +07:00
..
README libraries/libcbor: Wrap README at 72 columns. 2022-03-13 15:35:06 -04:00
libcbor.SlackBuild libraries/libcbor: Updated for version 0.11.0. 2024-02-10 16:17:15 +07:00
libcbor.info libraries/libcbor: Updated for version 0.11.0. 2024-02-10 16:17:15 +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