File: control

package info (click to toggle)
ruby-execjs 2.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 2,096 kB
  • ctags: 350
  • sloc: ruby: 967; makefile: 4
file content (34 lines) | stat: -rw-r--r-- 1,171 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
Source: ruby-execjs
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Antonio Terceiro <terceiro@debian.org>,
           Caitlin Matos <caitlin.matos@zoho.com>,
Build-Depends: bundler,
               debhelper (>= 9~),
               gem2deb,
               rake,
               ruby-multi-json,
               nodejs,
               libjs-coffeescript
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-execjs.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-execjs.git
Homepage: https://github.com/rails/execjs
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all

Package: ruby-execjs
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         ruby-multi-json,
         nodejs,
         ${misc:Depends},
         ${shlibs:Depends}
Description: Run JavaScript code from Ruby
 ExecJS lets you run JavaScript code from Ruby. It can use several different
 JavaScript runtimes..
 .
 This package is used by others (e.g. ruby-uglifier and ruby-coffee-script) to
 run code written in JavaScript.