index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
dev
/
ci
/
nix
/
math_classes.nix
blob: 8edc3c8358f245d2b135c96e1ad0dfb146045dbb (
plain
)
1
2
3
4
5
6
{
bignums
}:
{
coqBuildInputs =
[
bignums
];
configure =
"./configure.sh"
;
}