https://github.com/EasyCrypt/easycrypt
Revision 67392e160a50ddf0b2778179546fafda8c9b6da6 authored by Cécile BARITEL-RUET on 16 September 2019, 12:54:52 UTC, committed by Cécile BARITEL-RUET on 16 September 2019, 12:56:20 UTC
1 parent a8e2f10
Raw File
Tip revision: 67392e160a50ddf0b2778179546fafda8c9b6da6 authored by Cécile BARITEL-RUET on 16 September 2019, 12:54:52 UTC
RndProd : random oracle of a dprod
Tip revision: 67392e1
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