File: control

package info (click to toggle)
tinycbor 7.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 856 kB
  • sloc: ansic: 3,968; cpp: 3,494; perl: 156; sh: 44; makefile: 26
file content (55 lines) | stat: -rw-r--r-- 1,858 bytes parent folder | download
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
Source: tinycbor
Section: utils
Standards-Version: 4.7.3
Maintainer: Shengqi Chen <harry@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 cmake,
 ninja-build,
 dh-exec,
 libcjson-dev,
 pkgconf,
 qt6-base-dev <!nocheck>,
 dh-sequence-doxygen <!nodoc>,
 doxygen <!nodoc>,
 graphviz <!nodoc>,
 help2man <!nodoc>,
Homepage: https://github.com/intel/tinycbor
Vcs-Git: https://salsa.debian.org/harry/tinycbor.git
Vcs-Browser: https://salsa.debian.org/harry/tinycbor

Package: libtinycbor0
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 (= ${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 (= ${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.