Description
Lua 5.1 programs can keep PCRE regular-expression support when they depend on that older Lua runtime.
This package is useful for maintaining legacy Lua 5.1 applications or plugins that expect PCRE bindings. It is a compatibility library, not a new Lua runtime.
Older runtime targets can hide compatibility problems. Test the exact Lua version and regex patterns used by the application.