File: control

package info (click to toggle)
durdraw 0.29.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,284 kB
  • sloc: python: 10,234; xml: 330; sh: 6; makefile: 2
file content (34 lines) | stat: -rw-r--r-- 1,196 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
Source: durdraw
Section: graphics
Priority: optional
Maintainer: Alex Myczko <tar@debian.org>
Rules-Requires-Root: no
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 python3-all,
 python3-setuptools,
 pybuild-plugin-pyproject,
# python3:any | python3-all:any | python3-dev:any | python3-all-dev:any | dh-sequence-python3,
Standards-Version: 4.7.0
Homepage: https://durdraw.org
Vcs-Browser: https://salsa.debian.org/debian/durdraw
Vcs-Git: https://salsa.debian.org/debian/durdraw.git

Package: durdraw
Section: python
Architecture: all
Depends:
 ${python3:Depends},
 ${shlibs:Depends},
 ${misc:Depends},
Description: versatile ASCII and ANSI Art text editor for drawing in terminal
 This is an ASCII, Unicode and ANSI art editor for UNIX-like systems (Linux,
 macOS, etc). It runs in modern Utf-8 terminals and supports frame-based
 animation, custom themes, 256 and 16 color modes, terminal mouse input,
 DOS ANSI art viewing, CP437 and Unicode mixing and conversion, HTML output,
 mIRC color output, and other interesting features.
 .
 It is heavily inspired by classic ANSI editing software for MS-DOS and
 Windows, such as TheDraw, Aciddraw and Pablodraw, but with a modern Unix
 twist.