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.03.0"} 10 "bitstring" {>= "3.0.0" & < "4.0.0"} 11 "ppx_deriving" {>= "4.2"} 12 "camlzip" {>= "1.07"} 13 "zarith" {>= "1.7"} 14 "dune" 15 "ounit" {build} 16 "bisect_ppx" {build} 17] 18build: ["dune" "build" "-p" name "-j" jobs] 19dev-repo: "git+https://github.com/yutopp/obeam.git" 20url { 21 src: "https://github.com/yutopp/obeam/archive/0.0.4.tar.gz" 22 checksum: [ 23 "md5=06c53e9503d637add32e7477ce832ae8" 24 "sha512=c84da3d45d6ae5bfbc52c0d1f34481de97387c0cd1bdb38f3b0f44e58a7243e53193c6a0f3782f5f072e21a9a795aaf63278660b94c753cd849be4f1c50d93b1" 25 ] 26}