boolstuff 0.1.14-1ubuntu1 source package in Ubuntu

Changelog

boolstuff (0.1.14-1ubuntu1) trusty; urgency=medium

  * Use dh-autoreconf instead of autotools-dev to get new libtool macros for
    ppc64el (still updates config.{sub,guess}).
 -- Logan Rosen <email address hidden>   Tue, 24 Dec 2013 18:26:22 -0500

Upload details

Uploaded by:
Logan Rosen
Uploaded to:
Trusty
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
libs
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
boolstuff_0.1.14.orig.tar.gz 372.9 KiB 261fb4f8d5ab82a2e221dbbdc05f8c329993a2a000a35cc7be84fc3ec74e96b1
boolstuff_0.1.14-1ubuntu1.debian.tar.bz2 4.1 KiB e1b2da050c655e2676c3f1f5a39d0c73ab5cec6852ccba8b084dcc142a9c70c2
boolstuff_0.1.14-1ubuntu1.dsc 1.7 KiB af9493bea4424b58507c1b61581453e37601e9f16c28e08f19fa58fb98cd2b43

View changes file

Binary packages built by this source

boolstuff: 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).

boolstuff-dev: 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.

libboolstuff-0.1-0: 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.

libboolstuff-0.1-0-dbg: 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.