diff options
author | pho <pho@pkgsrc.org> | 2015-02-14 09:01:33 +0000 |
---|---|---|
committer | pho <pho@pkgsrc.org> | 2015-02-14 09:01:33 +0000 |
commit | 6047ef94eef6de40b0d53a5745c4dd32ea45f645 (patch) | |
tree | 9e3d60be3179c5a7b5d3631f31f8931e984600ac /devel/alex/PLIST | |
parent | cb8751eaa155a98000c6c8c1fae7fd2b451dbd16 (diff) | |
download | pkgsrc-6047ef94eef6de40b0d53a5745c4dd32ea45f645.tar.gz |
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.
Diffstat (limited to 'devel/alex/PLIST')
-rw-r--r-- | devel/alex/PLIST | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/devel/alex/PLIST b/devel/alex/PLIST new file mode 100644 index 00000000000..4b920f586f3 --- /dev/null +++ b/devel/alex/PLIST @@ -0,0 +1,19 @@ +@comment $NetBSD: PLIST,v 1.1 2015/02/14 09:01:33 pho Exp $ +bin/alex +man/man1/alex.1 +share/${PKGNAME}/AlexTemplate +share/${PKGNAME}/AlexTemplate-debug +share/${PKGNAME}/AlexTemplate-ghc +share/${PKGNAME}/AlexTemplate-ghc-debug +share/${PKGNAME}/AlexTemplate-ghc-nopred +share/${PKGNAME}/AlexWrapper-basic +share/${PKGNAME}/AlexWrapper-basic-bytestring +share/${PKGNAME}/AlexWrapper-gscan +share/${PKGNAME}/AlexWrapper-monad +share/${PKGNAME}/AlexWrapper-monad-bytestring +share/${PKGNAME}/AlexWrapper-monadUserState +share/${PKGNAME}/AlexWrapper-monadUserState-bytestring +share/${PKGNAME}/AlexWrapper-posn +share/${PKGNAME}/AlexWrapper-posn-bytestring +share/${PKGNAME}/AlexWrapper-strict-bytestring +share/doc/${PKGNAME}/LICENSE |