Skip to content

artemkin/re2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to link against these bindings
==================================

We export a library Re2 with one module Regex which binds the Google re2 regex
library.  Binaries which link to the OCaml Re2 library get the underlying
Google library and these bindings.

At the moment, OMake does not detect changes made to the C source during
a build, because it calls Make to build the underlying library and the C-side
stub code.  If you call OMake without -P, everything should work.  If you call
OMake with -P, you will link against C object files that are at least as
current as the C source was when OMake was first invoked.  If you call OMake
with -P and then modify the C source, you will need to restart OMake in order
to get those modifications.

About

OCaml bindings for RE2

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 68.2%
  • C 19.6%
  • Python 9.0%
  • OCaml 2.6%
  • Perl 0.4%
  • JavaScript 0.2%