https://github.com/EasyCrypt/easycrypt
Revision 0f3ebbaf69a2e41f78f8282b56544d529fabceae authored by Pierre-Yves Strub on 12 September 2019, 19:10:51 UTC, committed by Pierre-Yves Strub on 12 September 2019, 19:10:51 UTC
1 parent 65e3d88
Raw File
Tip revision: 0f3ebbaf69a2e41f78f8282b56544d529fabceae authored by Pierre-Yves Strub on 12 September 2019, 19:10:51 UTC
dlet-sampling : distr are now parameters
Tip revision: 0f3ebba
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