File: control

package info (click to toggle)
haskell-edison-api 1.3.1-5
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 224 kB
  • sloc: haskell: 773; makefile: 3
file content (84 lines) | stat: -rw-r--r-- 3,193 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
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
Source: haskell-edison-api
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
Uploaders: Joachim Breitner <nomeata@debian.org>
Priority: optional
Section: haskell
Rules-Requires-Root: no
Build-Depends:
 cdbs,
 debhelper (>= 10),
 ghc (>= 8.4.3),
 ghc-prof,
 haskell-devscripts (>= 0.13),
Build-Depends-Indep: ghc-doc
Standards-Version: 4.1.4
Homepage: http://rwd.rdockins.name/edison/home/
Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-edison-api
Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-edison-api]

Package: libghc-edison-api-dev
Architecture: any
Depends: ${haskell:Depends}, ${misc:Depends}, ${shlibs:Depends}
Recommends: libghc-edison-core-dev, ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
Description: Haskell library of efficent, purely-functional data structures
 The abstract interface (API) of the Edison library for Haskell for
 use with ghc.
 .
 Edison is a library of purely function data structures for Haskell
 originally written by Chris Okasaki. Conceptually, it consists of two
 things:
   - A set of type classes defining data the following data structure
     abstractions: 'sequences', 'collections' and 'associative
     collections'
   - Multiple concrete implementations of each of the abstractions
 .
 This package contains the set of type classes.

Package: libghc-edison-api-prof
Architecture: any
Depends: ${haskell:Depends}, ${misc:Depends}, ${shlibs:Depends}
Recommends: libghc-edison-core-prof, ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
Description: Haskell library of data structures; profiling libraries
 The abstract interface (API) of the Edison library for Haskell for
 use with ghc.
 .
 Edison is a library of purely function data structures for Haskell
 originally written by Chris Okasaki. Conceptually, it consists of two
 things:
   - A set of type classes defining data the following data structure
     abstractions: 'sequences', 'collections' and 'associative
     collections'
   - Multiple concrete implementations of each of the abstractions
 .
 This package contains the set of type classes.

Package: libghc-edison-api-doc
Architecture: all
Section: doc
Depends: ${haskell:Depends}, ${misc:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Conflicts:
 haskell-edison-api-doc (<< 1.2.1-13),
 haskell-edison-doc,
 libghc6-edison-api-doc (<< 1:1),
Provides: haskell-edison-api-doc, libghc6-edison-api-doc
Replaces:
 haskell-edison-api-doc (<< 1.2.1-13),
 haskell-edison-doc,
 libghc6-edison-api-doc (<< 1:1),
Description: documentation of the Edison Haskell library
 Documentation of the Edison library containing efficent,
 purely-functional data structures for Haskell.
 .
 Edison is a library of purely function data structures for Haskell
 originally written by Chris Okasaki. Conceptually, it consists of two
 things:
   - A set of type classes defining data the following data structure
     abstractions: 'sequences', 'collections' and 'associative
     collections'
   - Multiple concrete implementations of each of the abstractions