1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63
|
Source: libcbor
Priority: optional
Maintainer: Vincent Bernat <bernat@debian.org>
Build-Depends: debhelper-compat (= 13),
Build-Depends-Arch: cmake,
debhelper (>= 13.12~) <nocheck>,
libcmocka-dev <!nocheck>,
Build-Depends-Indep: dh-sequence-sphinxdoc,
doxygen,
python3-sphinx,
python3-sphinx-rtd-theme,
python3-breathe
Standards-Version: 4.6.1
Section: libs
Homepage: https://github.com/PJK/libcbor
Vcs-Git: https://salsa.debian.org/debian/libcbor.git
Vcs-Browser: https://salsa.debian.org/debian/libcbor
Package: libcbor0.10
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: library for parsing and generating CBOR (RFC 7049)
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.
Package: libcbor-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libcbor0.10 (= ${binary:Version}), ${misc:Depends}
Description: library for parsing and generating CBOR (RFC 7049) (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 development headers.
Package: libcbor-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}, ${sphinxdoc:Depends}, libjs-mathjax
Built-Using: ${sphinxdoc:Built-Using}
Multi-Arch: foreign
Description: library for parsing and generating CBOR (RFC 7049) (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.
.
This package contains the documentation
|