drop md4 i?86 specific asm implementations
[mldonkey.git] / mldonkey.opam
blob11da0452623c44da06e3d61b39286d6e75a31373
1 opam-version: "2.0"
2 name: "mldonkey"
3 synopsis: "Cross-platform multi-network peer-to-peer daemon"
4 description: """
5 Supported networks include:
6  * eDonkey (with Overnet and Kad)
7  * BitTorrent (with DHT)
8  * Direct Connect
9  * HTTP/FTP
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
20 depends: [
21   "ocaml" {>= "4.03.0"}
22   "camlp4"
23   "conf-gd" {optional} # graphical stats
24   "conf-m4"
25   "conf-zlib"
26   "num" # technically optional, enables bittorrent
28 build: [
29   ["./configure" "--enable-debug" "--prefix" prefix]
30   [make]