X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fregistry%2F.ocamlinit;h=9aee6008e6a2c0dada86588e8510073725d69377;hb=4167cea65ca58897d1a3dbb81ff95de5074700cc;hp=f5b6b883ae1da7acf68f02b8d8024d0e4b8efab3;hpb=958c4635b38a209392ee7d7fc3d2e07ed3d7e5d3;p=helm.git diff --git a/helm/ocaml/registry/.ocamlinit b/helm/ocaml/registry/.ocamlinit index f5b6b883a..9aee6008e 100644 --- a/helm/ocaml/registry/.ocamlinit +++ b/helm/ocaml/registry/.ocamlinit @@ -1,6 +1,4 @@ #use "topfind";; -#require "pcre";; -#require "netstring";; -#require "pxp";; -#load "registry.cma";; +#require "helm-registry";; open Helm_registry;; +load_from "sample.xml";;