mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-29 13:00:32 +01:00
c0df4e9ffc
Signed-off-by: B. Watson <yalhcru@gmail.com>
13 lines
494 B
Text
13 lines
494 B
Text
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
|