1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
Source: hugs
Section: non-free/devel
Priority: optional
Maintainer: Gergely Madarasz <gorgo@caesar.elte.hu>
Standards-Version: 2.4.0.0
Package: hugs
Architecture: any
Depends: ${shlibs:Depends}
Description: A Haskell interpreter
Hugs is a small, portable Haskell interpreter written in C that runs on
almost any machine. Hugs is best used as a Haskell program development
system: it boasts extremely fast compilation, supports incremental
compilation, and has the convenience of an interactive interpreter (within
which one can move from module to module to test different portions of a
program). However, being an interpreter, it does not nearly match the
run-time performance of, for example, GHC or HBC.
Package: hugs-doc
Architecture: all
Depends: hugs
Description: Documentation for hugs - a haskell interpreter
Hugs is a small, portable Haskell interpreter written in C that runs on
almost any machine. Hugs is best used as a Haskell program development
system: it boasts extremely fast compilation, supports incremental
compilation, and has the convenience of an interactive interpreter (within
which one can move from module to module to test different portions of a
program). However, being an interpreter, it does not nearly match the
run-time performance of, for example, GHC or HBC.
.
This package contains html and ps documentation.
|