Revision 0e369749080b67c4ca4b0693da61afa7d69c118d authored by Pierre-Yves Strub on 15 October 2019, 08:38:08 UTC, committed by Pierre-Yves Strub on 15 October 2019, 08:38:08 UTC
2 parent s 4006b15 + 2139beb
Raw File
default.nix
with import <nixpkgs> {};

stdenv.mkDerivation {
  name = "easycrypt-1.0";
  src = ./.;
  buildInputs = [ ]
    ++ (with ocamlPackages; [ ocaml findlib ocamlbuild batteries menhir merlin zarith inifiles why3 ])
    ;
}
back to top