summaryrefslogtreecommitdiff
path: root/p/haskell-ixset/debian/control
blob: cc31d0407981405634c77fb3f07961bc0e1755a8 (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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
Source: haskell-ixset
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
Uploaders: Giovanni Mascellani <gio@debian.org>
Priority: extra
Section: haskell
Build-Depends: debhelper (>= 9),
 haskell-devscripts (>= 0.9),
 cdbs,
 ghc,
 ghc-prof,
 libghc-safecopy-dev,
 libghc-safecopy-prof,
 ghc-ghci,
 libghc-syb-dev,
 libghc-syb-prof,
 libghc-syb-with-class-dev (>= 0.6.1),
 libghc-syb-with-class-prof,
Build-Depends-Indep: ghc-doc,
 libghc-safecopy-doc,
 libghc-syb-doc,
 libghc-syb-with-class-doc,
Standards-Version: 3.9.5
Homepage: http://happstack.com
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-ixset
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-ixset

Package: libghc-ixset-dev
Architecture: any
Depends: ${haskell:Depends},
 ${shlibs:Depends},
 ${misc:Depends},
Recommends: ${haskell:Recommends},
Suggests: ${haskell:Suggests},
Provides: ${haskell:Provides},
Description: Haskell implementation of queryable sets - GHC libraries${haskell:ShortBlurb}
 IxSet is a Haskell efficient implementation of queryable sets: it
 makes you able to define complex data types and index them on some of
 theirs fields. Then you can efficiently query the IxSet to find the
 records that satisfy some condition.
 .
 ${haskell:Blurb}

Package: libghc-ixset-prof
Architecture: any
Depends: ${haskell:Depends},
 ${misc:Depends},
Recommends: ${haskell:Recommends},
Suggests: ${haskell:Suggests},
Provides: ${haskell:Provides},
Description: Haskell implementation of queryable sets - GHC profiling libraries${haskell:ShortBlurb}
 IxSet is a Haskell efficient implementation of queryable sets: it
 makes you able to define complex data types and index them on some of
 theirs fields. Then you can efficiently query the IxSet to find the
 records that satisfy some condition.
 .
 ${haskell:Blurb}

Package: libghc-ixset-doc
Architecture: all
Section: doc
Depends: ${misc:Depends},
 ${haskell:Depends},
Recommends: ${haskell:Recommends},
Suggests: ${haskell:Suggests},
Description: Haskell implementation of queryable sets - documentation${haskell:ShortBlurb}
 IxSet is a Haskell efficient implementation of queryable sets: it
 makes you able to define complex data types and index them on some of
 theirs fields. Then you can efficiently query the IxSet to find the
 records that satisfy some condition.
 .
 ${haskell:Blurb}