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: [[make "uninstall"]] 8depends: [ 9 "ocaml" {>= "4.00.1"} 10 "ocamlfind" 11 "ocamlbuild" {build} 12 "base-bytes" 13] 14dev-repo: "git+https://github.com/rgrinberg/bencode" 15install: [make "install"] 16synopsis: "Read/Write bencode (.torrent) files in OCaml" 17url { 18 src: "https://github.com/rgrinberg/bencode/archive/1.0.0.tar.gz" 19 checksum: [ 20 "sha256=c9fe5a990dd441c8862a9443a255f256cae2792f490ee3961a5fef4900627462" 21 "md5=1227b7fbcfef9b09920ea2004fb3db7b" 22 ] 23}