this repo has no description
1opam-version: "2.0"
2dev-repo: "git+https://github.com/rgrinberg/bencode"
3homepage: "https://github.com/rgrinberg/bencode"
4synopsis: "Bencode (`.torrent` file format) reader/writer in OCaml"
5bug-reports: "https://github.com/rgrinberg/issues/"
6maintainer: "rudi.grinberg@gmail.com"
7authors: [ "Rudi Grinberg" "Simon Cruanes" ]
8license: "MIT"
9build: [
10 ["dune" "build" "-p" name "-j" jobs]
11 ["dune" "runtest" "-p" name] {with-test}
12 ["dune" "build" "@doc" "-p" name] {with-doc}
13]
14depends: [
15 "dune"
16 "ounit" {with-test}
17 "qcheck" {with-test & >= "0.5.3"}
18 "odoc" {with-doc}
19 "ocaml" { >= "4.02.0"}
20]
21url {
22 src: "https://github.com/rgrinberg/bencode/archive/2.0.tar.gz"
23 checksum: [
24 "md5=80a4d59a246c31df45a42779c777bb28"
25 "sha512=687544db98ca47ecd55c8235e751b04df58fd5aba1270dcc93e19629f483f33232ac3779c0e07d0fdb67ea958156113143b0bd3b8640478928b591092d327d12"
26 ]
27}