X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2FDEVEL%2Focaml-http%2Fdebian%2Fcontrol;h=9aedcbb754e71f8ee4ba45096de8d98c01969beb;hb=ffa509c03dd2f5529b3161b7443142017327e8c3;hp=9304f0e07017258f810a55b307b5daaeceb7ae6d;hpb=592dca18b8f2bd19c3020bc1bb1f0270188e347a;p=helm.git diff --git a/helm/software/DEVEL/ocaml-http/debian/control b/helm/software/DEVEL/ocaml-http/debian/control index 9304f0e07..9aedcbb75 100644 --- a/helm/software/DEVEL/ocaml-http/debian/control +++ b/helm/software/DEVEL/ocaml-http/debian/control @@ -2,12 +2,25 @@ Source: ocaml-http Section: devel Priority: optional Maintainer: Stefano Zacchiroli -Build-Depends: debhelper (>> 4.0.0), ocaml-nox (>= 3.09.3), ocaml-findlib (>= 1.1), libpcre-ocaml-dev (>= 5.11.1), libocamlnet-ocaml-dev (>= 1.1-12), cdbs +Build-Depends: + debhelper (>> 5.0.0), + cdbs, + dh-ocaml, + ocaml-nox, + camlp4, + ocaml-findlib, + libpcre-ocaml-dev, + libocamlnet-ocaml-dev (>= 2.2.9-6) Standards-Version: 3.7.2 +Vcs-Svn: svn://mowgli.cs.unibo.it/trunk/helm/software/DEVEL/ocaml-http +Vcs-Browser: http://helm.cs.unibo.it/websvn/listing.php?path=/trunk/helm/software/DEVEL/ocaml-http/ Package: libhttp-ocaml-dev Architecture: any -Depends: ocaml-nox-${F:OCamlABI}, libpcre-ocaml-dev (>= 5.11.1), libocamlnet-ocaml-dev (>= 1.1-12) +Depends: + ocaml-nox-${F:OCamlABI}, + libpcre-ocaml-dev, + libocamlnet-ocaml-dev Description: OCaml library for writing HTTP servers OCaml HTTP is a library for the Objective Caml programming language, used to build simple HTTP servers, largely inspired to Perl's