this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #27379 from hannesm/release-mirage-logs-v3.0.0

[new release] mirage-logs (3.0.0)

authored by

Marcello Seri and committed by
GitHub
b2eed42f d2fcf6ef

+38
+38
packages/mirage-logs/mirage-logs.3.0.0/opam
··· 1 + opam-version: "2.0" 2 + maintainer: "talex5@gmail.com" 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.08.0" } 12 + "dune" {>= "3.0"} 13 + "logs" { >= "0.5.0" } 14 + "fmt" { >= "0.9.0" } 15 + "ptime" { >= "0.8.1" } 16 + "mirage-ptime" { >= "4.0.0" } 17 + "cmdliner" { >= "1.1.0" } 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 + x-maintenance-intent: [ "(latest)" ] 30 + url { 31 + src: 32 + "https://github.com/mirage/mirage-logs/releases/download/v3.0.0/mirage-logs-3.0.0.tbz" 33 + checksum: [ 34 + "sha256=a6db7dfc3afd87e5b78fff52007a56bca6672207ae067e68c63ef69318926750" 35 + "sha512=dd97fcb18913e80cc7acd2a54968a9fe863dccae80dd42ad8e232924371c4e22c7dcbdbc92c33107ebfa12ba1d83caefb08a4ccfff49e082b0b25c94d58adb8d" 36 + ] 37 + } 38 + x-commit-hash: "08e4de445cfb9894b7086975ab51725ff9bbd700"