Opened 9 years ago
Last modified 6 years ago
#51278 assigned request
cre2 - C wrapper for re2
Reported by: | jhi | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ||
Port: |
Description
macports has the RE2 library available as devel/re2, which is great.
What would make it even greater, is the C glue code (RE2 being in C++) called "cre2", available from
https://github.com/marcomaggi/cre2
With this glue C projects can transparently use RE2, without having to do the extern "C" dance themselves.
Change History (2)
comment:1 Changed 9 years ago by seanfarley (Sean Farley)
Owner: | changed from macports-tickets@… to sean@… |
---|---|
Status: | new → assigned |
comment:2 Changed 6 years ago by mf2k (Frank Schima)
Owner: | seanfarley deleted |
---|---|
Version: | 2.3.4 |
Note: See
TracTickets for help on using
tickets.
I can try to take a crack at this if no one gets to it before me.