sync zlibstubs.c with upstream
[mldonkey.git] / opam
blob396ad9fb030cc15571681b11cab4aae99ffaf3da
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: "ygrek@autistici.org"
13 authors: "mldonkey team"
14 license: "GPL-2.0-only"
15 homepage: "http://mldonkey.sourceforge.net/"
16 dev-repo: "git+https://github.com/ygrek/mldonkey.git"
17 bug-reports: "https://github.com/ygrek/mldonkey/issues"
18 depends: [
19   "ocaml" {>= "4.00.0"}
20   "camlp4"
21   "conf-zlib"
22   "num"
24 build: [
25   ["./configure" "--enable-debug" "--prefix" prefix]
26   [make]