Revision 408d1b0826ca0d4f6a3573dd071eb6354c7e40cb authored by Asif Mallik on 10 October 2019, 07:19:29 UTC, committed by Pierre-Yves Strub on 10 October 2019, 07:19:29 UTC
1 parent e9598be
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