https://github.com/EasyCrypt/easycrypt
Revision 786cb633c08d02ff018994c364ba30accf62b1d8 authored by Benjamin Gregoire on 12 September 2019, 12:18:07 UTC, committed by Benjamin Gregoire on 12 September 2019, 12:18:29 UTC
1 parent e5efb23
Raw File
Tip revision: 786cb633c08d02ff018994c364ba30accf62b1d8 authored by Benjamin Gregoire on 12 September 2019, 12:18:07 UTC
Add generic Lazy/Eager for random oracle
Tip revision: 786cb63
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