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 "base" {>= "v0.11.0"} 10 "stdio" {>= "v0.11.0"} 11 "bitstring" {>= "3.0.0" & < "4.0.0"} 12 "camlzip" {>= "1.07"} 13 "zarith" {>= "1.7"} 14 "ppx_here" {>= "v0.11.0"} 15 "ppx_let" {>= "v0.11.0"} 16 "ppx_sexp_conv" {>= "v0.11.2"} 17 "dune" 18 "bisect_ppx" {build} 19 "expect_test_helpers_kernel" {with-test} 20] 21build: ["dune" "build" "-p" name "-j" jobs] 22dev-repo: "git+https://github.com/yutopp/obeam.git" 23url { 24 src: "https://github.com/yutopp/obeam/archive/0.1.1.tar.gz" 25 checksum: [ 26 "md5=5f4d484e72256d91063cf600b38ca5be" 27 "sha512=d9a438d49eb07695a9b2374284eb03b1263eceed31e5bd04a5eb38103367a0369986f1a86f4a518ce45eb7441f7b4bdfe01707255f206f9e4124f590b13def99" 28 ] 29}