aboutsummaryrefslogtreecommitdiffstats
path: root/shell.nix
blob: 63f01232252279f258f47589c048847c2e683b79 (plain)
1
2
3
4
5
with import <nixpkgs> {};
mkShell {
  buildInputs = [ coq_8_10 ocamlPackages.menhir dune
                  ocaml ocamlPackages.findlib ];
}