Subject: CVS commit: pkgsrc/devel/alex
From: Masatake Daimon
Date: 2015-02-14 10:01:33
Message id: 20150214090133.AB4FA98@cvs.netbsd.org

Log Message:
Import alex-3.1.4 from wip/alex

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 tools lex and flex for C/C++.

Alex takes a description of tokens based on regular expressions and
generates a Haskell module containing code for scanning text
efficiently. Alex is designed to be familiar to exisiting lex users,
although it does depart from lex in a number of ways.

Files:
RevisionActionfile
1.1addpkgsrc/devel/alex/DESCR
1.1addpkgsrc/devel/alex/Makefile
1.1addpkgsrc/devel/alex/PLIST
1.1addpkgsrc/devel/alex/buildlink3.mk
1.1addpkgsrc/devel/alex/distinfo