Re: [Caml-list] working %.pp.ml target with ocamfind/ocamlbuild

2011-12-31 Thread Gabriel Scherer
I was also under the impression that ocamlbuild Ocamlfind integration was unable to use archive(syntax) or archive(preprocessor) dependencies for ocamlfind packages providing syntax extensions. This is a serious limitation as it makes some ocamlfind packages unusable. If you're considering

Re: [Caml-list] Understanding usage by the runtime

2011-12-31 Thread orbitz
Being on the C side is not even something I had considered. In this case, I think the only piece of code not part of the Ocaml RTS that is talking to C is Lwt. It is possible that there is a memory leak in there somewhere. The upside, though, is there seems to be some residue of it in the

[Caml-list] WSMBio 2012: 3rd announcement

2011-12-31 Thread GRLMC
To be removed from our mailing list, please respond to this message with UNSUBSCRIBE in the subject * 2012 INTERNATIONAL WINTER SCHOOL IN METHODS IN BIOINFORMATICS WSMBio 2012 Tarragona, Spain February 20-24,

[Caml-list] What type strategy ?

2011-12-31 Thread Pierre-Alexandre Voye
[There's a french version below] Hello, I am currently developing a multi agent system engine in Ocaml, and although a first version of this engine works really well, I have some difficulties to generalize the engine to any kind of agent. The difficulty comes from the organization, in particular