Re: [Caml-list] Wanted: your feedback on the hierarchy of OCaml Batteries Included

2008-11-21 Thread David Teller
On Fri, 2008-11-21 at 00:18 +0100, Daniel Bünzli wrote: Le 20 nov. 08 à 22:12, David Teller a écrit : If anyone is willing to work on a solution for linking documentation from third-party libraries into one transparent source, as suggested by Richard Jones, please contact me. I'm

[Caml-list] Notes from testing OCaml 3.11.0+beta1 on Fedora

2008-11-21 Thread Richard Jones
Fedora compiled most of our OCaml packages for 3.11.0+beta1 now. Here are my notes on this, which I hope prove helpful for anyone else trying out 3.11. Firstly you can get any of the packages / patches we are using through our CVS repo here: http://cvs.fedoraproject.org/viewvc/devel/ Packages

Re: [Caml-list] Wanted: your feedback on the hierarchy of OCaml Batteries Included

2008-11-21 Thread Michaël Le Barbier
Erkki Seppala a écrit : Richard Jones [EMAIL PROTECTED] writes: On Tue, Nov 18, 2008 at 10:56:18AM +0100, David Teller wrote: open System.IO;; open System.File;; Your biggest problem is using dot ('.') instead of underscore ('_'). However, this would take away some of

Re: [Caml-list] [announce] O'Browser : OCaml on browsers

2008-11-21 Thread Benjamin Canou
Hi, From Kuba Ober: Pardon the question, but is this meant to be useful in the future, or is it just a fun experiment (in which case the next target should be brainfuck). Coming soon: the OCaml VM on a turing machine ! From Burgisser Francois : Good idea but maybe a browser plugin to

Re: [Caml-list] Notes from testing OCaml 3.11.0+beta1 on Fedora

2008-11-21 Thread Jacques Carette
Richard Jones wrote: ocaml-pa-monad -- Stricter module naming restrictions in 3.11: ocamlc -warn-error AX -g -pp 'camlp4orf -I . pa_monad.cmo' -c pythagorean-triples.ml File pythagorean-triples.ml, line 1, characters 0-1: Warning X: bad source file name:

[Caml-list] Native dynlink on 3.11: a request for packagers

2008-11-21 Thread Dario Teixeira
Hi, As you are probably aware, the upcoming 3.11 release includes Alain Frisch's native dynlink patches. AFAIK, you cannot directly dynlink a cmxa or cmx file like you would do in bytecode with cma or cmo files. Beforehand, a native code binary must be made into a plugin via ocamlopt's -shared

Re: [Caml-list] Native dynlink on 3.11: a request for packagers

2008-11-21 Thread Richard Jones
Does ocamlfind support any of this? Since I'm now also cross- compiling OCaml, I've certainly come to appreciate findlib more than ever. Rich. -- Richard Jones Red Hat ___ Caml-list mailing list. Subscription management:

Re: [Caml-list] Native dynlink on 3.11: a request for packagers

2008-11-21 Thread Dario Teixeira
Hi, Does ocamlfind support any of this? Since I'm now also cross-compiling OCaml, I've certainly come to appreciate findlib more than ever. Indeed it does. The current version of Ocsigen already makes use of this feature. However, because very few (none, actually, other than Ocsigen's)

RE: [Caml-list] Native dynlink on 3.11: a request for packagers

2008-11-21 Thread David Allsopp
On 22 November 2008 01:20 Jon Harrop wrote: On Friday 21 November 2008 23:45:34 Dario Teixeira wrote: Hi, Does ocamlfind support any of this? Since I'm now also cross-compiling OCaml, I've certainly come to appreciate findlib more than ever. Indeed it does. The current version