slackbuilds/libraries/libcbor
B. Watson 28cad3b12c libraries/libcbor: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
2022-03-13 15:35:06 -04: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.9.0 2021-12-15 08:55:39 +07:00
libcbor.info libraries/libcbor: updated for version 0.9.0 2021-12-15 08:55:39 +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