opam-version: "2.0"
dev-repo: "git+https://github.com/rgrinberg/bencode"
homepage: "https://github.com/rgrinberg/bencode"
synopsis: "Bencode (`.torrent` file format) reader/writer in OCaml"
bug-reports: "https://github.com/rgrinberg/issues/"
maintainer: "rudi.grinberg@gmail.com"
authors: [ "Rudi Grinberg" "Simon Cruanes" ]
license: "MIT"
build: [
  ["dune" "build" "-p" name "-j" jobs]
  ["dune" "runtest" "-p" name] {with-test}
  ["dune" "build" "@doc" "-p" name] {with-doc}
]
depends: [
  "dune"
  "ounit"     {with-test}
  "qcheck"    {with-test}
  "odoc"      {with-doc}
  "ocaml" { >= "4.02.0"}
]
url {
  src: "https://github.com/rgrinberg/bencode/archive/2.0.tar.gz"
  checksum: [
    "md5=80a4d59a246c31df45a42779c777bb28"
    "sha512=687544db98ca47ecd55c8235e751b04df58fd5aba1270dcc93e19629f483f33232ac3779c0e07d0fdb67ea958156113143b0bd3b8640478928b591092d327d12"
  ]
}
