this repo has no description
1opam-version: "2.0" 2maintainer: "talex5@gmail.com" 3authors: [ "Thomas Leonard" ] 4license: "ISC" 5homepage: "https://github.com/mirage/mirage-logs" 6dev-repo: "git+https://github.com/mirage/mirage-logs.git" 7bug-reports: "https://github.com/mirage/mirage-logs/issues" 8doc: "https://mirage.github.io/mirage-logs/" 9tags: ["org:mirage"] 10depends: [ 11 "ocaml" { >= "4.06.0"} 12 "dune" {>= "3.0"} 13 "logs" { >= "0.5.0" } 14 "ptime" { >= "0.8.1" } 15 "mirage-clock" { >= "3.0.0"} 16 "cmdliner" {>= "1.1.0"} 17 "lwt" {with-test} 18 "alcotest" {with-test} 19] 20build: [ 21 ["dune" "subst"] {dev} 22 ["dune" "build" "-p" name "-j" jobs] 23 ["dune" "runtest" "-p" name] {with-test} 24] 25synopsis: "A reporter for the Logs library that writes log messages to stderr, using a Mirage `CLOCK` to add timestamps" 26description: """ 27The Logs reporter prefixes each entry with a timestamp, and writes it to stderr. 28""" 29url { 30 src: 31 "https://github.com/mirage/mirage-logs/releases/download/v2.0.0/mirage-logs-2.0.0.tbz" 32 checksum: [ 33 "sha256=f2a67264aa86bea32444d58bbb56453477ec86c0f4b8cd76788d4a197521dd20" 34 "sha512=1c135a72ba8e7e6aba8c5f2e28e07565797eca3ce7724fc881872eef47169d156a2279d269ea503d4d8973b0b51e570648b130d76603826a5a565550bd32b2a2" 35 ] 36} 37x-commit-hash: "eea1b9fff899e0a63a48d310e8822cb8e5974212"