1 { lib, mkCoqDerivation, mathcomp, version ? null }:
7 release."1.14.0".sha256 = "0iln70npkvixqyz469l6nry545a15jlaix532i1l7pzfkqqn6v68";
8 release."1.13.0".sha256 = "sha256-EzNKR/JzM8T17sMhPhgZNs14e50X4dY3OwFi133IsT0=";
9 release."1.12.0".sha256 = "sha256-omsfdc294CxKAHNMMeqJCcVimvyRCHgxcQ4NJOWSfNM=";
10 releaseRev = v: "mathcomp-odd-order.${v}";
13 defaultVersion = with lib.versions; lib.switch mathcomp.character.version [
14 { case = (range "1.13.0" "1.15.0"); out = "1.14.0"; }
15 { case = (range "1.12.0" "1.14.0"); out = "1.13.0"; }
16 { case = (range "1.10.0" "1.12.0"); out = "1.12.0"; }
19 propagatedBuildInputs = [
30 description = "Formal proof of the Odd Order Theorem";
31 maintainers = with maintainers; [ siraben ];
32 license = licenses.cecill-b;
33 platforms = platforms.unix;