File tree 1 file changed +3
-1
lines changed
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -27,12 +27,14 @@ under the BSD-style license found in the LICENSE file.
27
27
28
28
RE2's native language is C++.
29
29
30
+ The Python wrapper is at https://github.com/google/re2/tree/abseil/python
31
+ and on PyPI (https://pypi.org/project/google-re2/).
32
+
30
33
A C wrapper is at https://github.com/marcomaggi/cre2/.
31
34
An Erlang wrapper is at https://github.com/dukesoferl/re2/ and on Hex (hex.pm).
32
35
An Inferno wrapper is at https://github.com/powerman/inferno-re2/.
33
36
A Node.js wrapper is at https://github.com/uhop/node-re2/ and on NPM (npmjs.com).
34
37
An OCaml wrapper is at https://github.com/janestreet/re2/ and on OPAM (opam.ocaml.org).
35
38
A Perl wrapper is at https://github.com/dgl/re-engine-RE2/ and on CPAN (cpan.org).
36
- A Python wrapper is at https://github.com/facebook/pyre2/ and on PyPI (pypi.org).
37
39
An R wrapper is at https://github.com/qinwf/re2r/ and on CRAN (cran.r-project.org).
38
40
A Ruby wrapper is at https://github.com/mudge/re2/ and on RubyGems (rubygems.org).
You can’t perform that action at this time.
0 commit comments