caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* Ocaml-Pcre Documentation?
@ 2010-04-08 19:06 Oliver Bandel
  2010-04-08 19:14 ` [Caml-list] " Ashish Agarwal
  2010-04-08 19:32 ` Dario Teixeira
  0 siblings, 2 replies; 6+ messages in thread
From: Oliver Bandel @ 2010-04-08 19:06 UTC (permalink / raw)
  To: caml-list

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




^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Caml-list] Ocaml-Pcre Documentation?
  2010-04-08 19:06 Ocaml-Pcre Documentation? Oliver Bandel
@ 2010-04-08 19:14 ` Ashish Agarwal
  2010-04-08 19:32 ` Dario Teixeira
  1 sibling, 0 replies; 6+ messages in thread
From: Ashish Agarwal @ 2010-04-08 19:14 UTC (permalink / raw)
  To: Oliver Bandel; +Cc: caml-list

[-- Attachment #1: Type: text/plain, Size: 655 bytes --]

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 <oliver@first.in-berlin.de>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,
>   Oliver
>
>
>
> _______________________________________________
> Caml-list mailing list. Subscription management:
> http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list
> Archives: http://caml.inria.fr
> Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
> Bug reports: http://caml.inria.fr/bin/caml-bugs
>

[-- Attachment #2: Type: text/html, Size: 1280 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Caml-list] Ocaml-Pcre Documentation?
  2010-04-08 19:06 Ocaml-Pcre Documentation? Oliver Bandel
  2010-04-08 19:14 ` [Caml-list] " Ashish Agarwal
@ 2010-04-08 19:32 ` Dario Teixeira
  2010-04-08 19:37   ` Sebastien Mondet
  1 sibling, 1 reply; 6+ messages in thread
From: Dario Teixeira @ 2010-04-08 19:32 UTC (permalink / raw)
  To: Oliver Bandel; +Cc: caml-list

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 at www.pcre.org.  I've used PCRE extensively,
and still haven't found one issue that wasn't covered in those docs...

Cheers,
Dario Teixeira






^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Caml-list] Ocaml-Pcre Documentation?
  2010-04-08 19:32 ` Dario Teixeira
@ 2010-04-08 19:37   ` Sebastien Mondet
  2010-04-08 20:11     ` Oliver Bandel
  2010-04-08 20:20     ` Stefano Zacchiroli
  0 siblings, 2 replies; 6+ messages in thread
From: Sebastien Mondet @ 2010-04-08 19:37 UTC (permalink / raw)
  To: caml-list

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 Teixeira <darioteixeira@yahoo.com> wrote:
>
> 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 at www.pcre.org.  I've used PCRE extensively,
> and still haven't found one issue that wasn't covered in those docs...
>
> Cheers,
> Dario Teixeira
>
>
>
>
>
> _______________________________________________
> Caml-list mailing list. Subscription management:
> http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list
> Archives: http://caml.inria.fr
> Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
> Bug reports: http://caml.inria.fr/bin/caml-bugs


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Caml-list] Ocaml-Pcre Documentation?
  2010-04-08 19:37   ` Sebastien Mondet
@ 2010-04-08 20:11     ` Oliver Bandel
  2010-04-08 20:20     ` Stefano Zacchiroli
  1 sibling, 0 replies; 6+ messages in thread
From: Oliver Bandel @ 2010-04-08 20:11 UTC (permalink / raw)
  To: caml-list

Hi,


Zitat von "Sebastien Mondet" <sebastien.mondet@gmail.com>:

> 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' stuff. :)

Thank you!



Ciao,
    Oliver




^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Caml-list] Ocaml-Pcre Documentation?
  2010-04-08 19:37   ` Sebastien Mondet
  2010-04-08 20:11     ` Oliver Bandel
@ 2010-04-08 20:20     ` Stefano Zacchiroli
  1 sibling, 0 replies; 6+ messages in thread
From: Stefano Zacchiroli @ 2010-04-08 20:20 UTC (permalink / raw)
  To: caml-list

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
/usr/share/doc/PKGNAME/html/api/, and also registered with doc-base.
Hence, you can usually browse all the HTML API references of installed
OCaml libraries with tools like dwww at
http://localhost/dwww/menu/sprogramming_ocaml.html

PCRE is no exception (PKGNAME = libpcre-ocaml-dev), even though it was
affected by http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=570717 ,
which got fixed a few minutes ago.

Cheers.

-- 
Stefano Zacchiroli -o- PhD in Computer Science \ PostDoc @ Univ. Paris 7
zack@{upsilon.cc,pps.jussieu.fr,debian.org} -<>- http://upsilon.cc/zack/
Dietro un grande uomo c'è ..|  .  |. Et ne m'en veux pas si je te tutoie
sempre uno zaino ...........| ..: |.... Je dis tu à tous ceux que j'aime


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2010-04-08 20:20 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-04-08 19:06 Ocaml-Pcre Documentation? Oliver Bandel
2010-04-08 19:14 ` [Caml-list] " Ashish Agarwal
2010-04-08 19:32 ` Dario Teixeira
2010-04-08 19:37   ` Sebastien Mondet
2010-04-08 20:11     ` Oliver Bandel
2010-04-08 20:20     ` Stefano Zacchiroli

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).