Source: ruby-ejs Section: ruby Priority: optional Maintainer: Debian Ruby Team Uploaders: Balasankar C Build-Depends: debhelper-compat (= 13), gem2deb, rake, ruby-execjs Standards-Version: 3.9.7 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 XS-Ruby-Versions: all Package: ruby-ejs Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ruby:any | ruby-interpreter, ${misc:Depends}, ${shlibs:Depends} 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.