Skip to content

cooldaemon/re2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Erlang NIF bindings for the re2 regex library

Building and Installing

re2 is built with rebar and we do expect rebar to be in the search PATH.
If rebar can not be found in the search PATH, it will be
automatically downloaded to support/rebar for local usage.

To build and run eunit tests execute

make
or
rebar compile eunit

re2 sources

re2 dependency is automatically downloaded to c_src/re2 by the build script.
Unless otherwise noted, the re2 source files are distributed under the
BSD-style license found in c_src/re2/LICENSE.

About

Erlang NIF bindings for the re2 regex library

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 70.2%
  • Erlang 27.9%
  • Shell 1.2%
  • Makefile 0.7%