11 minimalOCamlVersion = "4.03";
13 src = fetchFromGitHub {
14 owner = "ocaml-community";
17 sha256 = "sha256-+VQzi6pEMqzV1ZR84Yjdu4jsJEWtx+7bd6PQGX7TiEs=";
20 propagatedBuildInputs = [ re ];
23 inherit (src.meta) homepage;
24 description = "Library for handling dates and times";
25 license = lib.licenses.lgpl21Plus;
26 maintainers = [ lib.maintainers.gal_bolle ];