https://github.com/EasyCrypt/easycrypt
Revision 5d09cc271ef66727e80a7697fe874f620594bf40 authored by Benjamin Gregoire on 10 December 2019, 12:28:10 UTC, committed by Benjamin Gregoire on 10 December 2019, 12:28:10 UTC
1 parent 2b2b5b8
Raw File
Tip revision: 5d09cc271ef66727e80a7697fe874f620594bf40 authored by Benjamin Gregoire on 10 December 2019, 12:28:10 UTC
improve t_auto internal tactic
Tip revision: 5d09cc2
default.nix
with import <nixpkgs> {};

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