opam-version: "2.0"
synopsis: "A utility library for parsing BEAM format"
maintainer: "yutopp <yutopp@gmail.com>"
authors: ["yutopp <yutopp@gmail.com>" "amutake <amutake.s@gmail.com>"]
license: "BSL-1.0"
homepage: "https://github.com/yutopp/obeam"
bug-reports: "https://github.com/yutopp/obeam/issues"
depends: [
  "ocaml" {>= "4.07.0"}
  "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"}
  "ppx_here" {>= "v0.11.0" & < "v0.15"}
  "ppx_let" {>= "v0.11.0" & < "v0.15"}
  "ppx_sexp_conv" {>= "v0.11.2" & < "v0.15"}
  "dune"
  "bisect_ppx" {build}
  "expect_test_helpers_kernel" {with-test & < "v0.15"}
]
build: ["dune" "build" "-p" name "-j" jobs]
dev-repo: "git+https://github.com/yutopp/obeam.git"
url {
  src: "https://github.com/yutopp/obeam/archive/0.1.4.tar.gz"
  checksum: [
    "md5=eaca08e79f87c3fda6f70ed2c0653125"
    "sha512=c5d0de8d060ad3189ba7c4196291f7357f86def266cdec4acdf4f4f9097252ac1fab1584cc0f36b45f248e6386ca54de219b8d3619f4ca5d045f383d8e2f8edb"
  ]
}
