File: control

package info (click to toggle)
mustache.js 2.3.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,136 kB
  • sloc: javascript: 1,401; ruby: 61; sh: 17; makefile: 14
file content (47 lines) | stat: -rw-r--r-- 1,700 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
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
Source: mustache.js
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: David Paleino <dapal@debian.org>,
           Martín Ferrari <tincho@debian.org>,
           Xavier Guimard <yadd@debian.org>
Section: javascript
Priority: optional
Build-Depends: debhelper-compat (= 13),
               rake,
               uglifyjs,
               mocha,
               chai
Standards-Version: 4.5.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}
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
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.