From: Stefano Zacchiroli Date: Thu, 20 May 2004 09:39:04 +0000 (+0000) Subject: expanded content of old topfind X-Git-Tag: V_0_0_9~35 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=7efff97ccf71511670bde9aa0e4d13d97ec3c372;p=helm.git expanded content of old topfind --- diff --git a/helm/DEVEL/ocaml-http/.ocamlinit b/helm/DEVEL/ocaml-http/.ocamlinit index 577740dbd..64694a213 100644 --- a/helm/DEVEL/ocaml-http/.ocamlinit +++ b/helm/DEVEL/ocaml-http/.ocamlinit @@ -1 +1,5 @@ -#use "tophttp";; +#use "topfind";; +#require "unix";; +#require "pcre";; +#require "netstring";; +#load "http.cma";;