Source: http Section: devel Priority: optional Maintainer: Stefano Zacchiroli Build-Depends: debhelper (>> 4.0.0), ocaml-3.06, ocaml-findlib, libpcre-ocaml-dev, libocamlnet-ocaml-dev Standards-Version: 3.5.7 Package: libhttp-ocaml-dev Architecture: any Depends: ocaml-3.06, libpcre-ocaml-dev, libocamlnet-ocaml-dev Description: OCaml module to build simple HTTP servers OCaml module to build simple HTTP server, largely inspired to Perl's HTTP::Daemon module. . Contains an Http.Daemon module which allow you to create simple HTTP servers, and a set of facility functions to handle HTTP request and responses. . Contains also classes that enclose HTTP request and responses.