opam-version: "2.0"
maintainer: "yutopp <yutopp@gmail.com>"
authors: ["yutopp <yutopp@gmail.com>" "amutake <amutake.s@gmail.com>"]
homepage: "https://github.com/yutopp/obeam"
bug-reports: "https://github.com/yutopp/obeam/issues"
license: "BSL-1.0"
dev-repo: "git+https://github.com/yutopp/obeam.git"
build: [
  ["dune" "build" "-p" name "-j" jobs]
]
depends: [
  "ocaml"         {>= "4.03.0"}
  "bitstring"     {>= "3.0.0" & < "4.0.0"}
  "ppx_deriving"  {>= "4.2"}
  "camlzip"       {>= "1.07"}
  "zarith"        {>= "1.7"}
  "dune"
  "ounit"         {build}
  "bisect_ppx"    {build}
]
synopsis: "A utility library for parsing BEAM format"
url {
  src: "https://github.com/yutopp/obeam/archive/0.0.3.tar.gz"
  checksum: [
    "md5=b5514cc5f76ba95261410f25f525adb9"
    "sha512=ccfec403a838393dbb5e3e74c3230132cfb0c70cf43576cc213ac74097d469faff34c48358c5f3f10e7e1e56bfa0ff3f05ff05916c7e48212ddae37448f76703"
  ]
}
