From: Stefano Zacchiroli Date: Tue, 16 Dec 2003 16:17:23 +0000 (+0000) Subject: ported to ocaml 3.07 X-Git-Tag: V_0_2_2~7 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=6251437cd3089d7abcabad3bc1eb329a7e47d8d6;p=helm.git ported to ocaml 3.07 --- diff --git a/helm/DEVEL/ocaml-http/debian/changelog b/helm/DEVEL/ocaml-http/debian/changelog index 79917ba3d..cdb2c610c 100644 --- a/helm/DEVEL/ocaml-http/debian/changelog +++ b/helm/DEVEL/ocaml-http/debian/changelog @@ -9,6 +9,7 @@ ocaml-http (0.0.8) unstable; urgency=low * Shutdown server socket on abnormal exit (actually: uncaught exceptions or SIGTERM received) * Added a lot of ocamldoc documentation + * Added minimal HTTP 1.0/1.1 client support -- Stefano Zacchiroli Fri, 10 Jan 2003 10:36:53 +0100 diff --git a/helm/DEVEL/ocaml-http/debian/control b/helm/DEVEL/ocaml-http/debian/control index 1a72fbd75..23698721a 100644 --- a/helm/DEVEL/ocaml-http/debian/control +++ b/helm/DEVEL/ocaml-http/debian/control @@ -2,12 +2,12 @@ Source: ocaml-http Section: devel Priority: optional Maintainer: Stefano Zacchiroli -Build-Depends: debhelper (>> 4.0.0), ocaml-3.06-1, ocaml-findlib, libpcre-ocaml-dev (>= 4.30.0), libocamlnet-ocaml-dev (>= 0.94), graphviz +Build-Depends: debhelper (>> 4.0.0), ocaml-3.07, ocaml-findlib, libpcre-ocaml-dev (>= 4.30.0), libocamlnet-ocaml-dev (>= 0.94), graphviz Standards-Version: 3.5.8 Package: libhttp-ocaml-dev Architecture: any -Depends: ocaml-3.06-1, libpcre-ocaml-dev (>= 4.30.0), libocamlnet-ocaml-dev (>= 0.94) +Depends: ocaml-3.07, libpcre-ocaml-dev (>= 4.30.0), libocamlnet-ocaml-dev (>= 0.94) Description: OCaml module to build simple HTTP servers OCaml module to build simple HTTP server, largely inspired to Perl's HTTP::Daemon module. diff --git a/helm/DEVEL/ocaml-http/debian/dirs b/helm/DEVEL/ocaml-http/debian/dirs index bfe42fe0e..f2e6e9096 100644 --- a/helm/DEVEL/ocaml-http/debian/dirs +++ b/helm/DEVEL/ocaml-http/debian/dirs @@ -1 +1 @@ -/usr/lib/ocaml/3.06 +/usr/lib/ocaml/3.07