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.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}
]
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.0.4.tar.gz"
  checksum: [
    "md5=06c53e9503d637add32e7477ce832ae8"
    "sha512=c84da3d45d6ae5bfbc52c0d1f34481de97387c0cd1bdb38f3b0f44e58a7243e53193c6a0f3782f5f072e21a9a795aaf63278660b94c753cd849be4f1c50d93b1"
  ]
}
