File tree Expand file tree Collapse file tree 1 file changed +37
-0
lines changed
packages/mirage-logs/mirage-logs.2.0.0 Expand file tree Collapse file tree 1 file changed +37
-0
lines changed Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ 3+ authors: [ "Thomas Leonard" ]
4+ license: "ISC"
5+ homepage: "https://github.com/mirage/mirage-logs"
6+ dev-repo: "git+https://github.com/mirage/mirage-logs.git"
7+ bug-reports: "https://github.com/mirage/mirage-logs/issues"
8+ doc: "https://mirage.github.io/mirage-logs/"
9+ tags: ["org:mirage"]
10+ depends: [
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+ ]
20+ build: [
21+ ["dune" "subst"] {dev}
22+ ["dune" "build" "-p" name "-j" jobs]
23+ ["dune" "runtest" "-p" name] {with-test}
24+ ]
25+ synopsis: "A reporter for the Logs library that writes log messages to stderr, using a Mirage `CLOCK` to add timestamps"
26+ description: """
27+ The Logs reporter prefixes each entry with a timestamp, and writes it to stderr.
28+ """
29+ url {
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+ }
37+ x-commit-hash: "eea1b9fff899e0a63a48d310e8822cb8e5974212"
You can’t perform that action at this time.
0 commit comments