File: control

package info (click to toggle)
tomlplusplus 3.4.0%2Bds-0.2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,860 kB
  • sloc: cpp: 52,214; python: 985; makefile: 25; sh: 17; ansic: 4
file content (62 lines) | stat: -rw-r--r-- 2,218 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
Source: tomlplusplus
Section: libs
Priority: optional
Maintainer: Andrea Pappacoda <andrea@pappacoda.it>
Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13)
Build-Depends-Arch: dpkg-dev (>= 1.22.5), cmake,
                    cmark-gfm <!nodoc>,
                    locales-all <!nocheck>,
                    meson (>= 0.54.0),
                    nlohmann-json3-dev <!nocheck>,
                    pkg-config
Standards-Version: 4.6.2
Homepage: https://marzer.github.io/tomlplusplus/
Vcs-Git: https://salsa.debian.org/debian/tomlplusplus.git
Vcs-Browser: https://salsa.debian.org/debian/tomlplusplus
Rules-Requires-Root: no

Package: libtomlplusplus3t64
Provides: ${t64:Provides}
Replaces: libtomlplusplus3
Breaks: libtomlplusplus3 (<< ${source:Version})
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends},
         ${shlibs:Depends}
Description: TOML config parser and serializer for C++17
 tomlplusplus is a TOML config parser and serializer for C++17 supporting
 the following features:
 .
   - Supports the latest TOML release (v1.0.0), plus optional support for
     some unreleased TOML features
   - Passes all tests in the toml-test suite
   - Supports serializing to JSON and YAML
   - Proper UTF-8 handling (incl. BOM)
   - C++17 (plus some C++20 features where available)
   - Doesn't require RTTI
   - Works with or without exceptions
 .
 This package contains the shared library.

Package: libtomlplusplus-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libtomlplusplus3t64 (= ${binary:Version}),
         ${misc:Depends}
Recommends: libjs-highlight.js
Description: TOML config parser and serializer for C++17 - development files
 tomlplusplus is a TOML config parser and serializer for C++17 supporting
 the following features:
 .
   - Supports the latest TOML release (v1.0.0), plus optional support for
     some unreleased TOML features
   - Passes all tests in the toml-test suite
   - Supports serializing to JSON and YAML
   - Proper UTF-8 handling (incl. BOM)
   - C++17 (plus some C++20 features where available)
   - Doesn't require RTTI
   - Works with or without exceptions
 .
 This package contains the development files.