1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
freebsd-ports/devel/libcbor/pkg-descr
Sunpoet Po-Chuan Hsieh 586450383e Add libcbor 0.5.0
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: http://libcbor.org/
2019-02-15 23:25:09 +00:00

16 lines
502 B
Plaintext

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: http://libcbor.org/