slackbuilds_ponce/libraries/libcbor
Arn0 e6bbcbf29b
libraries/libcbor: Updated for version 0.10.2.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2023-03-04 08:06:34 +07:00
..
libcbor.info
libcbor.SlackBuild
README
slack-desc

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