aboutsummaryrefslogtreecommitdiff
path: root/lang/lyaml/Makefile
Commit message (Collapse)AuthorAge
* lyaml: fix build on macosSergey V. Lobanov2022-01-29
| | | | | | | | | | lyaml build script detects Darwin using `uname -s` and changes build logic so lyaml package can not be built on macos. This patch uses fakeuname host tool to redefine `uname -s` output and fix build on macos. Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
* lyaml: new package to add libyaml binding for LuaMathew McBride2021-01-18
lyaml provides a Lua binding for libyaml Signed-off-by: Mathew McBride <matt@traverse.com.au>