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
|
Source: tinycbor
Section: utils
Priority: optional
Standards-Version: 4.7.2
Maintainer: Shengqi Chen <harry@debian.org>
Build-Depends:
debhelper-compat (= 13),
dh-sequence-doxygen,
dh-exec,
doxygen,
graphviz,
help2man,
libcjson-dev,
qtbase5-dev
Homepage: https://github.com/intel/tinycbor
Vcs-Git: https://salsa.debian.org/harry/tinycbor.git
Vcs-Browser: https://salsa.debian.org/harry/tinycbor
Rules-Requires-Root: no
Package: libtinycbor0.6
Section: libs
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
Suggests: tinycbor-utils
Description: Concise Binary Object Representation (CBOR) library
TinyCBOR library is a small CBOR encoder and decoder library,
optimized for very fast operation with very small footprint.
The main encoder and decoder functions do not allocate memory.
.
This package contains libtinycbor shared library.
Package: libtinycbor-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, libtinycbor0.6 (= ${binary:Version})
Suggests: libjs-jquery
Description: Concise Binary Object Representation (CBOR) library (development files)
TinyCBOR library is a small CBOR encoder and decoder library,
optimized for very fast operation with very small footprint.
The main encoder and decoder functions do not allocate memory.
.
This package contains development files for libtinycbor.
Package: tinycbor-utils
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, libtinycbor0.6 (= ${binary:Version})
Description: Concise Binary Object Representation (CBOR) library (utilities)
TinyCBOR library is a small CBOR encoder and decoder library,
optimized for very fast operation with very small footprint.
The main encoder and decoder functions do not allocate memory.
.
This package contains some utilities for CBOR files.
|