File: control

package info (click to toggle)
cpp-hocon 0.3.0-1.1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,320 kB
  • sloc: cpp: 12,223; makefile: 4
file content (42 lines) | stat: -rw-r--r-- 1,703 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
Source: cpp-hocon
Priority: optional
Maintainer: Puppet Package Maintainers <pkg-puppet-devel@lists.alioth.debian.org>
Uploaders: Apollon Oikonomopoulos <apoikos@debian.org>
Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13),
 cmake,
 libleatherman-dev,
 libboost-program-options-dev,
 catch (>= 1.10~),
Standards-Version: 4.5.0
Section: libs
Homepage: https://github.com/puppetlabs/cpp-hocon
Vcs-Git: https://salsa.debian.org/puppet-team/cpp-hocon.git
Vcs-Browser: https://salsa.debian.org/puppet-team/cpp-hocon

Package: libcpp-hocon-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libcpp-hocon0.3.0t64 (= ${binary:Version}), ${misc:Depends}
Description: C++ port of the TypesafeConfig library -- development files
 cpp-hocon is a port of the TypsafeConfig library to C++. It provides support
 for the HOCON configuration file format. HOCON aims to keep the semantics
 (tree structure; set of types; encoding/escaping) from JSON, but make it more
 convenient as a human-editable config file format.
 .
 This package contains cpp-hocon's development headers.

Package: libcpp-hocon0.3.0t64
Provides: ${t64:Provides}
Replaces: libcpp-hocon0.3.0
Breaks: libcpp-hocon0.3.0 (<< ${source:Version})
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: C++ port of the TypesafeConfig library -- shared libraries
 cpp-hocon is a port of the TypsafeConfig library to C++. It provides support
 for the HOCON configuration file format. HOCON aims to keep the semantics
 (tree structure; set of types; encoding/escaping) from JSON, but make it more
 convenient as a human-editable config file format.
 .
 This package contains the shared library.