pkg://alex_2.2-0.1_i386.deb:235102/control
downloads
Package: alex
Version: 2.2-0.1
Architecture: i386
Maintainer: Ubuntu MOTU Developers <ubuntu-motu@lists.ubuntu.com>
Original-Maintainer: Ian Lynagh (wibble) <igloo@debian.org>
Installed-Size: 892
Depends: libc6 (>= 2.4), libgmp3c2
Section: devel
Priority: optional
Homepage: http://www.haskell.org/alex/
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++.