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.3.tar.gz"
  checksum: [
    "md5=915da6bf059982e5d22627cd408bd1da"
    "sha512=bb45525f347ebc1e8ffb2b6585f781add477cf6407988a68f245aa67ad5baf13b575627f842a065b9010c6e5624550fd4a83c279fa699cc992bed0b2aaf9c80e"
  ]
}
