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
|
Source: haskell-uulib
Section: devel
Priority: optional
Maintainer: Arjan Oosting <arjan@debian.org>
Build-Depends: debhelper (>= 5), dpatch, dpkg-dev (>= 1.13.19),
ghc6 (>= 6.8.2), ghc6-prof (>= 6.4.2), haskell-devscripts (>= 0.6.12)
Build-Depends-Indep: cpphs, haddock, hugs, libghc6-base-doc,
libghc6-haskell98-doc
Standards-Version: 3.7.3
Vcs-Svn: svn://svn.debian.org/svn/pkg-haskell/packages/haskell-uulib/trunk
Vcs-Browser: http://svn.debian.org/wsvn/pkg-haskell/packages/haskell-uulib/trunk
Homepage: http://www.cs.uu.nl/wiki/HUT/WebHome
Package: libghc6-uulib-dev
Architecture: any
Section: libdevel
Depends: ${haskell:Depends}, ${misc:Depends}
Suggests: haskell-uulib-doc (= ${source:Version})
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: libdevel
Depends: libghc6-uulib-dev (= ${binary:Version}), ${haskell:Depends}, ${misc:Depends}
Suggests: haskell-uulib-doc (= ${source:Version})
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.
|