summaryrefslogtreecommitdiff
path: root/rockspecs.lua
Commit message (Collapse)AuthorAgeFilesLines
* rockspec: use git+https:// for git repository URLAlexander Turenko2021-11-091-1/+1
| | | | | | | GitHub is going to disable unencrypted Git protocol, so `git://` URLs will stop working soon (see [1]). [1]: https://github.blog/2021-09-01-improving-git-protocol-security-github/
* Lrexlib v2.9.1rel-2-9-1Shmuel Zeigerman2020-08-071-1/+1
|
* Replace all occurrences of luaL_optint with casted luaL_optinteger.Shmuel Zeigerman2020-07-111-1/+1
| | | | This also achieves Lua 5.4 compatibility.
* Add PCRE2 to rockspecs and READMEReuben Thomas2017-06-201-3/+26
|
* Add Lua 5.3 support (no code change required)Reuben Thomas2015-02-261-5/+6
|
* rockspecs.lua: fix repository URLrel-2-7-2Reuben Thomas2013-01-081-1/+1
|
* Simplify build system, and release directly from gitReuben Thomas2013-01-081-11/+10
|
* rockspecs.lua: fix some inconsistent whitespaceReuben Thomas2012-10-171-2/+2
|
* rockspecs.lua: mention that we're Lua 5.2 compatibleReuben Thomas2012-10-171-1/+1
|
* rockspecs.lua: fix some typos in the GNU rockspecReuben Thomas2012-10-041-2/+2
|
* Remove unnecessary version numbers and have only one source of the version.Reuben Thomas2012-10-041-2/+11
|
* Replace build systems with LuaRocks.Reuben Thomas2012-10-041-0/+125
A single Makefile remains to take care of tests, distribution, release and documentation. As a result, rockspecs are automatically generated for all lrexlib flavours (previously, only POSIX and PCRE were available).