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