Path to this page:
Subject: CVS commit: pkgsrc/textproc
From: Nia Alarie
Date: 2019-09-18 01:36:54
Message id: 20190917233654.A75DEFBF4@cvs.NetBSD.org
Log Message:
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.
Files: