13 self = mkCoqDerivation {
17 sourceRoot = "${self.src.name}/vcfloat";
19 coq_makefile -o Makefile -f _CoqProject *.v
23 lib.switch coq.coq-version [
29 case = range "8.16" "8.18";
33 release."2.2".sha256 = "sha256-PyMm84ZYh+dOnl8Kk2wlYsQ+S/d1Hsp6uv2twTedEPg=";
34 release."2.1.1".sha256 = "sha256-bd/XSQhyFUAnSm2bhZEZBWB6l4/Ptlm9JrWu6w9BOpw=";
35 releaseRev = v: "v${v}";
37 propagatedBuildInputs = [
45 description = "Tool for Coq proofs about floating-point round-off error";
46 maintainers = with lib.maintainers; [ quinn-dougherty ];
47 license = lib.licenses.lgpl3Plus;