Rockspecs for lrexlib version 2.7.2 attached.
external_dependencies = {
GNU = {
header = "regex.h",
},
}
description = {
homepage = "http://github.com/rrthomas/lrexlib",
summary = "Regular expression library binding (GNU flavour).",
license = "MIT/X11",
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 GNU bindings.",
}
build = {
modules = {
rex_gnu = {
defines = {
"VERSION=\"2.7.2\"",
},
sources = {
"src/common.c",
"src/gnu/lgnu.c",
},
},
},
type = "builtin",
}
version = "2.7.2-1"
dependencies = {
"lua >= 5.1",
}
package = "Lrexlib-GNU"
source = {
tag = "rel-2-7-2",
url = "git://github.com/rrthomas/lrexlib.git",
}
external_dependencies = {
ONIG = {
header = "oniguruma.h",
library = "onig",
},
}
description = {
homepage = "http://github.com/rrthomas/lrexlib",
summary = "Regular expression library binding (oniguruma flavour).",
license = "MIT/X11",
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 oniguruma bindings.",
}
build = {
modules = {
rex_onig = {
libdirs = {
"$(ONIG_LIBDIR)",
},
sources = {
"src/common.c",
"src/oniguruma/lonig.c",
"src/oniguruma/lonig_f.c",
},
libraries = {
"onig",
},
defines = {
"VERSION=\"2.7.2\"",
},
incdirs = {
"$(ONIG_INCDIR)",
},
},
},
type = "builtin",
}
version = "2.7.2-1"
dependencies = {
"lua >= 5.1",
}
package = "Lrexlib-oniguruma"
source = {
tag = "rel-2-7-2",
url = "git://github.com/rrthomas/lrexlib.git",
}
external_dependencies = {
PCRE = {
header = "pcre.h",
library = "pcre",
},
}
description = {
homepage = "http://github.com/rrthomas/lrexlib",
summary = "Regular expression library binding (PCRE flavour).",
license = "MIT/X11",
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 PCRE bindings.",
}
build = {
modules = {
rex_pcre = {
libdirs = {
"$(PCRE_LIBDIR)",
},
sources = {
"src/common.c",
"src/pcre/lpcre.c",
"src/pcre/lpcre_f.c",
},
libraries = {
"pcre",
},
defines = {
"VERSION=\"2.7.2\"",
},
incdirs = {
"$(PCRE_INCDIR)",
},
},
},
type = "builtin",
}
version = "2.7.2-1"
dependencies = {
"lua >= 5.1",
}
package = "Lrexlib-PCRE"
source = {
tag = "rel-2-7-2",
url = "git://github.com/rrthomas/lrexlib.git",
}
external_dependencies = {
POSIX = {
header = "regex.h",
},
}
description = {
homepage = "http://github.com/rrthomas/lrexlib",
summary = "Regular expression library binding (POSIX flavour).",
license = "MIT/X11",
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 POSIX bindings.",
}
build = {
modules = {
rex_posix = {
defines = {
"VERSION=\"2.7.2\"",
},
sources = {
"src/common.c",
"src/posix/lposix.c",
},
},
},
type = "builtin",
}
version = "2.7.2-1"
dependencies = {
"lua >= 5.1",
}
package = "Lrexlib-POSIX"
source = {
tag = "rel-2-7-2",
url = "git://github.com/rrthomas/lrexlib.git",
}
external_dependencies = {
TRE = {
header = "tre/tre.h",
library = "tre",
},
}
description = {
homepage = "http://github.com/rrthomas/lrexlib",
summary = "Regular expression library binding (TRE flavour).",
license = "MIT/X11",
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.",
}
build = {
modules = {
rex_tre = {
libdirs = {
"$(TRE_LIBDIR)",
},
sources = {
"src/common.c",
"src/tre/ltre.c",
},
libraries = {
"tre",
},
defines = {
"VERSION=\"2.7.2\"",
},
incdirs = {
"$(TRE_INCDIR)",
},
},
},
type = "builtin",
}
version = "2.7.2-1"
dependencies = {
"lua >= 5.1",
}
package = "Lrexlib-TRE"
source = {
tag = "rel-2-7-2",
url = "git://github.com/rrthomas/lrexlib.git",
}
------------------------------------------------------------------------------
Master SQL Server Development, Administration, T-SQL, SSAS, SSIS, SSRS
and more. Get SQL Server skills now (including 2012) with LearnDevNow -
200+ hours of step-by-step video tutorials by Microsoft MVPs and experts.
SALE $99.99 this month only - learn more at:
http://p.sf.net/sfu/learnmore_122512
_______________________________________________
Luarocks-developers mailing list
Luarocks-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/luarocks-developers