this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #26375 from ygrek/mldonkey

+ mldonkey 3.2.1

authored by

Calascibetta Romain and committed by
GitHub
200bfb27 1f0530d7

+45
+45
packages/mldonkey/mldonkey.3.2.1/opam
··· 1 + opam-version: "2.0" 2 + maintainer: "root@ygrek.org" 3 + homepage: "https://github.com/ygrek/mldonkey" 4 + authors: "mldonkey team" 5 + dev-repo: "git+https://github.com/ygrek/mldonkey.git" 6 + bug-reports: "https://github.com/ygrek/mldonkey/issues" 7 + license: "GPL-2.0-only" 8 + build: [ 9 + ["./configure" "--enable-debug" "--prefix" prefix] 10 + [make] 11 + ] 12 + depends: [ 13 + "ocaml" {>= "4.03" & < "5.0"} 14 + "camlp4" 15 + "conf-m4" 16 + "conf-zlib" 17 + "num" 18 + ] 19 + available: [ os-distribution != "freebsd" & os != "macos" ] 20 + synopsis: "Cross-platform multi-network peer-to-peer daemon" 21 + description: """ 22 + Supported networks include: 23 + * eDonkey (with Overnet and Kad) 24 + * BitTorrent (with DHT) 25 + * Direct Connect 26 + * HTTP/FTP 27 + MLdonkey core runs as a background daemon and provides several control 28 + interfaces : telnet, web, and binary protocol for third party GUIs.""" 29 + url { 30 + src: "https://ygrek.org/p/release/mldonkey/mldonkey-3.2.1.tar.bz2" 31 + checksum: [ 32 + "md5=b35dfda1cad779af6892a6f73c59c3d4" 33 + "sha256=9c0be397ab2193256f52f7bafaf210bf29c93bb4758bb1818f4633763b996bc7" 34 + "sha512=7f2657ea3e5eedf2429b157f8157178d8357c19d323f812f3bf1cd965ee209aaa760b8af6983603eeccf53efea7321f41910eca1c5649ce1baf5bc6cf0284f0c" 35 + ] 36 + mirrors: "https://github.com/ygrek/mldonkey/releases/download/release-3-2-1/mldonkey-3.2.1.tar.bz2" 37 + } 38 + extra-source "mldonkey.install" { 39 + src: 40 + "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/mldonkey/mldonkey.install.3.1.7-2" 41 + checksum: [ 42 + "sha256=6e8e2e397c8643443554194073e10f27c12dea67202dcb2ab1e6db8f8c17a608" 43 + "md5=e87cbda9a58a39cc8e010fbe79f7f78e" 44 + ] 45 + }