File: control

package info (click to toggle)
buddy 2.4-11
  • links: PTS
  • area: main
  • in suites: bullseye, buster, jessie, jessie-kfreebsd, stretch
  • size: 3,672 kB
  • sloc: sh: 8,251; ansic: 6,740; cpp: 2,009; makefile: 174; csh: 61
file content (34 lines) | stat: -rw-r--r-- 1,332 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
Source: buddy
Section: devel
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper (>= 9), libtool, libtool-bin, dh-autoreconf
Standards-Version: 3.9.5
Vcs-Hg: http://hg.debian.org/hg/collab-maint/libbdd
Homepage: http://buddy.sourceforge.net

Package: libbdd0c2
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Binary decision-diagram library (runtime)
 Binary decision diagrams (BDDs) are space-efficient encodings of
 boolean expressions or dynamic truth tables, used in eg. model
 checking.  This is the runtime package for programs that use the
 BuDDy library.

Package: libbdd-dev
Section: libdevel
Architecture: any
Depends: libbdd0c2 (= ${binary:Version}), ${misc:Depends}, libc6-dev | libc-dev
Description: Binary decision-diagram library (development)
 Binary decision diagrams (BDDs) are space-efficient encodings of
 boolean expressions or dynamic truth tables, used in eg. model
 checking.  BuDDy is an efficient BDD library with all the standard
 BDD operations, dynamic reordering of variables, automated garbage
 collection, a C++ interface with automatic reference counting, and
 more.
 .
 libbdd-dev is the BuDDy development package containing a static
 library and the include files needed for building applications using
 BuDDy.