File: control

package info (click to toggle)
boolstuff 0.1.16-2
  • links: PTS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 1,916 kB
  • sloc: sh: 11,344; cpp: 1,685; ansic: 261; makefile: 200; perl: 196
file content (59 lines) | stat: -rw-r--r-- 2,225 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
Source: boolstuff
Priority: optional
Maintainer: Miriam Ruiz <miriam@debian.org>
Build-Depends: debhelper (>= 9), quilt, perl, chrpath, dh-autoreconf
Standards-Version: 4.6.0.1
Section: libs
Homepage: http://sarrazip.com/dev/boolstuff.html

Package: boolstuff-dev
Section: libdevel
Architecture: any
Depends: libboolstuff-0.1-0 (= ${binary:Version}), ${misc:Depends}
Description: library for operating on boolean expression binary trees - devel
 BoolStuff is a C++ library that supports a few operations on boolean
 expression binary trees. The main features are:
  * a simple boolean expression parser (supports operators AND, OR and
    NOT, as well as parentheses)
  * an algorithm to convert a boolean expression binary tree into its
    Disjunctive Normal Form (this algorithm supports the NOT operator)
  * a function that determines if an expression tree is in DNF. 
 .
 This package includes the development files for using the library from
 inside your programs.

Package: boolstuff
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: programs for operating on boolean expression binary trees
 BoolStuff is a C++ library that supports a few operations on boolean
 expression binary trees.
 .
 This package includes extra programs that allow the usage of the library
 from the shell. A command named booldnf can be used to convert an
 expression to the Disjunctive Normal Form (DNF).

Package: libboolstuff-0.1-0
Section: utils
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: library for operating on boolean expression binary trees
 BoolStuff is a C++ library that supports a few operations on boolean
 expression binary trees.
 .
 This package includes the runtime libraries.

Package: libboolstuff-0.1-0-dbg
Section: debug
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: libboolstuff-0.1-0 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Description: library for operating on boolean expression binary trees - debug
 BoolStuff is a C++ library that supports a few operations on boolean
 expression binary trees.
 .
 This package includes the debugging symbols.