File: control

package info (click to toggle)
hugs 1.4.199801-1
  • links: PTS
  • area: non-free
  • in suites: slink
  • size: 7,220 kB
  • ctags: 5,609
  • sloc: ansic: 32,083; haskell: 12,143; yacc: 949; perl: 823; sh: 602; makefile: 236
file content (31 lines) | stat: -rw-r--r-- 1,364 bytes parent folder | download
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.