Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(175)

Side by Side Diff: third_party/re2/README

Issue 1544433002: Replace RE2 import with a dependency (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Re-Added LICENSE and OWNERS file Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « third_party/re2/Makefile ('k') | third_party/re2/WORKSPACE » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 This is the source code repository for RE2, a regular expression library.
2
3 For documentation about how to install and use RE2,
4 visit https://github.com/google/re2/.
5
6 The short version is:
7
8 make
9 make test
10 make install
11 make testinstall
12
13 More information can be found on the wiki:
14 https://github.com/google/re2/wiki
15
16 Issue tracker:
17 https://github.com/google/re2/issues
18
19 Mailing list:
20 https://groups.google.com/group/re2-dev
21
22 Unless otherwise noted, the RE2 source files are distributed
23 under the BSD-style license found in the LICENSE file.
24
25 RE2's native language is C++.
26 An Erlang wrapper is at https://github.com/tuncer/re2/.
27 An Inferno wrapper is at https://github.com/powerman/inferno-re2/.
28 A Node.js wrapper is at https://github.com/uhop/node-re2/ and on NPM.
29 An OCaml wrapper is at https://github.com/janestreet/re2/ and on OPAM.
30 A Perl wrapper is at https://github.com/dgl/re-engine-RE2/ and on CPAN.
31 A Python wrapper is at https://github.com/facebook/pyre2/.
32 A Ruby wrapper is at https://github.com/axic/rre2/.
OLDNEW
« no previous file with comments | « third_party/re2/Makefile ('k') | third_party/re2/WORKSPACE » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698