(* $Id: topfind.p 49 2003-12-30 09:48:02Z gerd $ -*- tuareg -*- *)

(* For Ocaml-3.03 and up, so you can do: #use "topfind" and get a
 * working findlib toploop.
 *)
#load "/usr/lib/ocaml/3.07/findlib/findlib.cma";;
#load "/usr/lib/ocaml/3.07/findlib/findlib_top.cma";;
#directory "/usr/lib/ocaml/3.07/findlib";;
Topfind.add_predicates [ "byte"; "toploop" ];
Topfind.don't_load ["findlib"];;
Topfind.announce();;
