pkg://alex_2.1.0~rc1-1_i386.deb:227340/control
downloads
Package: alex
Version: 2.1.0~rc1-1
Section: devel
Priority: optional
Architecture: i386
Depends: libc6 (>= 2.5-0ubuntu1), libgmp3c2
Installed-Size: 884
Maintainer: Ubuntu MOTU Developers <ubuntu-motu@lists.ubuntu.com>
Original-Maintainer: Ian Lynagh (wibble) <igloo@debian.org>
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++.