nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

coqPackages_8_17.stdpp: init at 1.8.0

+1 -1
+1 -1
pkgs/development/coq-modules/stdpp/default.nix
··· 6 6 domain = "gitlab.mpi-sws.org"; 7 7 owner = "iris"; 8 8 defaultVersion = with lib.versions; lib.switch coq.coq-version [ 9 - { case = range "8.13" "8.16"; out = "1.8.0"; } 9 + { case = range "8.13" "8.17"; out = "1.8.0"; } 10 10 { case = range "8.12" "8.14"; out = "1.6.0"; } 11 11 { case = range "8.11" "8.13"; out = "1.5.0"; } 12 12 { case = range "8.8" "8.10"; out = "1.4.0"; }