summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorDongHun Kwak <dh0128.kwak@samsung.com>2020-12-17 12:43:29 +0900
committerDongHun Kwak <dh0128.kwak@samsung.com>2020-12-17 12:43:29 +0900
commitdad0443cd91defa753312ce49bef2093591e64d9 (patch)
tree680bdc3a09108bfb696b4e322cf2ab7f090492a9 /README
parent51e9430a0c000bc8b4710487e9b72d41842d53a6 (diff)
downloadre2-dad0443cd91defa753312ce49bef2093591e64d9.tar.gz
re2-dad0443cd91defa753312ce49bef2093591e64d9.tar.bz2
re2-dad0443cd91defa753312ce49bef2093591e64d9.zip
Imported Upstream version 20201001upstream/20201001
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 3 insertions, 1 deletions
diff --git a/README b/README
index d1ef431..1187cbe 100644
--- a/README
+++ b/README
@@ -27,12 +27,14 @@ under the BSD-style license found in the LICENSE file.
RE2's native language is C++.
+The Python wrapper is at https://github.com/google/re2/tree/abseil/python
+and on PyPI (https://pypi.org/project/google-re2/).
+
A C wrapper is at https://github.com/marcomaggi/cre2/.
An Erlang wrapper is at https://github.com/dukesoferl/re2/ and on Hex (hex.pm).
An Inferno wrapper is at https://github.com/powerman/inferno-re2/.
A Node.js wrapper is at https://github.com/uhop/node-re2/ and on NPM (npmjs.com).
An OCaml wrapper is at https://github.com/janestreet/re2/ and on OPAM (opam.ocaml.org).
A Perl wrapper is at https://github.com/dgl/re-engine-RE2/ and on CPAN (cpan.org).
-A Python wrapper is at https://github.com/facebook/pyre2/ and on PyPI (pypi.org).
An R wrapper is at https://github.com/qinwf/re2r/ and on CRAN (cran.r-project.org).
A Ruby wrapper is at https://github.com/mudge/re2/ and on RubyGems (rubygems.org).