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
|
Source: urweb
Section: devel
Priority: extra
Maintainer: Benjamin Barenblat <bbaren@mit.edu>
Build-Depends:
debhelper (>= 9),
dh-autoreconf,
dh-exec,
libmysqlclient-dev,
libpq-dev,
libsqlite3-dev,
libssl-dev,
mlton
Standards-Version: 3.9.6
Homepage: http://impredicative.com/ur/
Package: urweb
Architecture: any
Depends:
liburweb0,
liburweb-cgi0,
liburweb-fastcgi0,
liburweb-http0,
liburweb-static0,
${shlibs:Depends},
${misc:Depends}
Recommends:
urweb-doc
Description: purely functional language for web programming
Ur is a pure, functional, statically typed, strict programming language in the
tradition of ML and Haskell; however, it features a significantly richer type
system. Ur/Web is Ur plus a special standard library and associated rules for
parsing and optimization. Ur/Web supports constructing dynamic web
applications backed by SQL databases.
.
This package provides the urweb compiler and development libraries; you do not
need to install it to run applications written in Ur/Web.
Package: liburweb0
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests:
liburweb-cgi0,
liburweb-fastcgi0,
liburweb-http0,
liburweb-static0
Description: urweb runtime system
Ur is a pure, functional, statically typed, strict programming language in the
tradition of ML and Haskell; however, it features a significantly richer type
system. Ur/Web is Ur plus a special standard library and associated rules for
parsing and optimization. Ur/Web supports constructing dynamic web
applications backed by SQL databases.
.
This package provides the runtime library for executables compiled with urweb.
Packages should not depend on this package; instead, they should depend on one
of the urweb backend packages, each of which depends on this one.
Package: liburweb-cgi0
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: urweb CGI backend
Ur is a pure, functional, statically typed, strict programming language in the
tradition of ML and Haskell; however, it features a significantly richer type
system. Ur/Web is Ur plus a special standard library and associated rules for
parsing and optimization. Ur/Web supports constructing dynamic web
applications backed by SQL databases.
.
This package provides the CGI backend for executables compiled with urweb.
Package: liburweb-fastcgi0
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: urweb FastCGI backend
Ur is a pure, functional, statically typed, strict programming language in the
tradition of ML and Haskell; however, it features a significantly richer type
system. Ur/Web is Ur plus a special standard library and associated rules for
parsing and optimization. Ur/Web supports constructing dynamic web
applications backed by SQL databases.
.
This package provides the FastCGI backend for executables compiled with urweb.
Package: liburweb-http0
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: urweb standalone backend
Ur is a pure, functional, statically typed, strict programming language in the
tradition of ML and Haskell; however, it features a significantly richer type
system. Ur/Web is Ur plus a special standard library and associated rules for
parsing and optimization. Ur/Web supports constructing dynamic web
applications backed by SQL databases.
.
This package provides the standalone backend for web servers generated with
urweb.
Package: liburweb-static0
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: urweb static backend
Ur is a pure, functional, statically typed, strict programming language in the
tradition of ML and Haskell; however, it features a significantly richer type
system. Ur/Web is Ur plus a special standard library and associated rules for
parsing and optimization. Ur/Web supports constructing dynamic web
applications backed by SQL databases.
.
This package provides the static-file backend for executables compiled with
urweb.
|