this repo has no description
1opam-version: "2.0" 2maintainer: "rudi.grinberg@gmail.com" 3authors: [ "Rudi Grinberg" "Simon Cruanes" ] 4license: "MIT" 5homepage: "https://github.com/rgrinberg/bencode" 6build: [make "all"] 7remove: [ 8 ["ocamlfind" "remove" "bencode"] 9] 10depends: [ 11 "ocaml" {>= "4.00.1"} 12 "ocamlfind" 13 "ocamlbuild" {build} 14 "base-bytes" 15] 16dev-repo: "git+https://github.com/rgrinberg/bencode" 17install: [make "install"] 18synopsis: "Read/Write bencode (.torrent) files in OCaml" 19flags: light-uninstall 20url { 21 src: "https://github.com/rgrinberg/bencode/archive/1.0.1.tar.gz" 22 checksum: [ 23 "sha256=85ed14d1bd48bc98e0d6ef2b76f1bc1202f47c9aee0eeee31ce9e2acd8643810" 24 "md5=90c6f46e97b0b53bf8731c54eafb96f5" 25 ] 26}