blob: 1105fba7a627767519d3278f32f6de17df4a6843 (
plain)
1
2
3
4
5
6
|
{ ocamlPackages }:
{
buildInputs = with ocamlPackages; [ ocaml findlib ];
configure = "git submodule update --init --recursive && ulimit -s 32768";
make = "make c-files printlite lite && make -j 1 coq";
}
|