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
|
Source: libvterm
Priority: optional
Maintainer: James McCoy <jamessan@debian.org>
Build-Depends:
debhelper-compat (= 13),
libtool-bin,
Standards-Version: 4.6.2
Section: libs
Homepage: https://www.leonerd.org.uk/code/libvterm/
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/jamessan/libvterm.git
Vcs-Browser: https://salsa.debian.org/jamessan/libvterm
Package: libvterm-dev
Section: libdevel
Multi-Arch: same
Architecture: any
Depends:
libvterm0 (= ${binary:Version}),
${misc:Depends},
Description: abstract terminal library (development files)
An abstract C99 library which implements a VT220 or xterm-like terminal
emulator. It doesn't use any particular graphics toolkit or output
system, instead it invokes callback function pointers that its embedding
program should provide it to draw on its behalf. It avoids calling
malloc() during normal running state, allowing it to be used in embedded
kernel situations.
.
This package contains the header files and libraries needed for developing
with libvterm.
Package: libvterm0
Pre-Depends:
${misc:Pre-Depends},
Multi-Arch: same
Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends},
Breaks:
emacs-libvterm (<= 0.0.2+git20230417.94e2b0b-1),
neovim (<< 0.9),
Description: abstract terminal library
An abstract C99 library which implements a VT220 or xterm-like terminal
emulator. It doesn't use any particular graphics toolkit or output
system, instead it invokes callback function pointers that its embedding
program should provide it to draw on its behalf. It avoids calling
malloc() during normal running state, allowing it to be used in embedded
kernel situations.
Package: libvterm-bin
Section: misc
Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends},
Description: abstract terminal library (utility programs)
An abstract C99 library which implements a VT220 or xterm-like terminal
emulator. It doesn't use any particular graphics toolkit or output
system, instead it invokes callback function pointers that its embedding
program should provide it to draw on its behalf. It avoids calling
malloc() during normal running state, allowing it to be used in embedded
kernel situations.
.
This package contains utility programs that demonstrate libvterm.
|