summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control14
1 files changed, 0 insertions, 14 deletions
diff --git a/debian/control b/debian/control
index d094d77..9cedfc8 100644
--- a/debian/control
+++ b/debian/control
@@ -7,20 +7,6 @@ Build-Conflicts: tcl8.4, tcl8.4-dev
Homepage: http://www.sqlite.org/
Standards-Version: 3.9.3
-Package: lemon
-Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: LALR(1) Parser Generator for C or C++
- Lemon is an LALR(1) parser generator for C or C++. It does the same
- job as bison and yacc. But lemon is not another bison or yacc
- clone. It uses a different grammar syntax which is designed to reduce
- the number of coding errors. Lemon also uses a more sophisticated
- parsing engine that is faster than yacc and bison and which is both
- reentrant and thread-safe. Furthermore, Lemon implements features
- that can be used to eliminate resource leaks, making is suitable for
- use in long-running programs such as graphical user interfaces or
- embedded controllers.
-
Package: sqlite3
Section: database
Architecture: any