The textproc/lua-lustache port
lua-lustache-1.3.1p1 – implementation of the mustache template system in Lua (cvsweb github mirror)
Description
lustache is an implementation of the mustache template system in Lua. Mustache is a logic-less template syntax. It can be used for HTML, config files, source code - anything. It works by expanding tags in a template using values provided in a hash or object. We call it "logic-less" because there are no if statements, else clauses, or for loops. Instead there are only tags. Some tags are replaced with a value, some nothing, and others a series of values.WWW: https://github.com/olivine-labs/lustache
Maintainer
The OpenBSD ports mailing-list
Categories
Run dependencies
Files
- /usr/local/share/lua/5.1/lustache.lua
- /usr/local/share/lua/5.1/lustache/
- /usr/local/share/lua/5.1/lustache/context.lua
- /usr/local/share/lua/5.1/lustache/renderer.lua
- /usr/local/share/lua/5.1/lustache/scanner.lua