23 bantorra = buildDunePackage rec {
25 version = "unstable-2022-05-08";
26 src = fetchFromGitHub {
29 rev = "d05c34295727dd06d0ac4416dc2e258732e8593d";
30 hash = "sha256-s6lUTs3VRl6YhLAn3PO4aniANhFp8ytoTsFAgcOlee4=";
33 propagatedBuildInputs = [ bos ezjsonm findlib ];
36 description = "Extensible Library Management and Path Resolution";
37 homepage = "https://github.com/RedPRL/bantorra";
38 license = lib.licenses.asl20;
41 kado = buildDunePackage rec {
43 version = "unstable-2023-10-03";
44 src = fetchFromGitHub {
47 rev = "6b2e9ba2095e294e6e0fc6febc280d80c5799c2b";
48 hash = "sha256-fP6Ade3mJeyOMjuDIvrW88m6E3jfb2z3L8ufgloz4Tc=";
51 propagatedBuildInputs = [ bwd ];
54 checkInputs = [ qcheck-core ];
57 description = "Cofibrations in Cartecian Cubical Type Theory";
58 homepage = "https://github.com/RedPRL/kado";
59 license = lib.licenses.asl20;
66 version = "unstable-2023-10-03";
68 minimalOCamlVersion = "5.0";
70 src = fetchFromGitHub {
73 rev = "a5eaf4db195b5166a7102d47d42724f59cf3de19";
74 hash = "sha256-48bEf59rtPRrCRjab7+GxppjfR2c87HjQ+uKY2Bag0I=";
86 propagatedBuildInputs = [
105 homepage = "https://github.com/RedPRL/cooltt";
106 description = "Cool implementation of normalization by evaluation (nbe) & elaboration for Cartesian cubical type theory";
107 license = licenses.asl20;
108 maintainers = with maintainers; [ moni ];