Source: minja
Section: libdevel
Priority: optional
Maintainer: Debian Commons <minja@packages.debian.org>
Uploaders:
 Andrej Shadura <andrewsh@debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 cmake (>= 3.14),
 libgmock-dev,
 libgtest-dev,
 nlohmann-json3-dev,
 python3,
 python3-jinja2,
Rules-Requires-Root: no
Standards-Version: 4.7.0
Homepage: https://github.com/google/minja
Vcs-Git: https://salsa.debian.org/debian/minja.git
Vcs-Browser: https://salsa.debian.org/debian/minja

Package: libminja-dev
Architecture: all
Multi-Arch: foreign
Depends:
 nlohmann-json3-dev,
 ${misc:Depends},
Description: minimalistic C++ Jinja templating engine
 Minja is a header-only C++17 reimplementation of the Jinja templating engine
 designed for use in C++ projects. It provides a minimal subset of Jinja2
 .
 This package provides the C++ header files minja.
