alex 3.1.0-1 source package in Ubuntu

Changelog

alex (3.1.0-1) unstable; urgency=low


  * New upstream release

 -- Joachim Breitner <email address hidden>  Wed, 18 Sep 2013 19:12:23 +0200

Upload details

Uploaded by:
Debian Haskell Group
Uploaded to:
Sid
Original maintainer:
Debian Haskell Group
Architectures:
any
Section:
haskell
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe devel

Downloads

File Size SHA-256 Checksum
alex_3.1.0-1.dsc 1.4 KiB 6665de00658d5a04929ea737055c76f4cccebdd962efdb5dee56f790d45a5322
alex_3.1.0.orig.tar.gz 97.9 KiB 7066d9cc7082a77c41da6d00036304feaaf0be5778311d651cccfff1886d53b4
alex_3.1.0-1.debian.tar.gz 5.3 KiB 5da99fa42a4298b22aba5a61174803070e7439470e176366242f0749fcbe5812

Available diffs

No changes file available.

Binary packages built by this source

alex: 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++.