From 93242489b31efb28345fbcf3ff6f319d9b487c0e Mon Sep 17 00:00:00 2001 From: Stefano Zacchiroli Date: Wed, 15 Jun 2005 09:06:29 +0000 Subject: [PATCH] use META helm-registry package, load sample.xml and open Helm_registry --- helm/ocaml/registry/.ocamlinit | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/helm/ocaml/registry/.ocamlinit b/helm/ocaml/registry/.ocamlinit index efcbda003..9aee6008e 100644 --- a/helm/ocaml/registry/.ocamlinit +++ b/helm/ocaml/registry/.ocamlinit @@ -1,7 +1,4 @@ #use "topfind";; -#thread;; -#require "str";; -#require "netstring";; -#require "helm-xml";; -#load "registry.cma";; +#require "helm-registry";; open Helm_registry;; +load_from "sample.xml";; -- 2.39.2