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.08.0" } 12 "dune" {>= "3.0"} 13 "logs" { >= "0.5.0" } 14 "fmt" { >= "0.9.0" } 15 "ptime" { >= "0.8.1" } 16 "mirage-clock" { >= "3.0.0" } 17 "cmdliner" { >= "1.1.0" } 18 "lwt" {with-test} 19 "alcotest" {with-test} 20] 21build: [ 22 ["dune" "subst"] {dev} 23 ["dune" "build" "-p" name "-j" jobs] 24 ["dune" "runtest" "-p" name] {with-test} 25] 26synopsis: "A reporter for the Logs library that writes log messages to stderr, using a Mirage `CLOCK` to add timestamps" 27description: """ 28The Logs reporter prefixes each entry with a timestamp, and writes it to stderr. 29""" 30url { 31 src: 32 "https://github.com/mirage/mirage-logs/releases/download/v2.1.0/mirage-logs-2.1.0.tbz" 33 checksum: [ 34 "sha256=ae8ac2b20c3b4024268e8b6be3ae4a4a140659da1433cf1d8e9c20ab00469cbb" 35 "sha512=36d3d418d9ba9491a6145dfe5a550a2f8f997586355340700bfc4d975157e7a32dbc62509f120522b2aea84dccd3c2341a869742d91fd4da2368c3c0d36ad4b7" 36 ] 37} 38x-commit-hash: "37ac8d8bcc7e41f9bf232f6efbd7b931b9cd0403"