Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
Ocaml-Pcre Documentation?
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  6 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Oliver Bandel  
View profile  
 More options Apr 8 2010, 3:06 pm
Newsgroups: fa.caml
From: "Oliver Bandel" <oli...@first.in-berlin.de>
Date: Thu, 08 Apr 2010 19:06:27 UTC
Local: Thurs, Apr 8 2010 3:06 pm
Subject: [Caml-list] Ocaml-Pcre Documentation?
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


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Ashish Agarwal  
View profile  
 More options Apr 8 2010, 3:14 pm
Newsgroups: fa.caml
From: Ashish Agarwal <agarwal1...@gmail.com>
Date: Thu, 08 Apr 2010 19:14:37 UTC
Local: Thurs, Apr 8 2010 3:14 pm
Subject: Re: [Caml-list] Ocaml-Pcre Documentation?

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 <oli...@first.in-berlin.de>wrote:

_______________________________________________
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


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Dario Teixeira  
View profile  
 More options Apr 8 2010, 3:32 pm
Newsgroups: fa.caml
From: Dario Teixeira <darioteixe...@yahoo.com>
Date: Thu, 08 Apr 2010 19:32:25 UTC
Local: Thurs, Apr 8 2010 3:32 pm
Subject: Re: [Caml-list] Ocaml-Pcre Documentation?
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


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Sebastien Mondet  
View profile  
 More options Apr 8 2010, 3:38 pm
Newsgroups: fa.caml
From: Sebastien Mondet <sebastien.mon...@gmail.com>
Date: Thu, 08 Apr 2010 19:38:21 UTC
Local: Thurs, Apr 8 2010 3:38 pm
Subject: Re: [Caml-list] Ocaml-Pcre Documentation?
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

_______________________________________________
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

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Oliver Bandel  
View profile  
 More options Apr 8 2010, 4:11 pm
Newsgroups: fa.caml
From: "Oliver Bandel" <oli...@first.in-berlin.de>
Date: Thu, 08 Apr 2010 20:11:18 UTC
Local: Thurs, Apr 8 2010 4:11 pm
Subject: Re: [Caml-list] Ocaml-Pcre Documentation?
Hi,

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

[...]

Oh, that's nice, especially the janestreet' stuff. :)

Thank you!

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


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Stefano Zacchiroli  
View profile  
 More options Apr 8 2010, 4:20 pm
Newsgroups: fa.caml
From: Stefano Zacchiroli <z...@upsilon.cc>
Date: Thu, 08 Apr 2010 20:20:49 UTC
Local: Thurs, Apr 8 2010 4:20 pm
Subject: Re: [Caml-list] Ocaml-Pcre Documentation?

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

_______________________________________________
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


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »