File: control

package info (click to toggle)
jsoncons 1.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 17,932 kB
  • sloc: cpp: 141,335; sh: 33; makefile: 5
file content (37 lines) | stat: -rw-r--r-- 1,257 bytes parent folder | download | duplicates (3)
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
Source: jsoncons
Section: utils
Priority: optional
Standards-Version: 4.7.2
Maintainer: Shengqi Chen <harry@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 cmake,
 ninja-build
Homepage: https://danielaparker.github.io/jsoncons/
Vcs-Git: https://salsa.debian.org/harry/jsoncons.git
Vcs-Browser: https://salsa.debian.org/harry/jsoncons
Rules-Requires-Root: no

Package: libjsoncons-dev
Section: libdevel
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: C++ header-only library for JSON and alike formats (development files)
 jsoncons is a C++, header-only library for constructing JSON and JSON-like data
 formats, including JSON Pointer, JSON Patch, JSON Schema, JSONPath, JMESPath,
 CSV, MessagePack, CBOR, BSON, UBJSON.
 .
 This package contains the development files.

Package: libjsoncons-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: C++ header-only library for JSON and alike formats (documentation)
 jsoncons is a C++, header-only library for constructing JSON and JSON-like data
 formats, including JSON Pointer, JSON Patch, JSON Schema, JSONPath, JMESPath,
 CSV, MessagePack, CBOR, BSON, UBJSON.
 .
 This package contains the documentation and examples of libjsoncons.