From b1357b8c3e14e0ff9a2e3ceb15e9c3c8324e08ec Mon Sep 17 00:00:00 2001 From: toge Date: Fri, 28 Feb 2025 02:21:41 +0900 Subject: [PATCH] Add minja.hpp (template engine) (#1649) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ccad98e..a14a244 100644 --- a/README.md +++ b/README.md @@ -1235,6 +1235,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny * [libsigc++](https://github.com/libsigcplusplus/libsigcplusplus) - A typesafe callback system for standard C++. [LGPL] [website](https://libsigcplusplus.github.io/libsigcplusplus) * [libusb](https://libusb.info/) - A universal USB library which allows for portable access to USB devices. [LGPL2] * [Mach7](https://github.com/solodon4/Mach7) - A Pattern-matching library for C++. [BSD] +* [minja.hpp](https://github.com/google/minja) - A minimalistic C++ Jinja templating engine for LLM chat templates. [MIT] * [mio](https://github.com/mandreyel/mio) - Cross-platform C++11 header-only library for memory mapped file IO. [MIT] * [MPark.Variant](https://github.com/mpark/variant) - C++17 `std::variant` for C++11/14/17. [BSL-1.0] * [MPH](https://github.com/qlibs/mph) - C++20 [Minimal] Static Perfect Hash library. [MIT]