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: [
  "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.1.tar.gz"
  checksum: [
    "md5=5f4d484e72256d91063cf600b38ca5be"
    "sha512=d9a438d49eb07695a9b2374284eb03b1263eceed31e5bd04a5eb38103367a0369986f1a86f4a518ce45eb7441f7b4bdfe01707255f206f9e4124f590b13def99"
  ]
}
