libcbor 0.10.2-ok1 source package in openKylin
Changelog
libcbor (0.10.2-ok1) nile; urgency=medium * New upstream release. -- Luoyaoming <email address hidden> Tue, 12 Mar 2024 15:49:43 +0800
libcbor (0.10.2-ok1) nile; urgency=medium * New upstream release. -- Luoyaoming <email address hidden> Tue, 12 Mar 2024 15:49:43 +0800
Series | Published | Component | Section | |
---|---|---|---|---|
Huanghe V3.0 | proposed | main | libs | |
Huanghe V3.0 | release | main | libs | |
Nile V2.0 | release | main | libs | |
Nile V2.0 | proposed | main | libs |
File | Size | SHA-256 Checksum |
---|---|---|
libcbor_0.10.2.orig.tar.gz | 282.7 KiB | e75f712215d7b7e5c89ef322a09b701f7159f028b8b48978865725f00f79875b |
libcbor_0.10.2-ok1.debian.tar.xz | 4.7 KiB | 8dd9358a0d8a978af74581f99fcd95dbddd273a6fca8965e829f7840f57976dd |
libcbor_0.10.2-ok1.dsc | 2.0 KiB | c7c8ce5c54d9e22e9cdcd0f344465a3bc2a2ea25d29acfd81c002604ee006e78 |
CBOR is a general-purpose schema-less binary data format, defined in
RFC 7049. This package provides a C library for parsing and generating
CBOR.
.
This package contains the development headers.
CBOR is a general-purpose schema-less binary data format, defined in
RFC 7049. This package provides a C library for parsing and generating
CBOR.
.
This package contains the documentation
CBOR is a general-purpose schema-less binary data format, defined in
RFC 7049. This package provides a C library for parsing and generating
CBOR. The main features are:
.
- 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
.
This package contains the runtime library.