diff options
Diffstat (limited to 'p/alex/debian/control')
| -rw-r--r-- | p/alex/debian/control | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/p/alex/debian/control b/p/alex/debian/control new file mode 100644 index 000000000..acb0cceb0 --- /dev/null +++ b/p/alex/debian/control @@ -0,0 +1,15 @@ +Source: alex +Section: devel +Priority: optional +Maintainer: Ian Lynagh (wibble) <igloo@debian.org> +Standards-Version: 3.7.3 +Build-Depends: debhelper (>= 4), ghc6 (>= 6.8.2), jade, docbook-utils, docbook-xml, docbook-xsl, xsltproc +Homepage: http://www.haskell.org/alex/ + +Package: alex +Architecture: any +Depends: ${shlibs:Depends} +Description: lexical analyser generator for Haskell + Alex is a tool for generating lexical analysers in Haskell, given a + description of the tokens to be recognised in the form of regular + expressions. It is similar to the tool lex or flex for C/C++. |
