Skip to content

Commit

Permalink
add opam
Browse files Browse the repository at this point in the history
  • Loading branch information
ygrek committed Jul 29, 2024
1 parent 5172faf commit 109af1b
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions mldonkey.opam
Original file line number Diff line number Diff line change
@@ -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: "[email protected]"
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.03.0" & < "5.0"}
"camlp4"
"conf-zlib"
"num"
]
build: [
["./configure" "--enable-debug" "--prefix" prefix]
[make]
]

0 comments on commit 109af1b

Please sign in to comment.