opam-version: "2.0" maintainer: "rudi.grinberg@gmail.com" authors: [ "Rudi Grinberg" "Simon Cruanes" ] license: "MIT" homepage: "https://github.com/rgrinberg/bencode" build: [make "all"] remove: [ ["ocamlfind" "remove" "bencode"] ] depends: [ "ocaml" {>= "4.00.1"} "ocamlfind" "ocamlbuild" {build} "base-bytes" ] dev-repo: "git+https://github.com/rgrinberg/bencode" install: [make "install"] synopsis: "Read/Write bencode (.torrent) files in OCaml" flags: light-uninstall url { src: "https://github.com/rgrinberg/bencode/archive/1.0.2.tar.gz" checksum: [ "sha256=1d2f0a51c9222f7738fcea40817a5c3eae2f494389436744f57da7c9bff1d00c" "md5=c57618828a340e942569e96761aba42d" ] }