Source: alex
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
XSBC-Original-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>,
           Ilias Tsitsimpis <iliastsi@debian.org>
Priority: optional
Section: haskell
Rules-Requires-Root: no
Build-Depends: alex <!stage1>,
               autoconf,
               cdbs (>= 0.4.59),
               debhelper (>= 10),
               docbook-utils,
               docbook-xml,
               docbook-xsl,
               dpkg-dev (>= 1.17.14),
               ghc (>= 8),
               happy,
               haskell-devscripts (>= 0.13),
               libghc-quickcheck2-dev,
               xsltproc
Standards-Version: 4.5.0
Homepage: http://www.haskell.org/alex/
Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/alex
Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/alex]

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