File: control

package info (click to toggle)
ncdc 1.23.1-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,516 kB
  • sloc: ansic: 20,402; sh: 1,256; makefile: 122
file content (31 lines) | stat: -rw-r--r-- 1,180 bytes parent folder | download | duplicates (2)
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
Source: ncdc
Section: net
Priority: optional
Maintainer: Boris Pek <tehnick@debian.org>
Build-Depends: debhelper-compat (= 13),
               libbz2-dev,
               libglib2.0-dev,
               libgnutls28-dev,
               libncurses5-dev,
               libncursesw5-dev,
               libsqlite3-dev,
               zlib1g-dev
Homepage: https://dev.yorhel.nl/ncdc
Vcs-Git: https://salsa.debian.org/debian/ncdc.git
Vcs-Browser: https://salsa.debian.org/debian/ncdc
Standards-Version: 4.6.1
Rules-Requires-Root: no

Package: ncdc
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Suggests: screen, tmux, dtach
Description: file sharing program using Direct Connect protocols
 Ncdc is a lightweight direct connect client with a friendly ncurses interface.
 It is compatible with EiskaltDC++, DC++, AirDC++, FlylinkDC++ and other DC
 clients. Ncdc also interoperates with all common DC hub software that uses the
 Direct Connect and Advanced Direct Connect protocols.
 .
 Program is NOT designed for using as daemon, but it may be used in combination
 with a separate terminal multiplexer (screen, tmux) or detach utility (dtach)
 if user needs such feature.