aboutsummaryrefslogtreecommitdiff
path: root/ports/lpeg/portfile.cmake
AgeCommit message (Collapse)Author
2020-05-26[luafilesystem][lpeg] Bump versions (#11554)Stephen E. Baker
* Bump luafilesytem to 1.8.0 and lpeg to 1.0.2 * Code review changes for lpeg / luafilesystem * [lpeg][luafilesystem] Remove windows only gates * Remove failures from baseline
2019-10-07[vcpkg] fatal_error when patch fails to apply (#8087)Stefano Sinigardi
vcpkg will now fail on failure to apply patches except when using `--head`.
2017-06-10[lpeg] Fix oversight while changing copyrightRobert Schumacher
2017-06-09[lpeg] Use copyright file from sourcesRobert Schumacher
2017-06-08Add package for lpegStephen E. Baker
LPeg (http://www.inf.puc-rio.br/~roberto/lpeg/lpeg.html) is an expression parsing library for lua created by the developer of lua.