pkg://alex_2.1.0~rc1-1_powerpc.deb:882476/control
downloads
Package: alex
Version: 2.1.0~rc1-1
Section: devel
Priority: optional
Architecture: powerpc
Depends: libc6 (>= 2.3.5-1), libgmp3c2
Installed-Size: 5496
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++.