Source: mustache.js Maintainer: Debian Javascript Maintainers Uploaders: David Paleino , Martina Ferrari , Yadd Section: javascript Priority: optional Build-Depends: debhelper-compat (= 13), rake, uglifyjs, mocha, chai Standards-Version: 4.6.1 Vcs-Browser: https://salsa.debian.org/js-team/mustache.js Vcs-Git: https://salsa.debian.org/js-team/mustache.js.git Homepage: https://mustache.github.io/ Rules-Requires-Root: no Package: libjs-mustache Architecture: all Depends: ${misc:Depends} Multi-Arch: foreign Recommends: javascript-common Description: Mustache rendering engine for Javascript Inspired by ctemplate, Mustache is a framework-agnostic way to render logic-free views. (As in model-view-controller.) . As ctemplates says, "It emphasizes separating logic from presentation: it is impossible to embed application logic in this template language." . This package provides the Mustache rendering engine for Javascript. Includes wrappers for jQuery, MooTools, Dojo, YUI3, and qooxdoo. Package: node-mustache Architecture: all Depends: ${misc:Depends} , nodejs:any Multi-Arch: foreign Description: Mustache rendering engine for Javascript - NodeJS Inspired by ctemplate, Mustache is a framework-agnostic way to render logic-free views. (As in model-view-controller.) . As ctemplates says, "It emphasizes separating logic from presentation: it is impossible to embed application logic in this template language." . This package provides the Mustache rendering engine for NodeJS, and the `mustache' command-line tool.