1 { lib, mkCoqDerivation, coq, mathcomp-ssreflect, version ? null }:
6 release."1.7".rev = "v1.7";
7 release."1.7".sha256 = "sha256-qoyteQ5W2Noxf12uACOVeHhPLvgmTzrvEo6Ts+FKTGI=";
8 release."1.8".rev = "v1.8";
9 release."1.8".sha256 = "sha256-n0lD8D+tjqkDDjFiE4CggxczOPS5TkEnxpB3zEwWZ2I=";
12 defaultVersion = with lib.versions; lib.switch coq.coq-version [
13 { case = range "8.10" "8.13"; out = "1.7"; }
14 { case = range "8.14" "8.18"; out = "1.8"; }
17 propagatedBuildInputs = [ mathcomp-ssreflect ];
20 homepage = "https://www.ps.uni-saarland.de/autosubst/";
21 description = "Automation for de Bruijn syntax and substitution in Coq";
22 maintainers = with maintainers; [ siraben jwiegley ];
23 license = licenses.mit;