File: control

package info (click to toggle)
ngs-js 0.2.5-1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 3,800 kB
  • ctags: 2,977
  • sloc: ansic: 34,455; sh: 4,827; perl: 261; makefile: 208
file content (46 lines) | stat: -rw-r--r-- 1,605 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
Source: ngs-js
Section: interpreters
Priority: optional
Maintainer: Brian Bassett <brianb@debian.org>
Standards-Version: 3.0.1

Package: ngs-js
Architecture: any
Depends: ${shlibs:Depends}
Conflicts: joystick
Description: The NGS JavaScript interpreter
 js is an LGPL implementation of JavaScript/ECMAScript for use as a
 standalone scripting language.  It is written from scratch instead
 of being a child of the Mozilla offering.
 .
 It is currently under development, and has had nowhere near as much
 testing as other scripting languages (Perl comes to mind...).  Please
 be forewarned.
 .
 More information is available at js' homepage,
 http://www.bbassett.net/njs.

Package: libjs0
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
Description: The NGS JavaScript interpreter - shared library
 js is an LGPL implementation of JavaScript/ECMAScript for use as a
 standalone scripting language.  It is written from scratch instead
 of being a child of the Mozilla offering.
 .
 This package contains a shared library of the JavaScript interpreter.

Package: libjs0-dev
Section: devel
Architecture: any
Depends: libjs0 (= ${Source-Version}), ngs-js
Description: The NGS JavaScript interpreter - development files
 js is an LGPL implementation of JavaScript/ECMAScript for use as a
 standalone scripting language.  It is written from scratch instead
 of being a child of the Mozilla offering.
 .
 This package contains files for embedding the JavaScript interpreter
 in other programs or for adding native code objects to the interpreter.
 Included are the header files and a static library.