Browse thread
OCaml-Libs / Quick reference as pdf on some pages?!
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
Date: | 2005-02-27 (23:47) |
From: | Oliver Bandel <oliver@f...> |
Subject: | Re: [Caml-list] OCaml-Libs / Quick reference as pdf on some pages?! |
On Sun, Feb 27, 2005 at 06:12:56PM +0000, Jon Harrop wrote: > On Sunday 27 February 2005 14:35, Oliver Bandel wrote: > > Have not tried it. > > > > Does it help? > > Absolutely! It gives a graphical depiction of compilation units and the > hierarchies of modules they contain. Clicking on a member gives you its type > and then clicking on "Impl" or "Intf" gives you the implementation (.ml) or > interface (.mli), respectively. Functions in the core library are documented > in their interface. You can add extra directories to the listing (I often add > lablGL) and even your own code. Well, I have now seen that here is no ocamlbrowser installed. The resason seems to be that here is no complete X11/XFree development environment. I have OS-X here and there is a X11 binary, but it seems, here are no headers and libs to compile own X11-code...?! On my old Linux box I had ocamlbrowser installed, but never used. Now I have no possibility to use this tool. :( Ciao, Oliver