diff options
author | DongHun Kwak <dh0128.kwak@samsung.com> | 2020-12-17 12:43:29 +0900 |
---|---|---|
committer | DongHun Kwak <dh0128.kwak@samsung.com> | 2020-12-17 12:43:29 +0900 |
commit | dad0443cd91defa753312ce49bef2093591e64d9 (patch) | |
tree | 680bdc3a09108bfb696b4e322cf2ab7f090492a9 /README | |
parent | 51e9430a0c000bc8b4710487e9b72d41842d53a6 (diff) | |
download | re2-dad0443cd91defa753312ce49bef2093591e64d9.tar.gz re2-dad0443cd91defa753312ce49bef2093591e64d9.tar.bz2 re2-dad0443cd91defa753312ce49bef2093591e64d9.zip |
Imported Upstream version 20201001upstream/20201001
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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). |