DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnamehappy
BeschreibungParser generator for Haskell
Archiv/RepositoryOffizielles Debian Archiv squeeze (main)
Version1.18.4-2
Sektionhaskell
Prioritätextra
Installierte Größe2028 Byte
Hängt ab vonlibc6 (>= 2.3), libffi5 (>= 3.0.4), libgmp3c2
Empfohlene Pakete
PaketbetreuerDebian Haskell Group
Quelle
Paketgröße502350 Byte
Prüfsumme MD5a62ff88f4dee4422a0dcbff6bd9e4abf
Prüfsumme SHA10776b6667cbc430c1933dab7ded525185b0941db
Prüfsumme SHA256bcd78a0b67afd2f9af6dfe911dfbe30a925a6e026e654f5b3b4b231835434e50
Link zum Herunterladenhappy_1.18.4-2_i386.deb
Ausführliche BeschreibungHappy is a 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), or it can parse a stream of characters directly (but this isn't practical in most cases).


Impressum
Linux is a registered trademark of Linus Torvalds