[Caml-list] Format: Fortran (&c.) style continuation lines?

2010-04-08 Thread Thorsten Ohl (TP2)
Hi, for ages, I've been using the following (somewhat hackish) approach to pretty printing source code that requires special lexical markers to allow statements that continue over more than one line. (e.g. in Fortran foo = 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 & + 1 + 1 +

[Caml-list] [ANN] OASIS 0.1.0, ocamlify 0.0.1 and ocaml-data-notation 0.0.1

2010-04-08 Thread Sylvain Le Gall
OASIS - This is the first public release of OASIS. It aims to provide a clean and efficient way to create a configure/build and install system for your OCaml applications and libraries using a single '_oasis' file. It is inspired by Haskell's Cabal. Features: * generate a standalone setup.ml

Re: [Caml-list] [ANN] OASIS 0.1.0, ocamlify 0.0.1 and ocaml-data-notation 0.0.1

2010-04-08 Thread Vincent Aravantinos
Hi, Le 8 avr. 10 à 15:58, Sylvain Le Gall a écrit : OASIS - This is the first public release of OASIS. It aims to provide a clean and efficient way to create a configure/build and install system for your OCaml applications and libraries using a single '_oasis' file. (...) Looks like some

Re: [Caml-list] [ANN] The course on Unix System programming in OCaml is translated

2010-04-08 Thread Daniel Bünzli
> do you mean that the original content was improved? No the translation itself. > if so, are these improvements available back in the French version? A few errors were found and reported back to Didier. > Also there are problems in the HTML version. Are you interested by some > remarks ? Yes.

Re: [Caml-list] Format: Fortran (&c.) style continuation lines?

2010-04-08 Thread Martin Jambon
Thorsten Ohl (TP2) wrote: > Hi, > > for ages, I've been using the following (somewhat hackish) approach to > pretty printing source code that requires special lexical markers to > allow statements that continue over more than one line. (e.g. in > Fortran > > foo = 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1

[Caml-list] Ocaml-Pcre Documentation?

2010-04-08 Thread Oliver Bandel
Hello, where can I find the documenatation to pcre-ocaml? Some pages seem to be out dated. Where can I find the docs? Ciao, Oliver ___ Caml-list mailing list. Subscription management: http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list A

Re: [Caml-list] Ocaml-Pcre Documentation?

2010-04-08 Thread Ashish Agarwal
What do you need to know? Documentation for the underlying pcre library might be your best option. On Thu, Apr 8, 2010 at 3:06 PM, Oliver Bandel wrote: > Hello, > > > where can I find the documenatation to pcre-ocaml? > > Some pages seem to be out dated. > > Where can I find the docs? > > > Ciao

Re: [Caml-list] Ocaml-Pcre Documentation?

2010-04-08 Thread Dario Teixeira
Hi, > where can I find the documenatation to pcre-ocaml? > Some pages seem to be out dated. > Where can I find the docs? The Ocaml library is essentially a very thin wrapper around the original C library. Therefore, all your documentation needs should be satisfied by the original docs available

Re: [Caml-list] Ocaml-Pcre Documentation?

2010-04-08 Thread Sebastien Mondet
Hi For the ocaml part, I found this: http://www.janestreet.com/ocaml/janestreet-ocamldocs/pcre/index.html and this: http://hg.ocaml.info/release/pcre-ocaml/file/8393f8f80c40/lib/pcre.mli still quite useful. -- Sebastien Mondet http://seb.mondet.org On Thu, Apr 8, 2010 at 9:32 PM, Dario Teixei

Re: [Caml-list] Ocaml-Pcre Documentation?

2010-04-08 Thread Oliver Bandel
Hi, Zitat von "Sebastien Mondet" : Hi For the ocaml part, I found this: http://www.janestreet.com/ocaml/janestreet-ocamldocs/pcre/index.html and this: http://hg.ocaml.info/release/pcre-ocaml/file/8393f8f80c40/lib/pcre.mli still quite useful. [...] Oh, that's nice, especially the janestreet

Re: [Caml-list] Ocaml-Pcre Documentation?

2010-04-08 Thread Stefano Zacchiroli
On Thu, Apr 08, 2010 at 09:37:52PM +0200, Sebastien Mondet wrote: > For the ocaml part, I found this: > http://www.janestreet.com/ocaml/janestreet-ocamldocs/pcre/index.html ACK. FWIW, in Debian (and derivatives) packages, ocamldoc API references are consistently generated and made available under