File: control

package info (click to toggle)
emacs-libvterm 0.0.2%2Bgit20250113.056ad74-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 452 kB
  • sloc: ansic: 1,914; lisp: 1,514; sh: 57; makefile: 10
file content (47 lines) | stat: -rw-r--r-- 1,638 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
Source: emacs-libvterm
Section: editors
Priority: optional
Maintainer: Debian Emacsen team <debian-emacsen@lists.debian.org>
Uploaders:
 Martin <debacle@debian.org>,
 Xiyue Deng <manphiz@gmail.com>,
Build-Depends: cmake,
	debhelper-compat (= 13),
	dh-elpa,
	emacs-el,
	libtool-bin,
	libvterm-dev,
Standards-Version: 4.7.0
Rules-Requires-Root: no
Homepage: https://github.com/akermu/emacs-libvterm
Vcs-Git: https://salsa.debian.org/emacsen-team/emacs-libvterm.git
Vcs-Browser: https://salsa.debian.org/emacsen-team/emacs-libvterm

Package: emacs-libvterm
Architecture: any
Depends: ${misc:Depends},
	${shlibs:Depends},
Enhances: emacs
Description: fully-fledged terminal emulator inside GNU Emacs based on libvterm - module
 Emacs-libvterm (vterm) is fully-fledged terminal emulator inside GNU
 Emacs based on libvterm, a C library. As a result of using compiled
 code (instead of elisp), emacs-libvterm is fully capable, fast, and
 it can seamlessly handle large outputs.
 .
 This package contains the loadable module.

Package: elpa-vterm
Architecture: all
Depends: ${elpa:Depends},
	${misc:Depends},
        emacs-libvterm,
Breaks: emacs-libvterm (<< 0.0.1+git20220613.3155a47-3~)
Replaces: emacs-libvterm (<< 0.0.1+git20220613.3155a47-3~)
Enhances: emacs
Description: fully-fledged terminal emulator inside GNU Emacs based on libvterm - elisp
 Emacs-libvterm (vterm) is fully-fledged terminal emulator inside GNU
 Emacs based on libvterm, a C library. As a result of using compiled
 code (instead of elisp), emacs-libvterm is fully capable, fast, and
 it can seamlessly handle large outputs.
 .
 This package contains the elisp files.