mstch 1.0.2-4 source package in Ubuntu

Changelog

mstch (1.0.2-4) unstable; urgency=medium

  * QA upload.
  * Set maintainer to Debian QA Group <email address hidden>. (see: #963926)

 -- Marcos Talau <email address hidden>  Sat, 12 Nov 2022 09:08:12 -0300

Upload details

Uploaded by:
Debian QA Group
Uploaded to:
Sid
Original maintainer:
Debian QA Group
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Downloads

File Size SHA-256 Checksum
mstch_1.0.2-4.dsc 1.7 KiB 1917bbda70f301b5bae18d19c838ec033b6a857fab9a4aba5adcbd2c692e7357
mstch_1.0.2.orig.tar.gz 23.8 KiB 811ed61400d4e9d4f9ae0f7679a2ffd590f0b3c06b16f2798e1f89ab917cba6c
mstch_1.0.2-4.debian.tar.xz 2.7 KiB 4959aa075450f88a98d3ca8c07a2d6a81340a71c4112bf889262ef42b94145a4

Available diffs

No changes file available.

Binary packages built by this source

libmstch-dev: Mustache implementation in C++11

 Mstch is a complete implementation of {{mustache}} templates using
 modern C++. It's compliant with specifications v1.1.3, including the
 lambda module.
 .
 Mustache is a logic-less template language. As such, it is very well
 suited for programs that are written in a compiled language, such as C
 and C++, as they cannot easily evaluate code found in a template.
 Mustache does however supports a simple conditional and a loop statement.
 .
 This package contains the header files and a static library.