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
|
Source: ocsigenserver
Section: ocaml
Priority: optional
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Uploaders:
Stéphane Glondu <glondu@debian.org>,
Samuel Mimram <smimram@debian.org>,
Nicolas Dandrimont <nicolas.dandrimont@crans.org>
Build-Depends:
debhelper (>= 8),
ocaml-nox (>= 4.01),
camlp4-extra,
ocaml-findlib (>= 1.4),
liblwt-ssl-ocaml-dev (>= 2.4.2),
libocamlnet-ocaml-dev (>= 3.6.5),
libpcre-ocaml-dev (>= 6.0.1-2~),
libssl-ocaml-dev (>= 0.4.3-3~),
libsqlite3-ocaml-dev (>= 1.5.6-3~),
libzip-ocaml-dev (>= 1.04-6~),
libcryptokit-ocaml-dev (>= 1.3-14~),
libtyxml-ocaml-dev (>= 2.2.0),
libipaddr-ocaml-dev,
dh-ocaml (>= 0.9.5~)
Standards-Version: 3.9.4
Homepage: http://ocsigen.org/ocsigenserver/
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ocaml-maint/packages/ocsigenserver.git
Vcs-Git: git://anonscm.debian.org/pkg-ocaml-maint/packages/ocsigenserver.git
Package: ocsigenserver
Section: httpd
Architecture: any
Depends: adduser, psmisc, procps,
${ocaml:Depends},
${shlibs:Depends},
${misc:Depends}
Suggests: ocsigenserver-doc
Provides: httpd, httpd-cgi
Description: web server of the Ocsigen project
The Ocsigen project is aimed at proposing clean and safe tools for
developing and running client/server Web 2.0 applications.
.
Ocsigen Server is a full featured Web server. It implements most
features of the HTTP protocol, and has a very powerful extension
mechanism that make very easy to plug your own OCaml modules for
generating pages. Many extensions are available, like a reverse
proxy, content compression, access control, authentication, etc.
Package: libocsigenserver-ocaml
Architecture: any
Depends:
${ocaml:Depends},
${shlibs:Depends},
${misc:Depends}
Provides: ${ocaml:Provides}
Description: web server of the Ocsigen project (runtime libraries)
The Ocsigen project is aimed at proposing clean and safe tools for
developing and running client/server Web 2.0 applications.
.
Ocsigen Server is a full featured Web server. It implements most
features of the HTTP protocol, and has a very powerful extension
mechanism that make very easy to plug your own OCaml modules for
generating pages. Many extensions are available, like a reverse
proxy, content compression, access control, authentication, etc.
.
This package contains runtime libraries.
Package: libocsigenserver-ocaml-dev
Architecture: any
Depends:
ocaml-findlib,
libgdbm-dev,
${ocaml:Depends},
${shlibs:Depends},
${misc:Depends}
Provides: ${ocaml:Provides}
Recommends: ocsigenserver-doc
Description: web server of the Ocsigen project (dev libraries)
The Ocsigen project is aimed at proposing clean and safe tools for
developing and running client/server Web 2.0 applications.
.
Ocsigen Server is a full featured Web server. It implements most
features of the HTTP protocol, and has a very powerful extension
mechanism that make very easy to plug your own OCaml modules for
generating pages. Many extensions are available, like a reverse
proxy, content compression, access control, authentication, etc.
.
This package contains development libraries.
Package: ocsigenserver-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Enhances: ocsigenserver, libocsigenserver-ocaml-dev
Description: web server of the Ocsigen project (documentation)
The Ocsigen project is aimed at proposing clean and safe tools for
developing and running client/server Web 2.0 applications.
.
Ocsigen Server is a full featured Web server. It implements most
features of the HTTP protocol, and has a very powerful extension
mechanism that make very easy to plug your own OCaml modules for
generating pages. Many extensions are available, like a reverse
proxy, content compression, access control, authentication, etc.
.
This package contains documentation: the manual (in wikicreole
format) and the API reference generated by ocamldoc (in HTML format).
|