File: control

package info (click to toggle)
jsrender 1.0~pre21-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 568 kB
  • sloc: javascript: 4,363; makefile: 4
file content (28 lines) | stat: -rw-r--r-- 901 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
Source: jsrender
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: David Paleino <dapal@debian.org>
Build-Depends:
 debhelper-compat (= 13)
 , uglifyjs
Standards-Version: 4.6.1
Homepage: https://github.com/BorisMoore/jsrender
Vcs-Git: https://salsa.debian.org/js-team/jsrender.git
Vcs-Browser: https://salsa.debian.org/js-team/jsrender
Rules-Requires-Root: no

Package: libjs-jsrender
Architecture: all
Depends:
 ${misc:Depends}
 , libjs-jquery
Recommends:
 javascript-common
Multi-Arch: foreign
Description: JavaScript template rendering system
 jsRender is a JavaScript library that allows you to define a boilerplate
 structure once and reuse it to generate content dynamically.
 .
 It is an optimized template rendering system, it can be used to render
 templates to strings, ready for insertion in the DOM.