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