aboutsummaryrefslogblamecommitdiff
path: root/devel/libcbor/pkg-descr
blob: e25deab1751ec8b5a10da95bf159cb601aba6d30 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13












                                                                           
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