File: control

package info (click to toggle)
node-xterm 3.8.1%2B~cs0.9.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 4,056 kB
  • sloc: cpp: 12,947; javascript: 771; sh: 278; python: 266; makefile: 141
file content (79 lines) | stat: -rw-r--r-- 3,309 bytes parent folder | download | duplicates (2)
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
Source: node-xterm
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Ghislain Antony Vaillant <ghisvail@gmail.com>,
           Ximin Luo <infinity0@debian.org>
Section: javascript
Priority: optional
Build-Depends: chai <!nocheck>,
               debhelper-compat (= 12),
               mocha <!nocheck>,
               rollup,
               node-typescript,
               node-types-jquery,
               node-types-jsdom,
               node-types-mocha,
               nodejs,
               pkg-js-tools
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/js-team/node-xterm
Vcs-Git: https://salsa.debian.org/js-team/node-xterm.git
Homepage: https://xtermjs.org
Rules-Requires-Root: no

Package: node-xterm
Architecture: all
Depends: libjs-xterm, ${misc:Depends}
Suggests: nodejs
Description: terminal front-end component for the browser - NodeJS modules
 Xterm.js is a terminal front-end component written in JavaScript that works in
 the browser.
 .
 It enables applications to provide fully featured terminals to their users and
 create great development experiences.
 .
 Features:
 .
   - **Text-based application support**: Use xterm.js to work with applications
     like `bash`, `git` etc.
   - **Curses-based application support**: Use xterm.js to work with
     applications like `vim`, `tmux` etc.
   - **Mouse events support**: Xterm.js captures mouse events like click and
     scroll and passes them to the terminal's back-end controlling process
   - **CJK (Chinese, Japanese, Korean) character support**: Xterm.js renders
     CJK characters seamlessly
   - **IME support**: Insert international (including CJK) characters using IME
     input with your keyboard
   - **Self-contained library**: Xterm.js works on its own. It does not require
     any external libraries like jQuery or React to work
   - **Modular, event-based API**: Lets you build addons and themes with ease
 .
 This package contains the unpacked individual xterm CommonJS modules.

Package: libjs-xterm
Architecture: all
Depends: ${misc:Depends}
Description: terminal front-end component for the browser - browser library
 Xterm.js is a terminal front-end component written in JavaScript that works in
 the browser.
 .
 It enables applications to provide fully featured terminals to their users and
 create great development experiences.
 .
 Features:
 .
   - **Text-based application support**: Use xterm.js to work with applications
     like `bash`, `git` etc.
   - **Curses-based application support**: Use xterm.js to work with
     applications like `vim`, `tmux` etc.
   - **Mouse events support**: Xterm.js captures mouse events like click and
     scroll and passes them to the terminal's back-end controlling process
   - **CJK (Chinese, Japanese, Korean) character support**: Xterm.js renders
     CJK characters seamlessly
   - **IME support**: Insert international (including CJK) characters using IME
     input with your keyboard
   - **Self-contained library**: Xterm.js works on its own. It does not require
     any external libraries like jQuery or React to work
   - **Modular, event-based API**: Lets you build addons and themes with ease
 .
 This package contains the standalone packed library suitable for running in
 a web browser.