index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
dev
/
ci
/
nix
/
bignums.nix
blob: 1d931c858e333447bdb1bfe358ed3bbc287c6a5e (
plain
)
1
2
3
4
5
{
ocamlPackages
}:
{
buildInputs =
with
ocamlPackages
;
[
ocaml findlib camlp5
];
}