1 { lib, buildDunePackage, fetchurl }:
4 pname = "mirage-clock";
7 minimalOCamlVersion = "4.06";
10 url = "https://github.com/mirage/mirage-clock/releases/download/v${version}/mirage-clock-${version}.tbz";
11 hash = "sha256-+hfRXVviPHm6dB9ffLiO1xEt4WpEEM6oHHG5gIaImEc=";
15 description = "Libraries and module types for portable clocks";
16 homepage = "https://github.com/mirage/mirage-clock";
17 license = lib.licenses.isc;
18 maintainers = [ lib.maintainers.vbgl ];