Revision 8eb24919b716932bcafb931f4592b32388c52d47 authored by nitrogl on 09 October 2019, 19:14:57 UTC, committed by Pierre-Yves Strub on 09 October 2019, 19:14:57 UTC
* Critical bugfix on dot-product
* CauchySchwarz is now an abstract theory
1 parent c8257d3
Raw File
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