File: control

package info (click to toggle)
mozjs140 140.8.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,216,760 kB
  • sloc: javascript: 2,267,246; cpp: 1,423,821; python: 966,256; ansic: 632,297; xml: 115,965; sh: 15,392; asm: 13,397; makefile: 10,455; yacc: 4,504; perl: 2,223; lex: 1,414; ruby: 1,064; exp: 756; java: 185; sql: 66; sed: 18
file content (61 lines) | stat: -rw-r--r-- 2,487 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
Source: mozjs140
Standards-Version: 4.7.3
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Uploaders: Jeremy Bícha <jbicha@ubuntu.com>,
           Marco Trevisan (Treviño) <marco@ubuntu.com>
Section: libs
Build-Depends: debhelper-compat (= 13),
               dpkg-dev (>= 1.22.5),
               cargo,
               cbindgen,
               clang,
               libreadline-dev,
               llvm,
               pkg-kde-tools,
               pkgconf,
               python3-dev,
               python3-legacy-cgi,
               rustc (>= 1.76.0),
               tzdata,
               zip,
               zlib1g-dev
Vcs-Browser: https://salsa.debian.org/gnome-team/mozjs/tree/debian/140/latest
Vcs-Git: https://salsa.debian.org/gnome-team/mozjs.git -b debian/140/latest
Homepage: https://developer.mozilla.org/en-US/docs/Mozilla/Projects/SpiderMonkey

Package: libmozjs-140-0
Architecture: any
Multi-Arch: same
Depends: tzdata, ${misc:Depends}, ${shlibs:Depends}
Breaks: libgjs0 (<< 1.86.0-3.1) [arm64]
Description: SpiderMonkey JavaScript library
 SpiderMonkey is the code-name for Mozilla Firefox's C++ implementation of
 JavaScript. It is intended to be embedded in other applications
 that provide host environments for JavaScript.
 .
 This library is intended for use in contexts where only trusted
 JavaScript code will be run, such as GNOME's gjs, Cinnamon's cjs, and
 polkit's rules parsing. It should not be used to run untrusted JavaScript
 from web pages: use a security-supported implementation such as Firefox,
 Chrome or WebKitGTK's JavaScriptCore instead.

Package: libmozjs-140-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: libmozjs-140-0 (= ${binary:Version}),
         ${misc:Depends},
         ${shlibs:Depends}
Description: SpiderMonkey JavaScript library - development headers
 SpiderMonkey is the code-name for Mozilla Firefox's C++ implementation of
 JavaScript. It is intended to be embedded in other applications
 that provide host environments for JavaScript.
 .
 This package contains the header files which are
 needed for developing SpiderMonkey embedders.
 .
 This library is intended for use in contexts where only trusted
 JavaScript code will be run, such as GNOME's gjs, Cinnamon's cjs, and
 polkit's rules parsing. It should not be used to run untrusted JavaScript
 from web pages: use a security-supported implementation such as Firefox,
 Chrome or WebKitGTK's JavaScriptCore instead.