aboutsummaryrefslogtreecommitdiff
path: root/ports/lpeg
AgeCommit message (Collapse)Author
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`.
2019-06-15[WIP] Add a Homepage URL entry for vcpkg ports (#2933)pravic
* [vcpkg] Add "Homepage" field to the CONTROL files.
2017-09-09vcpkg_configure_cmake (and _meson) now embed debug symbols within static ↵Alexander Karatarakis
libs (/Z7)
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.