]> matita.cs.unibo.it Git - helm.git/commitdiff
use META helm-registry package, load sample.xml and open Helm_registry
authorStefano Zacchiroli <zack@upsilon.cc>
Wed, 15 Jun 2005 09:06:29 +0000 (09:06 +0000)
committerStefano Zacchiroli <zack@upsilon.cc>
Wed, 15 Jun 2005 09:06:29 +0000 (09:06 +0000)
helm/ocaml/registry/.ocamlinit

index efcbda003a80de84ca9ea6f4829acc3594bf7df6..9aee6008e6a2c0dada86588e8510073725d69377 100644 (file)
@@ -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";;