this repo has no description
1
2opam-version: "2.0"
3synopsis: "Simple Logger for OCaml"
4description: "Able to print with different colors, levels, trace out caller, etc."
5maintainer: "paulpatault <p.patault@gmail.com>"
6authors: "paulpatault <p.patault@gmail.com>"
7depends: [
8 "ocaml" {>= "4.04"}
9 "dune" {>= "2.8"}
10]
11build: ["dune" "build" "-p" name "-j" jobs]
12dev-repo: "git+https://github.com/paulpatault/OcamLog"
13homepage: "https://www.github.com/paulpatault/OcamLog"
14bug-reports: "https://www.github.com/paulpatault/OcamLog/issues"
15license: "MIT"
16url {
17 src: "https://github.com/ocaml/opam-source-archives/raw/main/ocamlog-0.2.tar.gz"
18 checksum: [
19 "md5=093992b1204fb4759541a2331808351c"
20 "sha512=e55521d9eec0204f88f6c811f57d112f67f5d001efbb3e7880baaf81a724b8cdf82887465de6b84a91b84e5664c5d47835a4bc889de137e8d692aab0957ad18d"
21 ]
22}