File: control

package info (click to toggle)
unworkable 0.53-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 524 kB
  • sloc: ansic: 6,093; python: 443; yacc: 319; makefile: 8
file content (28 lines) | stat: -rw-r--r-- 827 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
Source: unworkable
Section: net
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends:
 bison,
 debhelper-compat (= 12),
 libbsd-dev,
 libevent-dev,
 libssl-dev,
 pkg-config,
Standards-Version: 4.3.0
Homepage: https://github.com/niallo/Unworkable/
Vcs-Git: https://salsa.debian.org/debian/unworkable.git
Vcs-Browser: https://salsa.debian.org/debian/unworkable

Package: unworkable
Architecture: any
Built-Using:
 ${misc:Built-Using},
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Description: efficient, simple and secure bittorrent client
 Unworkable is a BSD-licensed BitTorrent implementation.
 Goals of this project include efficiency, simplicity and high code quality.
 Unworkable is single threaded and asynchronous, written in portable ANSI C
 using libevent and mmap() for performance.