opam-version: "2.0"
maintainer: "martin@mjambon.com"
authors: ["Martin Jambon"]

homepage: "https://github.com/mjambon/biniou"
bug-reports: "https://github.com/mjambon/biniou/issues"
dev-repo: "git+https://github.com/mjambon/biniou.git"
license: "BSD-3-Clause"

build: [
  ["jbuilder" "build" "-p" name "-j" jobs]
  ["jbuilder" "runtest" "-p" name] {with-test}
]
depends: [
  "ocaml" {>= "4.02.3"}
  "conf-which" {build}
  "jbuilder"
  "easy-format"
  "base-bytes"
]
synopsis:
  "Binary data format designed for speed, safety, ease of use and backward compatibility as protocols evolve"
extra-files: ["biniou.install" "md5=c34aebd8172d5fc4cd99202e2f5a2063"]
url {
  src: "https://github.com/mjambon/biniou/archive/v1.1.0.tar.gz"
  checksum: "md5=bbd7187f4e106c920ce88ef14ed8d7fe"
}
