File: control

package info (click to toggle)
alex 3.4.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 768 kB
  • sloc: haskell: 4,648; makefile: 138; yacc: 56; ansic: 4
file content (30 lines) | stat: -rw-r--r-- 999 bytes parent folder | download
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
Source: alex
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
Uploaders:
 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>,
 cdbs (>= 0.4.59),
 debhelper (>= 10),
 haskell-devscripts (>= 0.16.23),
 ghc (>= 9.4),
 happy,
 libghc-quickcheck2-dev,
Standards-Version: 4.7.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++.