blob: 36290e4bc7f115f3ba55abc7cf1af5ee850fdba3 (
plain)
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
|
Source: haskell-editline
Section: haskell
Priority: extra
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
Build-Depends: debhelper (>= 9)
, cdbs
, haskell-devscripts (>= 0.8.13)
, ghc
, ghc-doc
, libedit-dev
Standards-Version: 3.9.4
Homepage: http://hackage.haskell.org/package/foo
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-foo
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-foo
Package: libghc-editline-dev
Architecture: any
Depends: ${haskell:Depends}
, ${shlibs:Depends}
, ${misc:Depends}
, libedit-dev
, ${misc:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
Description: Haskell bindings to the BSD editline library (libedit)
This package contains bindings to the BSD editline library. It provides a
basic interface to the editline API for reading lines of input from the
user.
.
Additionally, a readline compatibility module is included which provides a
subset of the functions from the readline package.
Package: libghc-editline-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}, ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Description: Haskell bindings to the BSD editline library (libedit) (documentation)
This package contains bindings to the BSD editline library. It provides a
basic interface to the editline API for reading lines of input from the
user.
.
Additionally, a readline compatibility module is included which provides a
subset of the functions from the readline package.
.
This package contains library documentation.
|