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.2.tar.gz" 22 checksum: [ 23 "sha256=1d2f0a51c9222f7738fcea40817a5c3eae2f494389436744f57da7c9bff1d00c" 24 "md5=c57618828a340e942569e96761aba42d" 25 ] 26}