this repo has no description
1opam-version: "2.0" 2synopsis: "Logging library for OCaml" 3maintainer: ["yutopp@gmail.com"] 4authors: ["yutopp"] 5license: "Boost License Version 1.0" 6homepage: "https://github.com/yutopp/loga" 7bug-reports: "https://github.com/yutopp/loga/issues" 8depends: [ 9 "dune" {>= "2.5"} 10 "ocaml" {>= "4.06.0"} 11 "ocaml-migrate-parsetree" {>= "1.7.2" & < "2.0.0"} 12 "ppx_expect" {with-test & >= "v0.11.0"} 13] 14build: [ 15 ["dune" "subst"] {dev} 16 [ 17 "dune" 18 "build" 19 "-p" 20 name 21 "-j" 22 jobs 23 "@install" 24 "@runtest" {with-test} 25 "@doc" {with-doc} 26 ] 27] 28dev-repo: "git+https://github.com/yutopp/loga.git" 29url { 30 src: "https://github.com/yutopp/loga/archive/0.0.5.tar.gz" 31 checksum: [ 32 "md5=0591390535ee8816d29c68cf04b07e82" 33 "sha512=5e38b6a6318c42096df534f65b610848dfe3831f91d204dec64eed4591b36b8b890e6c32efa90b8367807f2f8f1b94c8c49cb0d9345bb74131d7897d921fd49d" 34 ] 35}