https://github.com/EasyCrypt/easycrypt
Revision e6c9905e288cd96d9ecc9516bde11e05933d4e6e authored by Benjamin Gregoire on 10 December 2019, 12:29:05 UTC, committed by Benjamin Gregoire on 10 December 2019, 12:29:05 UTC
1 parent 5d09cc2
Raw File
Tip revision: e6c9905e288cd96d9ecc9516bde11e05933d4e6e authored by Benjamin Gregoire on 10 December 2019, 12:29:05 UTC
improve automatic simplification of rnd rule for equiv
Tip revision: e6c9905
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