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
|
Source: sexpp
Section: utils
Priority: optional
Maintainer: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
Build-Depends:
cmake (>= 3.14),
debhelper-compat (= 13),
googletest <!nocheck>,
pkg-config,
Standards-Version: 4.6.2
Vcs-Git: https://salsa.debian.org/debian/sexpp.git
Vcs-Browser: https://salsa.debian.org/debian/sexpp
Homepage: https://github.com/rnpgp/sexpp
Rules-Requires-Root: no
Package: sexpp
Architecture: any
Multi-Arch: foreign
Pre-Depends:
${misc:Pre-Depends},
Depends:
libsexpp0 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends},
Description: S-expressions parser and generator command-line tool
S-expressions are data structures for representing complex data as a
variation on LISP S-expressions.
.
sexpp is a command-line tool for reading, parsing, and emitting
S-expressions.
Package: libsexpp0
Architecture: any
Section: libs
Multi-Arch: same
Pre-Depends:
${misc:Pre-Depends},
Depends:
${misc:Depends},
${shlibs:Depends},
Description: S-expressions parser and generator library
S-expressions are data structures for representing complex data as a
variation on LISP S-expressions.
.
This package contains a shared library for dealing with
S-expressions, libsexpp.
Package: libsexpp-dev
Section: libdevel
Architecture: any
Depends:
libsexpp0 (= ${binary:Version}),
${misc:Depends},
Description: S-expressions parser and generator development files
S-expressions are data structures for representing complex data as a
variation on LISP S-expressions.
.
This package contains the development headers and documentation used
to build other tools against the libsexpp library.
|