ocamlPackages.mirage-logs: 1.3.0 -> 2.1.0
This commit is contained in:
parent
1418c4d458
commit
91f21f7f0b
@ -1,23 +1,23 @@
|
|||||||
{ lib, fetchurl, buildDunePackage
|
{ lib, fetchurl, buildDunePackage
|
||||||
, logs, lwt, mirage-clock, ptime
|
, logs, fmt, ptime, mirage-clock, cmdliner
|
||||||
, alcotest
|
, lwt, alcotest
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildDunePackage rec {
|
buildDunePackage rec {
|
||||||
pname = "mirage-logs";
|
pname = "mirage-logs";
|
||||||
version = "1.3.0";
|
version = "2.1.0";
|
||||||
|
|
||||||
duneVersion = "3";
|
duneVersion = "3";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/mirage/mirage-logs/releases/download/v${version}/mirage-logs-${version}.tbz";
|
url = "https://github.com/mirage/mirage-logs/releases/download/v${version}/mirage-logs-${version}.tbz";
|
||||||
hash = "sha256-c1YQIutqp58TRz+a9Vd/69FCv0jnGRvFnei9BtSbOxA=";
|
hash = "sha256-rorCsgw7QCQmjotr465KShQGWdoUM88djpwgqwBGnLs=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ logs lwt mirage-clock ptime ];
|
propagatedBuildInputs = [ logs fmt ptime mirage-clock cmdliner ];
|
||||||
|
|
||||||
doCheck = true;
|
doCheck = true;
|
||||||
checkInputs = [ alcotest ];
|
checkInputs = [ lwt alcotest ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Reporter for the Logs library that writes log messages to stderr, using a Mirage `CLOCK` to add timestamps";
|
description = "Reporter for the Logs library that writes log messages to stderr, using a Mirage `CLOCK` to add timestamps";
|
||||||
|
Loading…
Reference in New Issue
Block a user