File: control

package info (click to toggle)
jaula 1.4.0-5
  • links: PTS
  • area: main
  • in suites: buster
  • size: 1,932 kB
  • ctags: 320
  • sloc: sh: 9,767; cpp: 1,872; lex: 255; makefile: 121
file content (51 lines) | stat: -rw-r--r-- 1,753 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
Source: jaula
Section: libs
Priority: extra
Maintainer: Debian QA Group <packages@qa.debian.org>
Standards-Version: 3.9.8
Build-Depends: debhelper (>= 10), flex, doxygen, libfl-dev, dh-autoreconf

Package: libjaula1
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: libjaula-dev (= ${binary:Version})
Description: JSON parser/writer library for C++
 This package contains c library for applications.
 .
 Jaula means "JSON Analysis User Library Acronym" and is the name of a
 C++ library for parsing and generating JSON formatted data.

Package: libjaula-dev
Section: libdevel
Architecture: any
Depends: libjaula1 (= ${binary:Version}), flex, ${misc:Depends}
Suggests: libjaula-doc
Description: JSON parser/writer library for C++ (development files)
 This package contains headers and additional files for developing applications
 that use this library.
 .
 Jaula means "JSON Analysis User Library Acronym" and is the name of a
 C++ library for parsing and writing JSON formatted data.


Package: libjaula-doc
Section: doc
Architecture: all
Depends: libjs-jquery, ${misc:Depends}
Recommends: libjaula-dev
Description: JSON parser/writer library for C++ (documentation)
 This package contains documentation of the library and JSON example files for
 testing applications.
 .
 Jaula means "JSON Analysis User Library Acronym" and is the name of a
 C++ library for parsing and writing JSON formatted data.

Package: jparse
Section: utils
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: JSON parser utility
 Jparse is a small utility based on jaula library that checks JSON formatted
 files, detects errors and sends a "compacted to a single line" form of the
 file contents on standard output.