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://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.1.tar.gz"
  checksum: "md5=90c6f46e97b0b53bf8731c54eafb96f5"
}
