summaryrefslogtreecommitdiff
path: root/p/alex/debian/control
blob: 812ef815f0f32ed0b04fb2c686bc8e39beab21da (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
Source: alex
Section: haskell
Priority: extra
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>
Standards-Version: 3.9.4
Build-Depends: cdbs (>= 0.4.59),
               haskell-devscripts (>= 0.9),
               debhelper (>= 9),
               ghc,
               alex,
               happy,
               jade,
               docbook-utils,
               docbook-xsl,
               docbook-xml,
               xsltproc,
               autoconf,
               libghc-quickcheck2-dev
Homepage: http://www.haskell.org/alex/
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/alex
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/alex

Package: alex
Architecture: any
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++.