24 bantorra = buildDunePackage rec {
26 version = "unstable-2022-05-08";
27 src = fetchFromGitHub {
30 rev = "d05c34295727dd06d0ac4416dc2e258732e8593d";
31 hash = "sha256-s6lUTs3VRl6YhLAn3PO4aniANhFp8ytoTsFAgcOlee4=";
34 propagatedBuildInputs = [ bos ezjsonm findlib ];
37 description = "Extensible Library Management and Path Resolution";
38 homepage = "https://github.com/RedPRL/bantorra";
39 license = lib.licenses.asl20;
42 kado = buildDunePackage rec {
44 version = "unstable-2023-10-03";
45 src = fetchFromGitHub {
48 rev = "6b2e9ba2095e294e6e0fc6febc280d80c5799c2b";
49 hash = "sha256-fP6Ade3mJeyOMjuDIvrW88m6E3jfb2z3L8ufgloz4Tc=";
52 propagatedBuildInputs = [ bwd ];
55 checkInputs = [ qcheck-core ];
58 description = "Cofibrations in Cartecian Cubical Type Theory";
59 homepage = "https://github.com/RedPRL/kado";
60 license = lib.licenses.asl20;
67 version = "unstable-2023-10-03";
69 minimalOCamlVersion = "5.0";
71 src = fetchFromGitHub {
74 rev = "a5eaf4db195b5166a7102d47d42724f59cf3de19";
75 hash = "sha256-48bEf59rtPRrCRjab7+GxppjfR2c87HjQ+uKY2Bag0I=";
87 propagatedBuildInputs = [
106 homepage = "https://github.com/RedPRL/cooltt";
107 description = "A cool implementation of normalization by evaluation (nbe) & elaboration for Cartesian cubical type theory";
108 license = licenses.asl20;
109 maintainers = with maintainers; [ moni ];