diff --git a/mldonkey.opam b/mldonkey.opam new file mode 100644 index 00000000..e9b9f713 --- /dev/null +++ b/mldonkey.opam @@ -0,0 +1,27 @@ +opam-version: "2.0" +name: "mldonkey" +synopsis: "Cross-platform multi-network peer-to-peer daemon" +description: """\ +Supported networks include: + * eDonkey (with Overnet and Kad) + * BitTorrent (with DHT) + * Direct Connect + * HTTP/FTP +MLdonkey core runs as a background daemon and provides several control +interfaces : telnet, web, and binary protocol for third party GUIs.""" +maintainer: "ygrek@autistici.org" +authors: "mldonkey team" +license: "GPL-2.0-only" +homepage: "http://github.com/ygrek/mldonkey" +bug-reports: "https://github.com/ygrek/mldonkey/issues" +dev-repo: "git+https://github.com/ygrek/mldonkey.git" +depends: [ + "ocaml" {>= "4.00.0" & < "5.0"} + "camlp4" + "conf-zlib" + "num" +] +build: [ + ["./configure" "--enable-debug" "--prefix" prefix] + [make] +]