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