themus has quit [bear.openprojects.net irc.openprojects.net]
themus has joined #ocaml
smkl has quit [bear.openprojects.net irc.openprojects.net]
* gl
is away: I'm busy
smkl has joined #ocaml
gl has quit [Read error: 113 (No route to host)]
bobov has joined #ocaml
volatile has joined #ocaml
x0 has joined #ocaml
x0 has left #ocaml []
bobov has quit []
volatile has quit [Read error: 110 (Connection timed out)]
mrvn_ has joined #ocaml
mrvn has quit [Read error: 110 (Connection timed out)]
gl has joined #ocaml
* gl
&
malc has joined #ocaml
TimFreeman has joined #ocaml
<TimFreeman>
Can anyone point to the program that was used to generate the ocaml web documents from the ocaml source? I see comments with (** *). The program is not ocamlweb, at least with the default arguments.
<malc>
TimFreeman: heredoc or ocamldoc maybe?
<TimFreeman>
Okay, I'm looking for those...
<TimFreeman>
ocamldoc looks like a match so far. Thanks.
<malc>
n/p
<TimFreeman>
Drat, apparently no Debian package for ocamldoc. Have to get the source myself.
<mr_bubbs>
TimFreeman: it is an external package.. but will be included in the 3.05 release
<mr_bubbs>
which Xavier hopes to be the end of July, I believe
<TimFreeman>
It seems we were working in parallel; I had just reached a similar conclusion. Yes, looks like I need to fetch ocaml 3.05 from their anonymous cvs server. I didn't see a separate source distribution of ocamldoc. I probably ...
<TimFreeman>
need to fetch ocaml 3.05 via CVS for other purposes anyway, so not a problem.