summaryrefslogtreecommitdiff
path: root/p/alex/debian/control
blob: 4a1cc13a5741088adc800ac67eadf6b681bfa634 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Source: alex
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
Uploaders: Joachim Breitner <nomeata@debian.org>, Clint Adams <clint@debian.org>, Louis Bettens <louis@bettens.info>
Priority: extra
Section: haskell
Build-Depends: cdbs (>= 0.4.59),
 haskell-devscripts (>= 0.9),
 debhelper (>= 9),
 ghc (>= 7.10),
 alex,
 happy,
 jade,
 docbook-utils,
 docbook-xsl,
 docbook-xml,
 xsltproc,
 autoconf,
 libghc-quickcheck2-dev,
Standards-Version: 3.9.6
Homepage: http://www.haskell.org/alex/
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/alex
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/alex

Package: alex
Architecture: any
Multi-Arch: foreign
Depends: ${shlibs:Depends},
 ${misc: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++.