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
|
Source: libmonospaceif
Section: libdevel
Priority: optional
Maintainer: Christoph Ender <christoph.ender@spellbreaker.org>
Build-Depends: debhelper (>= 9.0.0),
dh-autoreconf,
automake,
autoconf,
pkg-config,
libfizmo-dev
Standards-Version: 4.1.0
Homepage: https://fizmo.spellbreaker.org/
Vcs-Browser: https://github.com/chrender/libmonospaceif
Vcs-Git: https://github.com/chrender/libmonospaceif
Package: libmonospaceif-common
Breaks: fizmo-common (<= 0.7.13)
Replaces: fizmo-common (<= 0.7.13)
Architecture: all
Depends: ${misc:Depends}
Description: Provides localization data for libmonospaceif
This package is required by all packages which are using the static library
provided by the "libmonospaceif-dev" package. Usually there's no need to
install this package manually.
Package: libmonospaceif-dev
Architecture: any
Depends: libmonospaceif-common,
libfizmo-dev,
${misc:Depends}
Description: Interface translating libfizmo output into monospaced text
This interface will translate all Z-Machine output, including window
operations and text output, into simple place-cursor-at-x-y-and-print-text
events, which in turn can be used for simple ncurses-like output on
terminal-like displays. This is used by the fizmo-ncursesw frontend.
|