File: control

package info (click to toggle)
msgpack-c 6.0.1-3
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 588 kB
  • sloc: ansic: 3,496; cpp: 1,960; makefile: 27; sh: 22
file content (75 lines) | stat: -rw-r--r-- 2,217 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
Source: msgpack-c
Section: libs
Priority: optional
Maintainer: James McCoy <jamessan@debian.org>
Build-Depends-Indep:
 doxygen <!nodoc>,
 doxygen-latex <!nodoc>,
 graphviz <!nodoc>,
 jdupes <!nodoc>,
Build-Depends:
 cmake (>= 2.8.12),
 debhelper-compat (= 13),
 libgtest-dev <!nocheck>,
 ninja-build,
 zlib1g-dev,
Standards-Version: 4.7.0
Homepage: https://github.com/msgpack/msgpack-c/
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/debian/msgpack-c.git
Vcs-Browser: https://salsa.debian.org/debian/msgpack-c

Package: libmsgpack-c2
Pre-Depends:
 ${misc:Pre-Depends},
Architecture: any
Multi-Arch: same
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Description: binary-based efficient object serialization library
 MessagePack is a binary-based efficient object serialization library.
 It enables to exchange structured objects between many languages like JSON.
 But unlike JSON, it is very fast and small.

Package: libmsgpack-dev
Architecture: all
Section: libdevel
Depends: libmsgpack-c-dev
Description: transitional dummy package
 This is a transitional dummy package, it can be safely removed.

Package: libmsgpack-c-dev
Section: libdevel
Architecture: any
Provides:
 libmsgpack-dev (= ${source:Version}),
Breaks:
 libmsgpack-dev (<< 6.0.0-1~),
Replaces:
 libmsgpack-dev (<< 6.0.0-1~),
Depends:
 libmsgpack-c2 (= ${binary:Version}),
 ${misc:Depends},
Suggests:
 libmsgpack-c-doc,
Description: binary-based efficient object serialization library (development files)
 MessagePack is a binary-based efficient object serialization library.
 It enables to exchange structured objects between many languages like JSON.
 But unlike JSON, it is very fast and small.
 .
 This package contains the headers files needed for developing with msgpack-c.

Package: libmsgpack-c-doc
Section: doc
Architecture: all
Build-Profiles: <!nodoc>
Multi-Arch: foreign
Depends:
 ${misc:Depends},
Description: binary-based efficient object serialization library (docs)
 MessagePack is a binary-based efficient object serialization library.
 It enables to exchange structured objects between many languages like JSON.
 But unlike JSON, it is very fast and small.
 .
 This package contains the documentation of msgpack-c's API.