From 516dbc83bcd685b68ac4e82220744487f316bca7 Mon Sep 17 00:00:00 2001 From: lbersch Date: Fri, 17 Nov 2017 11:49:39 +0100 Subject: [PATCH] Add inja to open source users (#1106) * Add Inja to open-source users * Capitalize first letter in user description * Fix url --- docs/opensource-users.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/opensource-users.md b/docs/opensource-users.md index c7171ed4..561eaae1 100644 --- a/docs/opensource-users.md +++ b/docs/opensource-users.md @@ -32,11 +32,14 @@ A, single-header-only, type-safe, command line parser - which also prints format ### [Couchbase-lite-core](https://github.com/couchbase/couchbase-lite-core) The next-generation core storage and query engine for Couchbase Lite/ +### [Inja](https://github.com/pantor/inja) +A header-only template engine for modern C++. + ### [JSON for Modern C++](https://github.com/nlohmann/json) A, single-header, JSON parsing library that takes advantage of what C++ has to offer. ### [MNMLSTC Core](https://github.com/mnmlstc/core) -a small and easy to use C++11 library that adds a functionality set that will be available in C++14 and later, as well as some useful additions +A small and easy to use C++11 library that adds a functionality set that will be available in C++14 and later, as well as some useful additions. ### [nanodbc](https://github.com/lexicalunit/nanodbc/) A small C++ library wrapper for the native C ODBC API.