https://github.com/EasyCrypt/easycrypt
Revision b6a4d3a2a143acbb3d71aa17f0e8ff7fa09d0690 authored by Pierre-Yves Strub on 01 October 2019, 14:26:02 UTC, committed by Pierre-Yves Strub on 01 October 2019, 19:49:59 UTC
1 parent 4860685
Raw File
Tip revision: b6a4d3a2a143acbb3d71aa17f0e8ff7fa09d0690 authored by Pierre-Yves Strub on 01 October 2019, 14:26:02 UTC
Docker: bump Z3 version
Tip revision: b6a4d3a
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