معرفی شرکت ها


happy-1.20.1.1-1.fc39.aarch64.rpm


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Parser Generator for Haskell
ویژگی مقدار
سیستم عامل Linux
توزیع Fedora 39
مخزن Fedora Everything aarch64
نام بسته happy
نام فایل بسته happy-1.20.1.1-1.fc39.aarch64.rpm
نسخه بسته 1.20.1.1
انتشار بسته 1.fc39
معماری بسته aarch64
نگهدارنده -
تاریخ ساخت Sat Jul 29 20
هاست سازنده buildvm-a64-40.iad2.fedoraproject.org
نوع بسته .rpm
آدرس صفحه اصلی https://hackage.haskell.org/package/happy
مجوز BSD-2-Clause
حجم دانلود 1.9M
حجم نصب 11.699M
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.


جایگزین ها

بسته نسخه معماری مخزن
happy-1.20.1.1-1.fc39.src.rpm 1.20.1.1 i686 Fedora Everything
happy-1.20.1.1-1.fc39.x86_64.rpm 1.20.1.1 x86_64 Fedora Everything


نیازمندی

مقدار نام
>= 2.37.9000-18 glibc
- libc.so.6()(64bit)
- libc.so.6(GLIBC_2.17)(64bit)
- libc.so.6(GLIBC_2.32)(64bit)
- libc.so.6(GLIBC_2.33)(64bit)
- libc.so.6(GLIBC_2.34)(64bit)
- libc.so.6(GLIBC_2.38)(64bit)
- libffi.so.8()(64bit)
- libffi.so.8(LIBFFI_BASE_8.0)(64bit)
- libffi.so.8(LIBFFI_CLOSURE_8.0)(64bit)
- libgmp.so.10()(64bit)
- libm.so.6()(64bit)
- libm.so.6(GLIBC_2.17)(64bit)
- libm.so.6(GLIBC_2.27)(64bit)
- libm.so.6(GLIBC_2.29)(64bit)
- rtld(GNU_HASH)


ارائه دهنده

مقدار نام
= 1.20.1.1-1.fc39 happy
= 1.20.1.1-1.fc39 happy(aarch-64)


نحوه نصب


نصب پکیج rpm happy:

    dnf install happy-1.20.1.1-1.fc39.aarch64.rpm


فایل ها

مسیرها
/usr/bin/happy
/usr/lib/.build-id
/usr/lib/.build-id/c5
/usr/lib/.build-id/c5/679e904b19aa9194b56cb54d0bea773547b5be
/usr/share/doc/happy
/usr/share/doc/happy/ChangeLog.md
/usr/share/doc/happy/examples
/usr/share/doc/happy/examples/Calc.ly
/usr/share/doc/happy/examples/DavesExample.ly
/usr/share/doc/happy/examples/ErlParser.ly
/usr/share/doc/happy/examples/ErrorTest.ly
/usr/share/doc/happy/examples/LexerTest.ly
/usr/share/doc/happy/examples/MonadTest.ly
/usr/share/doc/happy/examples/PgnParser.ly
/usr/share/doc/happy/examples/README
/usr/share/doc/happy/examples/SimonsExample.ly
/usr/share/doc/happy/examples/glr
/usr/share/doc/happy/examples/glr/Makefile
/usr/share/doc/happy/examples/glr/Makefile.defs
/usr/share/doc/happy/examples/glr/bio-eg
/usr/share/doc/happy/examples/glr/bio-eg/1-1200.dna
/usr/share/doc/happy/examples/glr/bio-eg/1-600.dna
/usr/share/doc/happy/examples/glr/bio-eg/Bio.y
/usr/share/doc/happy/examples/glr/bio-eg/Main.lhs
/usr/share/doc/happy/examples/glr/bio-eg/Makefile
/usr/share/doc/happy/examples/glr/bio-eg/README
/usr/share/doc/happy/examples/glr/common
/usr/share/doc/happy/examples/glr/common/DV_lhs
/usr/share/doc/happy/examples/glr/common/DaVinciTypes.hs
/usr/share/doc/happy/examples/glr/expr-eval
/usr/share/doc/happy/examples/glr/expr-eval/Expr.y
/usr/share/doc/happy/examples/glr/expr-eval/Hugs.lhs
/usr/share/doc/happy/examples/glr/expr-eval/Main.lhs
/usr/share/doc/happy/examples/glr/expr-eval/Makefile
/usr/share/doc/happy/examples/glr/expr-eval/README
/usr/share/doc/happy/examples/glr/expr-monad
/usr/share/doc/happy/examples/glr/expr-monad/Expr.y
/usr/share/doc/happy/examples/glr/expr-monad/Hugs.lhs
/usr/share/doc/happy/examples/glr/expr-monad/Main.lhs
/usr/share/doc/happy/examples/glr/expr-monad/Makefile
/usr/share/doc/happy/examples/glr/expr-monad/README
/usr/share/doc/happy/examples/glr/expr-tree
/usr/share/doc/happy/examples/glr/expr-tree/Expr.y
/usr/share/doc/happy/examples/glr/expr-tree/Hugs.lhs
/usr/share/doc/happy/examples/glr/expr-tree/Main.lhs
/usr/share/doc/happy/examples/glr/expr-tree/Makefile
/usr/share/doc/happy/examples/glr/expr-tree/README
/usr/share/doc/happy/examples/glr/expr-tree/Tree.lhs
/usr/share/doc/happy/examples/glr/hidden-leftrec
/usr/share/doc/happy/examples/glr/hidden-leftrec/Expr.y
... and 82 more


گزارش تغییرات

تاریخ آخرین تغییر جزئیات
2023-07-23

https://hackage.haskell.org/package/happy-1.20.1.1/changelog

2023-07-20

Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild

2023-02-16

refresh to cabal-rpm-2.1.0 with SPDX migration

2022-07-21

Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild

2022-06-17

rebuild

2022-01-20

Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild

2022-01-08

Rebuilt for https://fedoraproject.org/wiki/Changes/LIBFFI34

2021-08-05

update to 1.20.0