summaryrefslogtreecommitdiff
path: root/debian/control
blob: a15094cf357e6d58ea8df7d3a2ef3c47ada1ec24 (plain)
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
Source: js2-mode
Section: editors
Priority: optional
Maintainer: Debian Emacsen team <debian-emacsen@lists.debian.org>
Uploaders: David Bremner <bremner@debian.org>
Build-Depends: debhelper-compat (= 12),
               dh-elpa (>= 2.0~)
Standards-Version: 4.5.1
Homepage: https://github.com/mooz/js2-mode
Vcs-Browser: https://salsa.debian.org/emacsen-team/js2-mode.git
Vcs-Git: https://salsa.debian.org/emacsen-team/js2-mode.git

Package: elpa-js2-mode
Architecture: all
Depends: ${misc:Depends}, emacsen-common (>= 2.0.8)
Enhances: emacs, emacs23, emacs24
Breaks: js2-mode (<< 0~20150909-1)
Provides: js2-mode
Description: Emacs mode for editing Javascript programs 
 This JavaScript editing mode supports:
 .
  - the full JavaScript language through version 1.7
  - support for most Rhino and SpiderMonkey extensions from 1.5 to 1.7
  - accurate syntax highlighting using a recursive-descent parser
  - syntax-error and strict-mode warning reporting
  - "bouncing" line indentation to choose among alternate indentation points
  - smart line-wrapping within comments and strings
  - code folding:
    - show some or all function bodies as {...}
    - show some or all block comments as /*...*/
  - context-sensitive menu bar and popup menus
  - code browsing using the imenu' package
  - typing helpers (e.g. inserting matching braces/parens)
  - many customization options

Package: js2-mode
Section: oldlibs
Architecture: all
Depends: elpa-js2-mode, ${misc:Depends}
Description: Emacs mode for editing Javascript programs (dummy package)
 This JavaScript editing mode supports:
 .
  - the full JavaScript language through version 1.7
  - support for most Rhino and SpiderMonkey extensions from 1.5 to 1.7
  - accurate syntax highlighting using a recursive-descent parser
  - syntax-error and strict-mode warning reporting
  - "bouncing" line indentation to choose among alternate indentation points
  - smart line-wrapping within comments and strings
  - code folding:
    - show some or all function bodies as {...}
    - show some or all block comments as /*...*/
  - context-sensitive menu bar and popup menus
  - code browsing using the imenu' package
  - typing helpers (e.g. inserting matching braces/parens)
  - many customization options
 .
 This transitional package can be safely removed.