== Description ==
Thin Ada binding to the Perl Compatible Regular Expression

Date : October 2012

== Copyright ==
(C) 2012 Francois FABIEN
-- Send comments to : fabien@lorgelog.com
The program is licensed under the GPL, version 3 or later.

== Requirements ==
Linux   : package libpcre3-dev must be installed.
Windows : read file windows.txt for how-to.


== How to build from sources ==

To build just use gnatmake with project file pcre.gpr :
   gnatmake -p -Ppcre

checking the binding :

prompt>./pcre_config

some examples of codes in the test directory :

   gnatmake -Ptest

test_0 : basic example for splitting a string.
email  : checking email address.
test_2 : interactive compilation of regex


== Plateforme of tests ==
PCRE version 8.30
Debian 64 bit (Wheezy) Ada gcc version 4.7.1 (Debian 4.7.1-7)

PCRE version 7.0
Windows XP 32bit Ada gcc 4.5.4 for GNAT GPL 2012
