https://github.com/EasyCrypt/easycrypt
Revision de1d4dca0c9f38a661ed1017f62b7d87cc12b631 authored by Benjamin Gregoire on 27 November 2019, 21:10:03 UTC, committed by Benjamin Gregoire on 29 November 2019, 07:56:52 UTC
1 parent 78e8f6e
Raw File
Tip revision: de1d4dca0c9f38a661ed1017f62b7d87cc12b631 authored by Benjamin Gregoire on 27 November 2019, 21:10:03 UTC
Fix bug in eager if
Tip revision: de1d4dc
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