Skip to content

Commit c590ce2

Browse files
committed
[new release] mirage-logs (1.3.0)
CHANGES: - Remove the mirage-profile dependency (mirage/mirage-logs#18 @hannesm)
1 parent f6590e5 commit c590ce2

File tree

1 file changed

+38
-0
lines changed
  • packages/mirage-logs/mirage-logs.1.3.0

1 file changed

+38
-0
lines changed
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
opam-version: "2.0"
2+
maintainer: "[email protected]"
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" {>= "1.0"}
13+
"logs" { >= "0.5.0" }
14+
"ptime" { >= "0.8.1" }
15+
"mirage-clock" { >= "3.0.0"}
16+
"lwt"
17+
"alcotest" {with-test}
18+
]
19+
build: [
20+
["dune" "subst"] {pinned}
21+
["dune" "build" "-p" name "-j" jobs]
22+
["dune" "runtest" "-p" name] {with-test}
23+
]
24+
synopsis: "A reporter for the Logs library that writes log messages to stderr, using a Mirage `CLOCK` to add timestamps"
25+
description: """
26+
It can also log only important messages to the console, while writing all received messages to a ring buffer which is displayed if an exception occurs.
27+
28+
If tracing is enabled (via mirage-profile), it also writes each log message to the trace buffer.
29+
"""
30+
url {
31+
src:
32+
"https://github.com/mirage/mirage-logs/releases/download/v1.3.0/mirage-logs-1.3.0.tbz"
33+
checksum: [
34+
"sha256=73561022eb6aa79f13473f9af5577febd142bf48e7191bc59de8bd06d49b3b10"
35+
"sha512=726bf16283f732fe258e937ef6670cc547df3d361e1ff2783129ac7d16133bb0904ed3c4c6e35c149fd3f79d1c924eb16f7672e793190e5c8e92df74aa43cc65"
36+
]
37+
}
38+
x-commit-hash: "85b4ca2791f26e23df8a5aa8aee49d3cf063e1dc"

0 commit comments

Comments
 (0)