https://github.com/EasyCrypt/easycrypt
Revision 132968e41afcc3a9834a9f12d19cbcbae0546535 authored by Pierre-Yves Strub on 02 December 2019, 10:06:01 UTC, committed by Pierre-Yves Strub on 02 December 2019, 10:06:01 UTC
1 parent 60cfeb4
Raw File
Tip revision: 132968e41afcc3a9834a9f12d19cbcbae0546535 authored by Pierre-Yves Strub on 02 December 2019, 10:06:01 UTC
remove failing SMT
Tip revision: 132968e
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