]> matita.cs.unibo.it Git - helm.git/blob - helm/DEVEL/ocaml-http/debian/control
Initial revision
[helm.git] / helm / DEVEL / ocaml-http / debian / control
1 Source: ocaml-http
2 Section: devel
3 Priority: optional
4 Maintainer: Stefano Zacchiroli <zack@debian.org>
5 Build-Depends: debhelper (>> 4.0.0), ocaml-3.06-1, ocaml-findlib, libpcre-ocaml-dev-4.30.0, libocamlnet-ocaml-dev-0.94
6 Standards-Version: 3.5.8
7
8 Package: libhttp-ocaml-dev
9 Architecture: any
10 Depends: ocaml-3.06-1, libpcre-ocaml-dev-4.30.0, libocamlnet-ocaml-dev-0.94
11 Provides: libhttp-ocaml-dev-0.0.6
12 Description: OCaml module to build simple HTTP servers
13  OCaml module to build simple HTTP server, largely inspired to Perl's
14  HTTP::Daemon module.
15  .
16  Contains an Http.Daemon module which allow you to create simple HTTP
17  servers, and a set of facility functions to handle HTTP request and
18  responses.
19  .
20  Contains also classes that enclose HTTP request and responses.