11 buildDunePackage rec {
16 url = "https://github.com/daypack-dev/timere/releases/download/timedesc-${version}/timedesc-${version}.tar.gz";
17 hash = "sha256-NnnQpWOE1mt/F5lkWRPdDwpqXCUlcNi+Z5GE6YQQLK8=";
22 propagatedBuildInputs = [
31 description = "OCaml date time handling library";
32 homepage = "https://github.com/daypack-dev/timere";
33 license = lib.licenses.mit;
34 maintainers = [ lib.maintainers.vbgl ];