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