summaryrefslogtreecommitdiff
path: root/textproc/Makefile
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2020-07-09 21:30:16 +0000
committernia <nia@pkgsrc.org>2020-07-09 21:30:16 +0000
commite2f78fa978e6a405fc5a8e6ff63d4489bc2c9363 (patch)
tree40068b0b44e79286ad9cbf3a3b08ed063507c389 /textproc/Makefile
parent6ef4454024088b488bdb6277722c5e0bbbcd7c63 (diff)
downloadpkgsrc-e2f78fa978e6a405fc5a8e6ff63d4489bc2c9363.tar.gz
textproc: Add lua-lyaml
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.
Diffstat (limited to 'textproc/Makefile')
-rw-r--r--textproc/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index 414a8f54dc6..470256ca585 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1158 2020/07/09 11:14:00 nia Exp $
+# $NetBSD: Makefile,v 1.1159 2020/07/09 21:30:16 nia Exp $
#
COMMENT= Text processing utilities (does not include desktop publishing)
@@ -465,6 +465,7 @@ SUBDIR+= lua-etlua
SUBDIR+= lua-expat
SUBDIR+= lua-inifile
SUBDIR+= lua-lustache
+SUBDIR+= lua-lyaml
SUBDIR+= lua-markdown
SUBDIR+= lua-rapidjson
SUBDIR+= lua-slnunicode