1 { lib, mkCoqDerivation, coq, bignums, version ? null }:
3 with lib; mkCoqDerivation {
5 pname = "math-classes";
7 defaultVersion = if versions.range "8.6" "8.12" coq.coq-version then "8.12.0" else null;
8 release."8.12.0".sha256 = "14nd6a08zncrl5yg2gzk0xf4iinwq4hxnsgm4fyv07ydbkxfb425";
10 extraBuildInputs = [ bignums ];
13 homepage = "https://math-classes.github.io";
14 description = "A library of abstract interfaces for mathematical structures in Coq.";
15 maintainers = with maintainers; [ siddharthist jwiegley ];