File: control

package info (click to toggle)
mozjs 1.8.5-1.0.0%2Bdfsg-6
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 60,280 kB
  • ctags: 62,385
  • sloc: cpp: 208,012; ansic: 37,525; sh: 14,842; asm: 9,684; perl: 3,770; python: 2,873; makefile: 1,379; exp: 449; sed: 39
file content (29 lines) | stat: -rw-r--r-- 1,322 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
Source: mozjs
Section: libs
Priority: extra
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper (>= 7.0.50~), libffi-dev, libnspr4-dev (>= 4.7.0), zip, pkg-kde-tools, python, pkg-config, autotools-dev
Standards-Version: 3.9.2
Homepage: https://developer.mozilla.org/en-US/docs/Mozilla/Projects/SpiderMonkey
Vcs-Git: https://anonscm.debian.org/git/collab-maint/mozjs.git
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/casablanca.git/

Package: libmozjs185-1.0
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: SpiderMonkey JavaScript engine
 SpiderMonkey is the code-name for the Mozilla's C implementation of
 JavaScript. It is intended to be embedded in other applications
 that provide host environments for JavaScript.

Package: libmozjs185-dev
Architecture: any
Section: libdevel
Depends: ${shlibs:Depends}, ${misc:Depends}, libmozjs185-1.0 (= ${binary:Version}), libnspr4-dev, libffi-dev
Description: SpiderMonkey JavaScript library - development headers
 SpiderMonkey is the code-name for the Mozilla'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 and static library which is
 needed for developing SpiderMonkey embedders.