this repo has no description
1opam-version: "2.0" 2maintainer: "yutopp <yutopp@gmail.com>" 3authors: ["yutopp <yutopp@gmail.com>" "amutake <amutake.s@gmail.com>"] 4homepage: "https://github.com/yutopp/obeam" 5bug-reports: "https://github.com/yutopp/obeam/issues" 6license: "BSL-1.0" 7dev-repo: "git+https://github.com/yutopp/obeam.git" 8build: [ 9 ["dune" "build" "-p" name "-j" jobs] 10] 11depends: [ 12 "ocaml" {>= "4.03.0"} 13 "bitstring" {>= "3.0.0" & < "4.0.0"} 14 "ppx_deriving" {>= "4.2"} 15 "camlzip" {>= "1.07"} 16 "zarith" {>= "1.7"} 17 "dune" 18 "ounit" {build} 19 "bisect_ppx" {build} 20] 21synopsis: "A utility library for parsing BEAM format" 22url { 23 src: "https://github.com/yutopp/obeam/archive/0.0.3.tar.gz" 24 checksum: [ 25 "md5=b5514cc5f76ba95261410f25f525adb9" 26 "sha512=ccfec403a838393dbb5e3e74c3230132cfb0c70cf43576cc213ac74097d469faff34c48358c5f3f10e7e1e56bfa0ff3f05ff05916c7e48212ddae37448f76703" 27 ] 28}