]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/DEVEL/ocaml-http/debian/control
added ocaml-http 0.0.1
[helm.git] / helm / DEVEL / ocaml-http / debian / control
diff --git a/helm/DEVEL/ocaml-http/debian/control b/helm/DEVEL/ocaml-http/debian/control
new file mode 100644 (file)
index 0000000..24b4bed
--- /dev/null
@@ -0,0 +1,19 @@
+Source: http
+Section: devel
+Priority: optional
+Maintainer: Stefano Zacchiroli <zack@debian.org>
+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.