diff options
| author | Rahul Potharaju <rapoth@microsoft.com> | 2017-12-04 17:15:16 -0800 |
|---|---|---|
| committer | Rahul Potharaju <rapoth@microsoft.com> | 2017-12-04 17:15:16 -0800 |
| commit | 03ced8199b8dcdb64723ba5bcd26c77ec4b75f68 (patch) | |
| tree | e4e4ca51985ffe287a496434a5b081c73af055ff /ports/re2/CONTROL | |
| parent | 3f053c15f50ad67da4bb3c04f718f6d49e203e5e (diff) | |
| download | vcpkg-03ced8199b8dcdb64723ba5bcd26c77ec4b75f68.tar.gz vcpkg-03ced8199b8dcdb64723ba5bcd26c77ec4b75f68.zip | |
Adding re2 port
Diffstat (limited to 'ports/re2/CONTROL')
| -rw-r--r-- | ports/re2/CONTROL | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ports/re2/CONTROL b/ports/re2/CONTROL new file mode 100644 index 000000000..5a37abbaf --- /dev/null +++ b/ports/re2/CONTROL @@ -0,0 +1,3 @@ +Source: re2
+Version: 2017-12-01
+Description: RE2 is a fast, safe, thread-friendly alternative to backtracking regular expression engines like those used in PCRE, Perl, and Python. It is a C++ library.
\ No newline at end of file |
