Thu, 18 Apr 2024 23:56:27 UTC | login

Information for RPM happy-1.19.8-2.el8.x86_64.rpm

ID41075
Namehappy
Version1.19.8
Release2.el8
Epoch
Archx86_64
SummaryParser Generator for Haskell
DescriptionHappy is a LALR(1) parser generator system for Haskell, similar to the tool `yacc' for C. Like `yacc', it takes a file containing an annotated BNF specification of a grammar and produces a Haskell module containing a parser for the grammar. Happy is flexible: you can have several Happy parsers in the same program, and several entry points to a single grammar. Happy can work in conjunction with a lexical analyser supplied by the user (either hand-written or generated by another program).
Build Time2019-05-16 23:20:11 GMT
Size313.61 KB
78b1e54a3357993930c82976cf775f35
LicenseBSD
Buildrootdist-c8-build-15692-550
Provides
happy = 1.19.8-2.el8
happy(x86-64) = 1.19.8-2.el8
Obsoletes
happy-common < 1.19.8-2.el8
happy-static < 1.19.8-2.el8
Conflicts No Conflicts
Requires
libHSarray-0.5.2.0-ghc8.2.2.so()(64bit)
libHSbase-4.10.1.0-ghc8.2.2.so()(64bit)
libHScontainers-0.5.10.2-ghc8.2.2.so()(64bit)
libHSdeepseq-1.4.3.0-ghc8.2.2.so()(64bit)
libHSghc-prim-0.5.1.1-ghc8.2.2.so()(64bit)
libHSinteger-gmp-1.0.1.0-ghc8.2.2.so()(64bit)
libHSmtl-2.2.1-DscMMmDQUE6GBfOSl4qMUH-ghc8.2.2.so()(64bit)
libHSrts-ghc8.2.2.so()(64bit)
libHStransformers-0.5.2.0-ghc8.2.2.so()(64bit)
libc.so.6()(64bit)
libc.so.6(GLIBC_2.14)(64bit)
libc.so.6(GLIBC_2.2.5)(64bit)
libdl.so.2()(64bit)
libffi.so.6()(64bit)
libgmp.so.10()(64bit)
libm.so.6()(64bit)
libpthread.so.0()(64bit)
librt.so.1()(64bit)
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsXz) <= 5.2-1
rtld(GNU_HASH)
Recommends No Recommends
Suggests No Suggests
Supplements No Supplements
Enhances No Enhances
Files
Page:
1 through 50 of 135 >>>
Name ascending sort Size
/usr/bin/happy1020.42 KB
/usr/lib/.build-id0.00 B
/usr/lib/.build-id/780.00 B
/usr/lib/.build-id/78/02912a0a4bc7504422ca0d865b5defae54c26925.00 B
/usr/share/doc/happy0.00 B
/usr/share/doc/happy/ANNOUNCE893.00 B
/usr/share/doc/happy/CHANGES7.41 KB
/usr/share/doc/happy/README.md956.00 B
/usr/share/doc/happy/TODO1.64 KB
/usr/share/doc/happy/examples0.00 B
/usr/share/doc/happy/examples/Calc.ly3.43 KB
/usr/share/doc/happy/examples/DavesExample.ly2.07 KB
/usr/share/doc/happy/examples/ErlParser.ly9.59 KB
/usr/share/doc/happy/examples/ErrorTest.ly4.28 KB
/usr/share/doc/happy/examples/LexerTest.ly4.10 KB
/usr/share/doc/happy/examples/MonadTest.ly3.55 KB
/usr/share/doc/happy/examples/PgnParser.ly1.93 KB
/usr/share/doc/happy/examples/README901.00 B
/usr/share/doc/happy/examples/SimonsExample.ly1.63 KB
/usr/share/doc/happy/examples/glr0.00 B
/usr/share/doc/happy/examples/glr/Makefile236.00 B
/usr/share/doc/happy/examples/glr/Makefile.defs229.00 B
/usr/share/doc/happy/examples/glr/bio-eg0.00 B
/usr/share/doc/happy/examples/glr/bio-eg/1-1200.dna1.17 KB
/usr/share/doc/happy/examples/glr/bio-eg/1-600.dna601.00 B
/usr/share/doc/happy/examples/glr/bio-eg/Bio.y13.01 KB
/usr/share/doc/happy/examples/glr/bio-eg/Main.lhs2.07 KB
/usr/share/doc/happy/examples/glr/bio-eg/Makefile897.00 B
/usr/share/doc/happy/examples/glr/bio-eg/README732.00 B
/usr/share/doc/happy/examples/glr/common0.00 B
/usr/share/doc/happy/examples/glr/common/DV_lhs1.82 KB
/usr/share/doc/happy/examples/glr/common/DaVinciTypes.hs38.18 KB
/usr/share/doc/happy/examples/glr/expr-eval0.00 B
/usr/share/doc/happy/examples/glr/expr-eval/Expr.y655.00 B
/usr/share/doc/happy/examples/glr/expr-eval/Hugs.lhs631.00 B
/usr/share/doc/happy/examples/glr/expr-eval/Main.lhs966.00 B
/usr/share/doc/happy/examples/glr/expr-eval/Makefile541.00 B
/usr/share/doc/happy/examples/glr/expr-eval/README275.00 B
/usr/share/doc/happy/examples/glr/expr-monad0.00 B
/usr/share/doc/happy/examples/glr/expr-monad/Expr.y756.00 B
/usr/share/doc/happy/examples/glr/expr-monad/Hugs.lhs687.00 B
/usr/share/doc/happy/examples/glr/expr-monad/Main.lhs894.00 B
/usr/share/doc/happy/examples/glr/expr-monad/Makefile370.00 B
/usr/share/doc/happy/examples/glr/expr-monad/README408.00 B
/usr/share/doc/happy/examples/glr/expr-tree0.00 B
/usr/share/doc/happy/examples/glr/expr-tree/Expr.y717.00 B
/usr/share/doc/happy/examples/glr/expr-tree/Hugs.lhs569.00 B
/usr/share/doc/happy/examples/glr/expr-tree/Main.lhs844.00 B
/usr/share/doc/happy/examples/glr/expr-tree/Makefile525.00 B
/usr/share/doc/happy/examples/glr/expr-tree/README371.00 B
Component of No Buildroots