Source: ejs.js
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Utkarsh Gupta <guptautkarsh2102@gmail.com>
Testsuite: autopkgtest-pkg-nodejs
Multi-Arch: foreign
Build-Depends:
 debhelper (>= 11~),
 mocha,
 nodejs,
 node-should,
 uglifyjs,
 pkg-js-tools
Standards-Version: 4.3.0
Homepage: https://github.com/visionmedia/ejs/
Vcs-Git: https://salsa.debian.org/js-team/ejs.js.git
Vcs-Browser: https://salsa.debian.org/js-team/ejs.js

Package: node-ejs
Architecture: all
Depends:
 ${misc:Depends},
 nodejs
Description: Embedded JavaScript templates for Node.js
 Features of EJS:
 .
    - Complies with the Express view system
    - Static caching of intermediate JavaScript
    - Unbuffered code for conditionals etc <% code %>
    - Escapes html by default with <%= code %>
    - Unescaped buffering with <%- code %>
    - Supports tag customization
    - Filter support for designer-friendly templates
    - Includes
    - Client-side support
    - Newline slurping with <% code -%> or <% -%> or <%= code -%> or
      <%- code -%>
 .
 This package provides EJS support to Node.js.

Package: libjs-ejs
Architecture: all
Depends:
 ${misc:Depends}
Description: Embedded JavaScript templates (client support)
 Features of EJS:
 .
    - Complies with the Express view system
    - Static caching of intermediate JavaScript
    - Unbuffered code for conditionals etc <% code %>
    - Escapes html by default with <%= code %>
    - Unescaped buffering with <%- code %>
    - Supports tag customization
    - Filter support for designer-friendly templates
    - Includes
    - Client-side support
    - Newline slurping with <% code -%> or <% -%> or <%= code -%> or
      <%- code -%>
 .
 This package provides EJS support to clients (i.e. browsers).
