coqPackages.Vpl: init at 0.5

This commit is contained in:
Vincent Laporte
2024-03-15 10:24:58 +01:00
committed by Vincent Laporte
parent 431fd13c27
commit 4027ca26b9
2 changed files with 18 additions and 0 deletions
@@ -0,0 +1,17 @@
{ lib, mkCoqDerivation, coq, version ? null }:
mkCoqDerivation {
pname = "Vpl";
owner = "VERIMAG-Polyhedra";
inherit version;
defaultVersion = if lib.versions.range "8.8" "8.9" coq.coq-version then "0.5" else null;
release."0.5".sha256 = "sha256-mSD/xSweeK9WMxWDdX/vzN96iXo74RkufjuNvtzsP9o=";
sourceRoot = "source/coq";
meta = coq.ocamlPackages.vpl-core.meta // {
description = "Coq interface to VPL abstract domain of convex polyhedra";
};
}
+1
View File
@@ -125,6 +125,7 @@ let
vcfloat = callPackage ../development/coq-modules/vcfloat {};
Velisarios = callPackage ../development/coq-modules/Velisarios {};
Verdi = callPackage ../development/coq-modules/Verdi {};
Vpl = callPackage ../development/coq-modules/Vpl {};
vscoq-language-server = callPackage ../development/coq-modules/vscoq-language-server {};
VST = callPackage ../development/coq-modules/VST ((lib.optionalAttrs
(lib.versionAtLeast self.coq.version "8.14") {