boolstuff 0.1.16-2build1 source package in Ubuntu

Changelog

boolstuff (0.1.16-2build1) noble; urgency=high

  * No change rebuild against frame pointers and time_t.

 -- Julian Andres Klode <email address hidden>  Mon, 22 Apr 2024 11:40:02 +0200

Upload details

Uploaded by:
Julian Andres Klode
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
libs
Urgency:
Very Urgent

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe libs
Noble release universe libs

Downloads

File Size SHA-256 Checksum
boolstuff_0.1.16.orig.tar.gz 380.4 KiB c07211da584eb78501a2838e4fe19ee284acb6989dd89db7f86f88c3fdb21e83
boolstuff_0.1.16-2build1.debian.tar.xz 4.9 KiB f2cd56dac0f26d7accc145a8cbf187f785e831e0790103d0880472eb58cc16a2
boolstuff_0.1.16-2build1.dsc 2.1 KiB 909ca713e1f3f175462693ebb850c5777abd52b5cafc42af2a561a9b61bc462e

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.