mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-02 09:40:15 +00:00
122 lines
3.8 KiB
Plaintext
122 lines
3.8 KiB
Plaintext
Source: notcurses
|
|
Priority: optional
|
|
Maintainer: Nick Black <dankamongmen@gmail.com>
|
|
Build-Depends:
|
|
cmake,
|
|
debhelper-compat (= 12),
|
|
dh-python (>= 4.20191017),
|
|
dh-sequence-python3,
|
|
libavformat-dev (>= 7:4.2.1),
|
|
libavutil-dev (>= 7:4.2.1),
|
|
libncurses-dev,
|
|
libswscale-dev (>= 7:4.2.1),
|
|
pandoc (>= 1.19.2.4),
|
|
pkg-config,
|
|
python3-cffi (>= 1.13.2),
|
|
python3-dev,
|
|
python3-setuptools (>= 44.0.0),
|
|
Standards-Version: 4.5.0
|
|
Section: libs
|
|
X-Python3-Version: >= 3.7
|
|
Rules-Requires-Root: no
|
|
Testsuite: autopkgtest-pkg-python
|
|
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:
|
|
libnotcurses++1 (= ${binary:Version}),
|
|
libnotcurses-dev (>= 1.1.6-1),
|
|
${misc:Depends},
|
|
Description: Development files for notcurses++
|
|
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 files are necessary for C++ development using notcurses.
|
|
|
|
Package: libnotcurses++1
|
|
Architecture: any
|
|
Multi-Arch: same
|
|
Recommends: ncurses-term
|
|
Depends: ${misc:Depends}, ${shlibs:Depends}
|
|
Description: Shared libraries for notcurses++
|
|
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 files underlie the C++ wrappers for notcurses.
|
|
|
|
Package: libnotcurses-dev
|
|
Section: libdevel
|
|
Architecture: any
|
|
Multi-Arch: same
|
|
Depends:
|
|
libavformat-dev,
|
|
libncurses-dev,
|
|
libnotcurses1 (= ${binary:Version}),
|
|
${misc:Depends},
|
|
Description: Development files for notcurses
|
|
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 files are necessary for C development using notcurses.
|
|
|
|
Package: libnotcurses1
|
|
Architecture: any
|
|
Multi-Arch: same
|
|
Recommends: ncurses-term
|
|
Pre-Depends: ${misc:Pre-Depends}
|
|
Depends: ${misc:Depends}, ${shlibs: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
|
|
Section: graphics
|
|
Depends:
|
|
ncurses-term,
|
|
notcurses-data (= ${source:Version}),
|
|
${misc:Depends},
|
|
${shlibs: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,
|
|
notcurses-view, notcurses-planereel, and notcurses-input. In
|
|
addition, the unit tests are bundled as notcurses-tester.
|
|
|
|
Package: notcurses-data
|
|
Architecture: all
|
|
Multi-Arch: foreign
|
|
Section: graphics
|
|
Depends: ncurses-term, ${misc:Depends}
|
|
Description: Multimedia used by notcurses-demo
|
|
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.
|
|
.
|
|
This package contains multimedia used by notcurses-demo.
|
|
|
|
Package: python3-notcurses
|
|
Section: python
|
|
Architecture: any
|
|
Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
|
|
Provides: ${python3:Provides}
|
|
Description: Python wrappers for notcurses (Python 3)
|
|
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 files are necessary for Python development using notcurses.
|