Source: ruby-ejs Section: ruby Maintainer: Debian Ruby Team Uploaders: Balasankar C Build-Depends: debhelper-compat (= 14), gem2deb, rake, ruby-execjs Standards-Version: 4.7.4 Vcs-Git: https://salsa.debian.org/ruby-team/ruby-ejs.git Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-ejs Homepage: https://github.com/sstephenson/ruby-ejs/ Testsuite: autopkgtest-pkg-ruby Package: ruby-ejs Architecture: all Multi-Arch: foreign Description: EJS (Embedded JavaScript) template compiler Compile and evaluate EJS (Embedded JavaScript) templates from Ruby. EJS templates embed JavaScript code inside <% ... %> tags, much like ERB. This library is a port of Underscore.js's _.template function to Ruby, and strives to maintain the same syntax and semantics.