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