summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control21
1 files changed, 0 insertions, 21 deletions
diff --git a/debian/control b/debian/control
deleted file mode 100644
index abb8ed6..0000000
--- a/debian/control
+++ /dev/null
@@ -1,21 +0,0 @@
-Source: ragel
-Section: devel
-Priority: optional
-Maintainer: Mike McCormack <mj.mccormack@samsung.com>
-## Maintainer: Robert Lemmen <robertle@semistable.com>
-Build-Depends: debhelper (>> 7.0.0), autotools-dev, flex, bison
-Standards-Version: 3.8.3
-
-Package: ragel
-Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: compiles finite state machines into code in various languages
- Ragel compiles finite state machines from regular languages into C, C++,
- Objective-C, D, Ruby or Java code. Ragel allows the programmer to embed
- actions at any point in a regular language. Non-determinism can be
- controlled through the use of embedded priorities and guarded regular
- language operators. Ragel also supports the construction of scanners and
- the building of state machines using state-charts. Ragel can be used to
- create robust recognizers and parsers which run very fast. It can work
- with integer-sized alphabets and can compile large state machines.
- The generated code has no dependencies.