devel/alex - The NetBSD Packages Collection

Tool for generating lexical analysers in 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 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.

Build dependencies

pkgtools/mktools pkgtools/cwrappers

Runtime dependencies

lang/ghc96

Binary packages

OSArchitectureVersion
NetBSD 10.0aarch64alex-3.4.0.1.tgz
NetBSD 10.0aarch64alex-3.2.7.1nb3.tgz
NetBSD 10.0aarch64alex-3.2.7.1nb3.tgz
NetBSD 10.0x86_64alex-3.4.0.1.tgz
NetBSD 10.0_BETAx86_64alex-3.2.7.1nb3.tgz
NetBSD 8.0x86_64alex-3.2.7.1nb3.tgz
NetBSD 8.0x86_64alex-3.2.7.1nb3.tgz
NetBSD 9.0aarch64alex-3.4.0.1.tgz
NetBSD 9.0aarch64alex-3.2.7.1nb3.tgz
NetBSD 9.0aarch64alex-3.2.7.1nb3.tgz
NetBSD 9.0x86_64alex-3.4.0.1.tgz
NetBSD 9.0x86_64alex-3.2.7.1nb3.tgz
NetBSD 9.3x86_64alex-3.2.7.1nb3.tgz
NetBSD 9.3x86_64alex-3.4.0.1.tgz

Binary packages can be installed with the high-level tool pkgin (which can be installed with pkg_add) or pkg_add(1) (installed by default). The NetBSD packages collection is also designed to permit easy installation from source.

Available build options

(none)

Known vulnerabilities

The pkg_admin audit command locates any installed package which has been mentioned in security advisories as having vulnerabilities.

Please note the vulnerabilities database might not be fully accurate, and not every bug is exploitable with every configuration.


Problem reports, updates or suggestions for this package should be reported with send-pr.