#1121546 ITP: cutelee -- Templating library for data-containing document generation

#1121546#5
Date:
2025-11-28 09:50:04 UTC
From:
To:
* Package name    : cutelee
  Version         : 6.1.0
  Upstream Contact: Daniel Nicoletti <dantti12@gmail.com>
* URL             : https://github.com/cutelyst/cutelee
* License         : LGPL-2.1+
  Programming Lang: C++
  Description     : Templating library for data-containing document generation
 The goal of Cutelee Templates is to make it easier for application
  developers to separate the structure of documents from the data they
  contain, opening the door for theming and advanced generation of
  other text such as code. .
 The syntax uses the syntax of the Django template system, and the core
 design of Django is reused in Cutelee.
 .
 <ul>
 {% for athlete in athlete_list %}
 <li>{{ athlete.name }}{% if athlete.isCaptain %} (C){% endif %}</li>
 {% endfor %}
 </ul>
 .
 Part of the design of both template systems is that application
  developers can extend the syntax by implementing their own tags and
  filters. For details of how to do that, see the API documentation.

Personal note: we need this package for our scientific software to be
packaged for Debian.

Thanks
Filippo Rusconi <lopippo@debian.org>