This commit is contained in:
parent
aa2ff7b2f0
commit
2f3113f55d
11742 changed files with 1223940 additions and 0 deletions
30
unikernel/duniverse/mirage-logs/mirage-logs.opam
Normal file
30
unikernel/duniverse/mirage-logs/mirage-logs.opam
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
version: "3.0.0"
|
||||
opam-version: "2.0"
|
||||
maintainer: "talex5@gmail.com"
|
||||
authors: [ "Thomas Leonard" ]
|
||||
license: "ISC"
|
||||
homepage: "https://github.com/mirage/mirage-logs"
|
||||
dev-repo: "git+https://github.com/mirage/mirage-logs.git"
|
||||
bug-reports: "https://github.com/mirage/mirage-logs/issues"
|
||||
doc: "https://mirage.github.io/mirage-logs/"
|
||||
tags: ["org:mirage"]
|
||||
depends: [
|
||||
"ocaml" { >= "4.08.0" }
|
||||
"dune" {>= "3.0"}
|
||||
"logs" { >= "0.5.0" }
|
||||
"fmt" { >= "0.9.0" }
|
||||
"ptime" { >= "0.8.1" }
|
||||
"mirage-ptime" { >= "4.0.0" }
|
||||
"cmdliner" { >= "1.1.0" }
|
||||
"alcotest" {with-test}
|
||||
]
|
||||
build: [
|
||||
["dune" "subst"] {dev}
|
||||
["dune" "build" "-p" name "-j" jobs]
|
||||
["dune" "runtest" "-p" name] {with-test}
|
||||
]
|
||||
synopsis: "A reporter for the Logs library that writes log messages to stderr, using a Mirage `CLOCK` to add timestamps"
|
||||
description: """
|
||||
The Logs reporter prefixes each entry with a timestamp, and writes it to stderr.
|
||||
"""
|
||||
x-maintenance-intent: [ "(latest)" ]
|
||||
Loading…
Add table
Add a link
Reference in a new issue