Registry / utility / jinja2cpplight

jinja2cpplight

JSON →
library2018-05-08vcpkgunverified

Lightweight templating engine for C++, based on Jinja2.

vcpkg install jinja2cpplight
INSTALL
IMPORT
SIG · JINJA2CPPLIGHT
J
jinja2cpplight
utilitycppv2018-05-08
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

jinja2cpplight/Jinja2CppLight.h
#include <jinja2cpplight/Jinja2CppLight.h>

Render a simple Jinja2 template with a variable.

#include <jinja2cpplight/Jinja2CppLight.h> #include <iostream> int main() { Jinja2CppLight::Template tpl("Hello {{ name }}!"); tpl.setValue("name", "World"); std::cout << tpl.render() << std::endl; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2018-05-08latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources

No resource links recorded.

jinja2cpplight — pip install jinja2cpplight · libregistry