summaryrefslogtreecommitdiff
path: root/p/haskell-hxt/debian/control
blob: 2898cfd4e61e0c9df3dfc2db3d488b0277e8321e (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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
Source: haskell-hxt
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
Uploaders: TANIGUCHI Takaki <takaki@debian.org>
Priority: extra
Section: haskell
Build-Depends: cdbs,
 debhelper (>= 9),
 haskell-devscripts (>= 0.9),
 ghc,
 ghc-prof,
 ghc-doc,
 libghc-network-uri-dev (>= 2.6),
 libghc-network-uri-prof,
 libghc-network-uri-doc,
 libghc-parsec3-dev (>= 2.1),
 libghc-parsec3-dev (<< 4),
 libghc-parsec3-prof,
 libghc-parsec3-doc,
 libghc-hunit-dev (>= 1.2),
 libghc-hunit-dev (<< 2),
 libghc-hunit-prof,
 libghc-hunit-doc,
 libghc-mtl-dev (>= 2.0.1),
 libghc-mtl-dev (<< 3),
 libghc-mtl-prof,
 libghc-mtl-doc,
 libghc-hxt-charproperties-dev (>= 9.1),
 libghc-hxt-charproperties-dev (<< 10),
 libghc-hxt-charproperties-prof,
 libghc-hxt-charproperties-doc,
 libghc-hxt-unicode-dev (>= 9.0.1),
 libghc-hxt-unicode-dev (<< 10),
 libghc-hxt-unicode-prof,
 libghc-hxt-unicode-doc,
 libghc-hxt-regex-xmlschema-dev (>= 9.2),
 libghc-hxt-regex-xmlschema-dev (<< 10),
 libghc-hxt-regex-xmlschema-prof,
 libghc-hxt-regex-xmlschema-doc,
Standards-Version: 3.9.4
Homepage: http://www.fh-wedel.de/~si/HXmlToolbox/
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-hxt
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-hxt

Package: libghc-hxt-dev
Architecture: any
Depends: ${haskell:Depends},
 ${shlibs:Depends},
 ${misc:Depends},
Recommends: ${haskell:Recommends},
Suggests: ${haskell:Suggests},
Provides: ${haskell:Provides},
Description: xml toolkit for Haskell (library)${haskell:ShortBlurb}
 The Haskell XML Toolbox bases on the ideas of HaXml and HXML, but
 introduces a more general and flexible approach for processing XML
 with Haskell. The Haskell XML Toolbox uses a generic data model for
 representing XML documents, including the DTD subset and the document
 subset, in Haskell. This data model makes it possible to use filter
 functions as a uniform design of XML processing applications. The
 processing filters are implemented as arrows. This is more flexible
 than the filter approach from HXML and HaXml, but all filter
 applications can easily be transformed into arrows.
 .
 ${haskell:Blurb}

Package: libghc-hxt-prof
Architecture: any
Depends: ${haskell:Depends},
 ${misc:Depends},
Recommends: ${haskell:Recommends},
Suggests: ${haskell:Suggests},
Provides: ${haskell:Provides},
Description: xml toolkit for Haskell (profiling library)${haskell:ShortBlurb}
 The Haskell XML Toolbox bases on the ideas of HaXml and HXML, but
 introduces a more general and flexible approach for processing XML
 with Haskell. The Haskell XML Toolbox uses a generic data model for
 representing XML documents, including the DTD subset and the document
 subset, in Haskell. This data model makes it possible to use filter
 functions as a uniform design of XML processing applications. The
 processing filters are implemented as arrows. This is more flexible
 than the filter approach from HXML and HaXml, but all filter
 applications can easily be transformed into arrows.
 .
 ${haskell:Blurb}

Package: libghc-hxt-doc
Architecture: all
Section: doc
Depends: ${haskell:Depends},
 ${misc:Depends},
Recommends: ${haskell:Recommends},
Suggests: ${haskell:Suggests},
Provides: ${haskell:Provides},
Description: xml toolkit for Haskell (documentation)${haskell:ShortBlurb}
 The Haskell XML Toolbox bases on the ideas of HaXml and HXML, but
 introduces a more general and flexible approach for processing XML
 with Haskell. The Haskell XML Toolbox uses a generic data model for
 representing XML documents, including the DTD subset and the document
 subset, in Haskell. This data model makes it possible to use filter
 functions as a uniform design of XML processing applications. The
 processing filters are implemented as arrows. This is more flexible
 than the filter approach from HXML and HaXml, but all filter
 applications can easily be transformed into arrows.
 .
 ${haskell:Blurb}