4 Maintainer: Stefano Zacchiroli <zack@debian.org>
13 libocamlnet-ocaml-dev (>= 2.2.9-6)
14 Standards-Version: 3.7.2
15 Vcs-Svn: svn://mowgli.cs.unibo.it/trunk/helm/software/DEVEL/ocaml-http
16 Vcs-Browser: http://helm.cs.unibo.it/websvn/listing.php?path=/trunk/helm/software/DEVEL/ocaml-http/
18 Package: libhttp-ocaml-dev
21 ocaml-nox-${F:OCamlABI},
24 Description: OCaml library for writing HTTP servers
25 OCaml HTTP is a library for the Objective Caml programming language,
26 used to build simple HTTP servers, largely inspired to Perl's
29 In order to implement an HTTP servers the programmer has to provide a
30 daemon specification which contains, among other parameters, a callback
31 function invoked by OCaml HTTP on well formed HTTP requests received.
32 HTTP responses could be sent over an out_channel connected with client
33 socket, accessible from the callback.
35 The library contains also facility functions that helps in creating
36 well formed HTTP responses and a tiny HTTP client.