Skip to content
This repository was archived by the owner on Oct 31, 2023. It is now read-only.

Wikia/re2-java

 
 

Repository files navigation

re2-java

re2-java library is a dependency of Phalanx service. It provides Java bindings for Google's RE2 library, written in C++. See https://github.com/Wikia/re2-java/blob/master/README_VENDOR.md for original docs.

Building

Requirements:

  • JDK 7

  • maven

  • GCC 4.8

  • Boost C++ library If you are building Phalanx service, building re2-java should not be necessary, because it is fetched from maven. If you need to rebuild re2-java, simply run:

    $ JAVA_HOME=/path/to/jvm/root make

About

re2 for Java

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 57.4%
  • C++ 37.9%
  • Shell 2.8%
  • Makefile 1.8%
  • Scala 0.1%