https://github.com/EasyCrypt/easycrypt
Revision 2139bebf9d353a61ad429f463b59f01d4fb82dcb authored by Pierre-Yves Strub on 15 October 2019, 07:46:58 UTC, committed by Pierre-Yves Strub on 15 October 2019, 07:46:58 UTC
1 parent 2f6587f
Raw File
Tip revision: 2139bebf9d353a61ad429f463b59f01d4fb82dcb authored by Pierre-Yves Strub on 15 October 2019, 07:46:58 UTC
CI: test 1.0-preview
Tip revision: 2139beb
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