File: control

package info (click to toggle)
msgpack-cxx 7.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 8,520 kB
  • sloc: cpp: 87,413; ansic: 3,571; sh: 56; makefile: 39
file content (53 lines) | stat: -rw-r--r-- 1,615 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
Source: msgpack-cxx
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 (>= 3.5),
 debhelper-compat (= 13),
 libboost-dev,
 libboost-test-dev <!nocheck>,
 ninja-build,
 zlib1g-dev,
Standards-Version: 4.7.0
Homepage: https://github.com/msgpack/msgpack-c/tree/cpp_master
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/debian/msgpack-cxx.git
Vcs-Browser: https://salsa.debian.org/debian/msgpack-cxx

Package: libmsgpack-cxx-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Breaks: libmsgpack-dev (<< 4.0.0-1~)
Replaces: libmsgpack-dev (<< 4.0.0-1~)
Depends:
 libboost-dev,
 ${misc:Depends},
Suggests:
 libmsgpack-cxx-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-cxx.

Package: libmsgpack-cxx-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-cxx's API.