build = { modules = { rex_gnu = { defines = { "VERSION=\"2.7.0\"", }, sources = { "src/common.c", "src/gnu/lgnu.c", }, }, }, type = "builtin", } description = { detailed = " Lrexlib is a regular expression library for Lua 5.1, which\ provides bindings for several regular expression libraries.\ This rock provides the GNU bindings.\ ", summary = "Regular expression library binding (GNU flavour).", license = "MIT/X11", homepage = "http://github.com/rrthomas/lrexlib", } external_dependencies = { GNU = { header = "regex.h", }, } package = "Lrexlib-GNU" source = { url = "https://github.com/downloads/rrthomas/lrexlib/lrexlib-2.7.0.zip", md5 = "38af85ff7e6211df708d05d7e2d08a9d", } version = "2.7.0-1" dependencies = { "lua >= 5.1", }