| Name: | alex |
|---|---|
| Version: | 3.4.0.1 |
| Release: | 1.el10_0 |
| Architecture: | aarch64 |
| Group: | Unspecified |
| Size: | 3332257 |
| License: | BSD-3-Clause |
| RPM: | alex-3.4.0.1-1.el10_0.aarch64.rpm |
| Source RPM: | alex-3.4.0.1-1.el10_0.src.rpm |
| Build Date: | Mon May 19 2025 |
| Build Host: | build-ol10-aarch64.oracle.com |
| Vendor: | Oracle America |
| URL: | https://hackage.haskell.org/package/alex |
| Summary: | Tool for generating lexical analysers in Haskell |
| Description: | Alex is a tool for generating lexical analysers in Haskell. It takes a description of tokens based on regular expressions and generates a Haskell module containing code for scanning text efficiently. It is similar to the tool lex or flex for C/C++. |