this repo has no description
1opam-version: "2.0" 2maintainer: "rudi.grinberg@gmail.com" 3build: [make "all"] 4remove: [[make "uninstall"]] 5depends: [ 6 "ocaml" {>= "4.00.1"} 7 "ocamlfind" 8 "ocamlbuild" {build} 9] 10dev-repo: "git+https://github.com/rgrinberg/bencode" 11install: [make "install"] 12synopsis: "Read/Write bencode (.torrent) files in OCaml" 13url { 14 src: "https://github.com/rgrinberg/bencode/archive/0.1.tar.gz" 15 checksum: [ 16 "sha256=595799eae891fb1b52fc189623eb5f89f91cceb7945f09d4f3b4ffdbf9d9403d" 17 "md5=172b2c1f25d7786d8910827fb8abe79c" 18 ] 19}