| Name: | happy |
|---|---|
| Version: | 1.20.1.1 |
| Release: | 4.el10_0 |
| Architecture: | aarch64 |
| Group: | Unspecified |
| Size: | 3915329 |
| License: | BSD-2-Clause |
| RPM: | happy-1.20.1.1-4.el10_0.aarch64.rpm |
| Source RPM: | happy-1.20.1.1-4.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/happy |
| Summary: | Parser Generator for Haskell |
| Description: | Happy is a parser generator for Haskell. Given a grammar specification in BNF, Happy generates Haskell code to parse the grammar. Happy works in a similar way to the 'yacc' tool for C. |