this repo has no description

+ mldonkey 3.2.1

ygrek bb22ecf2 0f2e2e7a

Changed files
+44
packages
mldonkey
mldonkey.3.2.1
+44
packages/mldonkey/mldonkey.3.2.1/opam
···
+
opam-version: "2.0"
+
maintainer: "root@ygrek.org"
+
homepage: "https://github.com/ygrek/mldonkey"
+
authors: "mldonkey team"
+
dev-repo: "git+https://github.com/ygrek/mldonkey.git"
+
bug-reports: "https://github.com/ygrek/mldonkey/issues"
+
license: "GPL-2.0-only"
+
build: [
+
["./configure" "--enable-debug" "--prefix" prefix]
+
[make]
+
]
+
depends: [
+
"ocaml" {>= "4.03" & < "5.0"}
+
"camlp4"
+
"conf-m4"
+
"conf-zlib"
+
"num"
+
]
+
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."""
+
url {
+
src: "https://ygrek.org/p/release/mldonkey/mldonkey-3.2.1.tar.bz2"
+
checksum: [
+
"md5=b35dfda1cad779af6892a6f73c59c3d4"
+
"sha256=9c0be397ab2193256f52f7bafaf210bf29c93bb4758bb1818f4633763b996bc7"
+
"sha512=7f2657ea3e5eedf2429b157f8157178d8357c19d323f812f3bf1cd965ee209aaa760b8af6983603eeccf53efea7321f41910eca1c5649ce1baf5bc6cf0284f0c"
+
]
+
mirrors: "https://github.com/ygrek/mldonkey/releases/download/release-3-2-1/mldonkey-3.2.1.tar.bz2"
+
}
+
extra-source "mldonkey.install" {
+
src:
+
"https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/mldonkey/mldonkey.install.3.1.7-2"
+
checksum: [
+
"sha256=6e8e2e397c8643443554194073e10f27c12dea67202dcb2ab1e6db8f8c17a608"
+
"md5=e87cbda9a58a39cc8e010fbe79f7f78e"
+
]
+
}