Re: [Caml-list] Ocamlbuild question

2009-02-13 Thread Matthieu Dubuget
Correction: Matthieu Dubuget a écrit : Thanks to Nicolas: the solution was: - tag .oocamlfind files with dont_link_with In fact, tagging .oocamlfind files is not needed. The key point is to add dont_link_with when calling dep: - and add dont_link_with in left part of dep: dep

[Caml-list] XML data binder for Ocaml

2009-02-13 Thread O'Leary, John W
Hi all, I'm looking for a tool that will take an XML data schema (.xsd) and generate data bindings in Ocaml. In other words, I am seeking an Ocaml equivalent to XSD (for C and C++) and JAXB (for Java). Googling didn't immediately turn up anything meeting the above description. I'd very much