File: control

package info (click to toggle)
ruby-execjs 2.7.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,112 kB
  • sloc: javascript: 32,043; ruby: 1,085; makefile: 4
file content (33 lines) | stat: -rw-r--r-- 1,088 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
Source: ruby-execjs
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Caitlin Matos <caitlin.matos@zoho.com>
Build-Depends: bundler,
               debhelper-compat (= 13),
               gem2deb,
               libjs-coffeescript,
               nodejs,
               rake,
               ruby-multi-json
Standards-Version: 4.5.0
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-execjs.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-execjs
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: nodejs,
         ruby | ruby-interpreter,
         ruby-multi-json,
         ${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.