File: control

package info (click to toggle)
libkainjow-mustache 4.1%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 184 kB
  • sloc: cpp: 2,308; makefile: 28
file content (22 lines) | stat: -rw-r--r-- 724 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Source: libkainjow-mustache
Priority: optional
Maintainer: Kunal Mehta <legoktm@debian.org>
Build-Depends: debhelper-compat (= 12), catch
Standards-Version: 4.5.0
Section: libs
Homepage: https://github.com/kainjow/Mustache
Vcs-Browser: https://salsa.debian.org/debian/libkainjow-mustache
Vcs-Git: https://salsa.debian.org/debian/libkainjow-mustache.git
Rules-Requires-Root: no

Package: libkainjow-mustache-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}
Description: Mustache text templates for modern C++
 A header-only Mustache template implementation for C++11, with no
 additional dependencies.
 .
 Mustache is a logic-less web template system that uses braces as part
 of its syntax.