X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=helm%2Focaml%2Fregistry%2F.ocamlinit;h=efcbda003a80de84ca9ea6f4829acc3594bf7df6;hb=aca103d3c3d740efcc0bcc2932922cff77facb49;hp=49a371462c003f8726c27308b90ffbddc85291c5;hpb=0027da83c65b1dd0689f8d89b00bb77206dbd654;p=helm.git diff --git a/helm/ocaml/registry/.ocamlinit b/helm/ocaml/registry/.ocamlinit index 49a371462..efcbda003 100644 --- a/helm/ocaml/registry/.ocamlinit +++ b/helm/ocaml/registry/.ocamlinit @@ -1,6 +1,7 @@ #use "topfind";; +#thread;; #require "str";; #require "netstring";; -#require "pxp";; +#require "helm-xml";; #load "registry.cma";; open Helm_registry;;