pkg://alex_2.2-0.1_mips.deb:1843620/control
downloads
Package: alex
Version: 2.2-0.1
Architecture: mips
Maintainer: Ian Lynagh (wibble) <igloo@debian.org>
Installed-Size: 11632
Depends: libc6 (>= 2.7-1), 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++.