pkgsrc/textproc/lua-lustache/PLIST
nia 38d2e3058c Add textproc/lua-lustache.
lustache allows you to use the Mustache templating standard in Lua by
passing in a string, data, and partial templates. It precompiles and
caches templates for speed, and allows you to build complex strings such
as html pages by iterating through a table and inserting values. Find out
more about Mustache at https://mustache.github.io.
2019-09-17 23:36:54 +00:00

5 lines
185 B
Text

@comment $NetBSD: PLIST,v 1.1 2019/09/17 23:36:54 nia Exp $
${LUA_LDIR}/lustache.lua
${LUA_LDIR}/lustache/context.lua
${LUA_LDIR}/lustache/renderer.lua
${LUA_LDIR}/lustache/scanner.lua