https://github.com/EasyCrypt/easycrypt
Revision a4fb49d6d623489c18cc5cc7e32fdabb95af018b authored by Pierre-Yves Strub on 04 August 2019, 19:07:17 UTC, committed by Pierre-Yves Strub on 04 August 2019, 19:07:17 UTC
1 parent af281fd
Raw File
Tip revision: a4fb49d6d623489c18cc5cc7e32fdabb95af018b authored by Pierre-Yves Strub on 04 August 2019, 19:07:17 UTC
fix Why3 literals comparisons
Tip revision: a4fb49d
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