3 synopsis: "Cross-platform multi-network peer-to-peer daemon"
5 Supported networks include:
6 * eDonkey (with Overnet and Kad)
7 * BitTorrent (with DHT)
10 MLdonkey core runs as a background daemon and provides several control
11 interfaces : telnet, web, and binary protocol for third party GUIs."""
12 maintainer: "root@ygrek.org"
13 authors: "mldonkey team"
14 license: "GPL-2.0-only"
15 homepage: "http://github.com/ygrek/mldonkey"
16 dev-repo: "git+https://github.com/ygrek/mldonkey.git"
17 bug-reports: "https://github.com/ygrek/mldonkey/issues"
18 # mldonkey has many optional components (most of which depend on system libraries),
19 # this set of dependencies here represents one arbitrary selection
23 "conf-gd" {optional} # graphical stats
26 "num" # technically optional, enables bittorrent
29 ["./configure" "--enable-debug" "--prefix" prefix]