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 "base" {>= "v0.11.0"} 13 "stdio" {>= "v0.11.0"} 14 "bitstring" {>= "3.0.0" & < "4.0.0"} 15 "camlzip" {>= "1.07"} 16 "zarith" {>= "1.7"} 17 "dune" 18 "ppx_here" 19 "ppx_let" 20 "ppx_sexp_conv" 21 "bisect_ppx" {build} 22 "ounit" {with-test} 23] 24synopsis: "A utility library for parsing BEAM format" 25url { 26 src: "https://github.com/yutopp/obeam/archive/0.1.0.tar.gz" 27 checksum: [ 28 "md5=72c7f17f6b7d3b4baf2d789f9e96ee8d" 29 "sha512=4e980c5af9afe3348e24d3568061c4df2cd3dff5dff497c30b0deee402da1f416fcf0e53f3df50ec8b0390d083b6dc47ac25e1dd8efbbe06a42db557647d5580" 30 ] 31}