You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
notcurses/debian/control

41 lines
1.4 KiB
Plaintext

Source: notcurses
Priority: optional
Maintainer: Nick Black <dankamongmen@gmail.com>
Build-Depends: debhelper-compat (= 12), cmake (>= 3.13), pkg-config,
libgtest-dev (>= 1.9.0), libncurses-dev (>= 6.1), libavformat-dev,
libswscale-dev, libavutil-dev
Standards-Version: 4.4.1.1
Section: libs
Homepage: https://nick-black.com/dankwiki/index.php/notcurses
Vcs-Browser: https://github.com/dankamongmen/notcurses
Vcs-Git: https://github.com/dankamongmen/notcurses.git
Package: libnotcurses-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libnotcurses0 (= ${binary:Version}), ${misc:Depends}, libavformat-dev,
libncurses-dev
Description: Development files for notcurses
Files necessary for developing programs using notcurses.
Package: libnotcurses0
Architecture: any
Multi-Arch: same
Depends:${shlibs:Depends}, ${misc:Depends}
Description: Shared libraries for notcurses TUI
notcurses facilitates the creation of modern TUI programs,
making full use of Unicode and 24-bit direct color. It presents
an API similar to that of Curses, and rides atop libtinfo.
Package: notcurses-bin
Architecture: any
Multi-Arch: foreign
Depends:${shlibs:Depends}, ${misc:Depends}
Description: Binaries from libnotcurses
notcurses facilitates the creation of modern TUI programs,
making full use of Unicode and 24-bit direct color. It presents
an API similar to that of Curses, and rides atop libtinfo.
.
These utilities from the notcurses project include notcurses-demo.