14 buildDunePackage rec {
15 pname = "mirage-logs";
21 url = "https://github.com/mirage/mirage-logs/releases/download/v${version}/mirage-logs-${version}.tbz";
22 hash = "sha256-rorCsgw7QCQmjotr465KShQGWdoUM88djpwgqwBGnLs=";
25 propagatedBuildInputs = [
40 description = "Reporter for the Logs library that writes log messages to stderr, using a Mirage `CLOCK` to add timestamps";
41 homepage = "https://github.com/mirage/mirage-logs";
42 license = lib.licenses.isc;
43 maintainers = [ lib.maintainers.vbgl ];