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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
|
Source: haskell-uulib
Section: haskell
Priority: extra
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
Build-Depends: debhelper (>= 5)
, cdbs
, ghc6 (>= 6.8.2)
, ghc6-prof (>= 6.4.2)
, haskell-devscripts (>= 0.6.15+nmu1)
, cpphs
, haddock
, hugs
, ghc6-doc
Standards-Version: 3.8.1
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-uulib/
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-uulib
Homepage: http://www.cs.uu.nl/wiki/HUT/WebHome
Package: libghc6-uulib-dev
Architecture: any
Section: haskell
Depends: ${haskell:Depends}
, ${misc:Depends}
Suggests: haskell-uulib-doc (= ${source:Version})
Provides: ${haskell:Provides}
Description: parser and pretty print combinator library for GHC 6
The uulib Haskell library contains fast, error repairing parser
combinators (UU.Parsing), pretty print combinators (UU.Pretty) and a
set of data structures and algorithms for working with sets and
sequences (UU.DData) for Haskell.
.
The library is developed at Utrecht University and is part of the
Haskell Utrecht Tools.
Package: libghc6-uulib-prof
Architecture: any
Section: haskell
Depends: libghc6-uulib-dev (= ${binary:Version})
, ${haskell:Depends}
, ${misc:Depends}
Suggests: haskell-uulib-doc (= ${source:Version})
Provides: ${haskell:Provides}
Description: profiling parser and pretty print combinator library for GHC 6
The uulib Haskell library contains fast, error repairing parser
combinators (UU.Parsing), pretty print combinators (UU.Pretty) and a
set of data structures and algorithms for working with sets and
sequences (UU.DData) for Haskell.
.
The library is developed at Utrecht University and is part of the
Haskell Utrecht Tools.
.
This package contains additional profiling libraries which can be
used with ghcprof.
Package: libhugs-uulib
Architecture: all
Depends: ${haskell:Depends}
, ${misc:Depends}
Suggests: haskell-uulib-doc (= ${source:Version})
Description: parser and pretty print combinator library for hugs98
The uulib Haskell library contains fast, error repairing parser
combinators (UU.Parsing), pretty print combinators (UU.Pretty) and a
set of data structures and algorithms for working with sets and
sequences (UU.DData) for Haskell.
.
The library is developed at Utrecht University and is part of the
Haskell Utrecht Tools.
Package: haskell-uulib-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Recommends: doc-base
, libghc6-base-doc
, libghc6-haskell98-doc
Description: API documentation for uulib Haskell library
The API documentation of the uulib parser and pretty print combinator
library.
.
The uulib Haskell library contains fast, error repairing parser
combinators (UU.Parsing), pretty print combinators (UU.Pretty) and a
set of data structures and algorithms for working with sets and
sequences (UU.DData) for Haskell.
.
The library is developed at Utrecht University and is part of the
Haskell Utrecht Tools.
|