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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
|
Source: haskell-snap-server
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
Uploaders:
Kiwamu Okabe <kiwamu@debian.or.jp>,
Priority: extra
Section: haskell
Build-Depends:
cdbs,
debhelper (>= 9),
ghc (>= 8),
ghc-prof,
haskell-devscripts (>= 0.13),
libghc-attoparsec-dev (<< 0.14),
libghc-attoparsec-dev (>= 0.12),
libghc-attoparsec-prof,
libghc-blaze-builder-dev (<< 0.5),
libghc-blaze-builder-dev (>= 0.4),
libghc-blaze-builder-prof,
libghc-case-insensitive-dev (<< 1.3),
libghc-case-insensitive-dev (>= 1.1),
libghc-case-insensitive-prof,
libghc-clock-dev (<< 0.8),
libghc-clock-dev (>= 0.7.1),
libghc-clock-prof,
libghc-io-streams-dev (>= 1.3),
libghc-io-streams-dev (<< 1.6),
libghc-io-streams-prof,
libghc-io-streams-haproxy-dev (>= 1.0),
libghc-io-streams-haproxy-dev (<< 1.1),
libghc-io-streams-haproxy-dev (>= 1.0),
libghc-io-streams-haproxy-prof,
libghc-io-streams-prof,
libghc-lifted-base-dev (<< 0.3),
libghc-lifted-base-dev (>= 0.1),
libghc-lifted-base-prof,
libghc-mtl-dev (<< 2.3),
libghc-mtl-dev (>= 2.0),
libghc-mtl-prof,
libghc-network-dev (<< 2.7),
libghc-network-dev (>= 2.3),
libghc-network-prof,
libghc-old-locale-dev (<< 1.1),
libghc-old-locale-dev (>= 1.0),
libghc-old-locale-prof,
libghc-snap-core-dev (<< 1.1),
libghc-snap-core-dev (>= 1.0),
libghc-snap-core-prof,
libghc-text-dev (<< 1.3),
libghc-text-dev (>= 0.11),
libghc-text-prof,
libghc-unix-compat-dev (<< 0.5),
libghc-unix-compat-dev (>= 0.2),
libghc-unix-compat-prof,
libghc-vector-dev (>= 0.7),
libghc-vector-dev (<< 0.13),
libghc-vector-prof,
Build-Depends-Indep:
ghc-doc,
libghc-attoparsec-doc,
libghc-blaze-builder-doc,
libghc-case-insensitive-doc,
libghc-clock-doc,
libghc-io-streams-doc,
libghc-io-streams-haproxy-doc,
libghc-lifted-base-doc,
libghc-mtl-doc,
libghc-network-doc,
libghc-snap-core-doc,
libghc-text-doc,
libghc-unix-compat-doc,
libghc-vector-doc,
Standards-Version: 3.9.8
Homepage: http://snapframework.com/
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-snap-server
Vcs-Git: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git
Package: libghc-snap-server-dev
Architecture: any
Depends:
${haskell:Depends},
${misc:Depends},
${shlibs:Depends},
Recommends:
${haskell:Recommends},
Suggests:
${haskell:Suggests},
Provides:
${haskell:Provides},
Description: iteratee-based, epoll-enabled web server for the Snap Framework
Snap is a simple and fast web development framework and server written in
Haskell. For more information or to download the latest version, you can
visit the Snap project website at <http://snapframework.com/>.
.
The Snap HTTP server is a high performance, epoll-enabled, iteratee-based web
server library written in Haskell. Together with the @snap-core@ library upon
which it depends, it provides a clean and efficient Haskell programming
interface to the HTTP protocol.
.
Higher-level facilities for building web applications (like user/session
management, component interfaces, data modeling, etc.) are planned but not
yet implemented, so this release will mostly be of interest for those who:
.
o need a fast and minimal HTTP API at roughly the same level of abstraction
as Java servlets, or
.
o are interested in contributing to the Snap Framework project.
.
This package contains the normal library files.
Package: libghc-snap-server-prof
Architecture: any
Depends:
${haskell:Depends},
${misc:Depends},
Recommends:
${haskell:Recommends},
Suggests:
${haskell:Suggests},
Provides:
${haskell:Provides},
Description: iteratee-based, epoll-enabled web server for the Snap Framework; profiling lib
Snap is a simple and fast web development framework and server written in
Haskell. For more information or to download the latest version, you can
visit the Snap project website at <http://snapframework.com/>.
.
The Snap HTTP server is a high performance, epoll-enabled, iteratee-based web
server library written in Haskell. Together with the @snap-core@ library upon
which it depends, it provides a clean and efficient Haskell programming
interface to the HTTP protocol.
.
Higher-level facilities for building web applications (like user/session
management, component interfaces, data modeling, etc.) are planned but not
yet implemented, so this release will mostly be of interest for those who:
.
o need a fast and minimal HTTP API at roughly the same level of abstraction
as Java servlets, or
.
o are interested in contributing to the Snap Framework project.
.
This package contains the libraries compiled with profiling enabled.
Package: libghc-snap-server-doc
Architecture: all
Section: doc
Depends:
${haskell:Depends},
${misc:Depends},
Recommends:
${haskell:Recommends},
Suggests:
${haskell:Suggests},
Description: iteratee-based, epoll-enabled web server for the Snap Framework; documentation
Snap is a simple and fast web development framework and server written in
Haskell. For more information or to download the latest version, you can
visit the Snap project website at <http://snapframework.com/>.
.
The Snap HTTP server is a high performance, epoll-enabled, iteratee-based web
server library written in Haskell. Together with the @snap-core@ library upon
which it depends, it provides a clean and efficient Haskell programming
interface to the HTTP protocol.
.
Higher-level facilities for building web applications (like user/session
management, component interfaces, data modeling, etc.) are planned but not
yet implemented, so this release will mostly be of interest for those who:
.
o need a fast and minimal HTTP API at roughly the same level of abstraction
as Java servlets, or
.
o are interested in contributing to the Snap Framework project.
.
This package contains the documentation files.
|