freebsd-ports/devel/libcbor/pkg-descr
Sunpoet Po-Chuan Hsieh 58db1abf1f Update to 0.6.1
- Update WWW

Changes:	https://github.com/PJK/libcbor/releases
2020-03-28 12:45:25 +00:00

15 lines
513 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
WWW: https://github.com/PJK/libcbor