summaryrefslogtreecommitdiff
path: root/textproc/lua-lyaml
AgeCommit message (Collapse)AuthorFilesLines
2021-10-26textproc: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes Unfetchable distfiles (fetched conditionally?): ./textproc/convertlit/distinfo clit18src.zip
2021-10-07textproc: Remove SHA1 hashes for distfilesnia1-2/+1
2020-12-09lua-lyaml: Update to 6.2.7nia2-7/+7
## Noteworthy changes in release 6.2.7 (2020-11-27) [stable] ### Bug fixes - Don't skip YAML entries from mixed key Lua tables.
2020-10-10lua-lyaml: Update to 6.2.6nia2-7/+7
## Noteworthy changes in release 6.2.6 (2020-08-28) [stable] ### Bug fixes - `luke` really propagates `LDFLAGS` to module compilation commands.
2020-07-11Add LUA_LINKER_MAGIC variable that centrally sets LDFLAGS on Darwin,nia1-3/+1
as should probably have been done to begin with. Remove per-package hacks.
2020-07-11also use -bundlenia1-2/+2
2020-07-11Help the macOS linker understand that these are runtime-loaded modules.nia1-1/+3
2020-07-09textproc: Add lua-lyamlnia5-0/+67
LibYAML binding for Lua, with a fast C implementation for converting between %YAML 1.1 and Lua tables, and a low-level YAML event parser for implementing more intricate YAML document loading.