external_dependencies = { TRE = { header = "tre/tre.h", library = "tre", }, } package = "Lrexlib-TRE" build = { modules = { rex_tre = { incdirs = { "$(TRE_INCDIR)", }, defines = { "VERSION=\"2.9.0\"", "LUA_COMPAT_5_2", "PCRE2_CODE_UNIT_WIDTH=8", }, sources = { "src/common.c", "src/tre/ltre.c", }, libdirs = { "$(TRE_LIBDIR)", }, libraries = { "tre", }, }, }, type = "builtin", } description = { detailed = "Lrexlib is a regular expression library for Lua 5.1-5.3, which\ provides bindings for several regular expression libraries.\ This rock provides the TRE bindings.", summary = "Regular expression library binding (TRE flavour).", homepage = "http://github.com/rrthomas/lrexlib", license = "MIT/X11", } version = "2.9.0-1" dependencies = { "lua >= 5.1", } source = { url = "git://github.com/rrthomas/lrexlib.git", tag = "rel-2-9-0", }