File: control

package info (click to toggle)
nlohmann-json3 3.5.0-0.1
  • links: PTS
  • area: main
  • in suites: buster
  • size: 252,452 kB
  • sloc: cpp: 70,637; makefile: 387; python: 331; sh: 172; ansic: 24
file content (25 lines) | stat: -rw-r--r-- 645 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
Source: nlohmann-json3
Priority: optional
Maintainer: Hubert Chathi <uhoreg@debian.org>
Build-Depends:
 debhelper-compat ( =12),
 doxygen,
 ghostscript,
 graphviz,
 texlive-binaries,
 texlive-latex-base,
Standards-Version: 4.3.0
Section: libs
Homepage: https://nlohmann.github.io/json/

Package: nlohmann-json3-dev
Section: libdevel
Architecture: all
Depends:
 ${misc:Depends},
Conflicts:
 nlohmann-json-dev
Description: JSON for Modern C++
 JSON library with intuitive syntax, trivial integration and serious
 testing. Other aspects, as memory efficiency and speed were not so
 important. The library consists of a single source file json.hpp.