forked from ygrek/mldonkey
-
Notifications
You must be signed in to change notification settings - Fork 0
/
opam
27 lines (27 loc) · 755 Bytes
/
opam
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
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://mldonkey.sourceforge.net/"
dev-repo: "git+https://github.com/ygrek/mldonkey.git"
bug-reports: "https://github.com/ygrek/mldonkey/issues"
depends: [
"ocaml" {>= "4.00.0"}
"camlp4"
"conf-zlib"
"num"
]
build: [
["./configure" "--enable-debug" "--prefix" prefix]
[make]
]