forked from marcomaggi/cre2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathANNOUNCE
More file actions
57 lines (34 loc) · 1.22 KB
/
ANNOUNCE
File metadata and controls
57 lines (34 loc) · 1.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
-*- coding: utf-8-unix -*-
Subject: [announce] CRE2 revision 0.3.4
CRE2
====
The CRE2 distribution is a C language wrapper for the RE2 library, which
is implemented in C++. RE2 is a fast, safe, thread-friendly alternative
to backtracking regular expression engines like those used in PCRE,
Perl, and Python.
RE2 is available at:
<https://github.com/google/re2>
and there exists a repackaging under the GNU Autotools in the
repository:
<http://github.com/marcomaggi/re2/>
in the branch "autotools.marcomaggi-2016-02-15".
The latest release of this package can be downloaded from:
<https://bitbucket.org/marcomaggi/cre2/downloads>
development takes place at:
<http://github.com/marcomaggi/cre2/>
and as backup at:
<https://bitbucket.org/marcomaggi/cre2/>
the documentation is available online:
<http://marcomaggi.github.io/docs/cre2.html>
the GNU Project software can be found here:
<http://www.gnu.org/>
Notes for revision 0.3.4
------------------------
* Some typo fixes and implementation of the new function
"cre2_find_named_capturing_groups()".
### end of file
# Local Variables:
# mode: text
# fill-column: 72
# paragraph-start: "*"
# End: