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: [
  "base"          {>= "v0.11.0" & < "v0.15"}
  "stdio"         {>= "v0.11.0" & < "v0.15"}
  "bitstring"     {>= "3.0.0" & < "4.0.0"}
  "camlzip"       {>= "1.07"}
  "zarith"        {>= "1.7"}
  "dune"
  "ppx_here"      {< "v0.15"}
  "ppx_let"       {< "v0.15"}
  "ppx_sexp_conv" {< "v0.15"}
  "bisect_ppx"    {build}
  "ounit"         {with-test}
]
synopsis: "A utility library for parsing BEAM format"
url {
  src: "https://github.com/yutopp/obeam/archive/0.1.0.tar.gz"
  checksum: [
    "md5=72c7f17f6b7d3b4baf2d789f9e96ee8d"
    "sha512=4e980c5af9afe3348e24d3568061c4df2cd3dff5dff497c30b0deee402da1f416fcf0e53f3df50ec8b0390d083b6dc47ac25e1dd8efbbe06a42db557647d5580"
  ]
}
