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.5.tar.gz" 26 checksum: [ 27 "md5=061e06cfd6b387035044e795f60ebfc4" 28 "sha512=d1df746a35eef3ab09f1184b59860466af40422e940a2d2c4d6ce372fd8183e6e0ac123eb697fc3fb2893776045f0a44f4c016b6a3fcd33dd009a8c44cafb25e" 29 ] 30}