template-glib

GNOME templating library for GLib-based applications

brewmacoslinux
Try with needOr install directly
Source

About

GNOME templating library for GLib

Commands

tmpl-lexertmpl-parser

Examples

Compile a template file to C code$ tmpl-lexer template.tmpl > template.c
Parse and validate a template file syntax$ tmpl-parser template.tmpl
Generate code from template with variable expansion$ tmpl-lexer -D VAR=value template.tmpl