Source: mustache-d
Section: libs
Priority: optional
Maintainer: Debian D Language Group <pkg-d-devel@lists.alioth.debian.org>
Uploaders: Matthias Klumpp <mak@debian.org>
Build-Depends: debhelper (>= 9.0.0),
               ldc,
               meson
Standards-Version: 3.9.8
Homepage: https://github.com/repeatedly/mustache-d
Vcs-Git: https://anonscm.debian.org/git/pkg-d/mustache-d.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-d/mustache-d.git

Package: libmustache-d-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends}
Description: Mustache rendering engine for D
 Mustache is a push-strategy (a.k.a logic-less) template engine.
 .
 This package contains an implementation in the D programming language.
