]> matita.cs.unibo.it Git - helm.git/blob - helm/DEVEL/ocaml-http/debian/control
- the mathql interpreter is not helm-dependent any more
[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), graphviz
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 Description: OCaml module to build simple HTTP servers
12  OCaml module to build simple HTTP server, largely inspired to Perl's
13  HTTP::Daemon module.
14  .
15  Contains an Http.Daemon module which allow you to create simple HTTP
16  servers, and a set of facility functions to handle HTTP request and
17  responses.
18  .
19  Contains also classes that enclose HTTP request and responses.