diff options
author | Erik Hanson <erik@slackbuilds.org> | 2012-08-06 19:34:35 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-08-14 22:30:17 -0500 |
commit | 896e0cb627c853d11c0cf6f1328e1b16dde03951 (patch) | |
tree | f53930c74d26770b84ec9948e104010792e7fff9 /libraries/boolstuff/slack-desc | |
parent | 7d1f2378c90bfcd04e379e219423d44992bea216 (diff) | |
download | slackbuilds-896e0cb627c853d11c0cf6f1328e1b16dde03951.tar.gz |
libraries/boolstuff: Removed, dep for halevt (also removed)
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'libraries/boolstuff/slack-desc')
-rw-r--r-- | libraries/boolstuff/slack-desc | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/libraries/boolstuff/slack-desc b/libraries/boolstuff/slack-desc deleted file mode 100644 index 67a7da86c9..0000000000 --- a/libraries/boolstuff/slack-desc +++ /dev/null @@ -1,19 +0,0 @@ -# HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. Line -# up the first '|' above the ':' following the base package name, and the '|' on -# the right side marks the last column you can put a character in. You must make -# exactly 11 lines for the formatting to be correct. It's also customary to -# leave one space after the ':'. - - |-----handy-ruler------------------------------------------------------| -boolstuff: boolstuff (library to perform operations on boolean expressions) -boolstuff: -boolstuff: boolstuff is a C++ library that supports a few operations on boolean -boolstuff: expression binary trees. The main features are: -boolstuff: * a simple boolean expression parser -boolstuff: (supports operators AND, OR and NOT, as well as parentheses); -boolstuff: * an algorithm to convert a boolean expression binary tree into its -boolstuff: Disjunctive Normal Form (this algorithm supports the NOT operator); -boolstuff: * a function that determines if an expression tree is in DNF. -boolstuff: Project homepage: http://perso.b2b2c.ca/sarrazip/dev/boolstuff.html -boolstuff: |