https://github.com/EasyCrypt/easycrypt
Revision 09c8cd7931a47096be8e5e00ee5e9996abd50611 authored by Pierre-Yves Strub on 29 November 2019, 13:01:53 UTC, committed by Pierre-Yves Strub on 29 November 2019, 13:01:53 UTC
1 parent 5217cee
Raw File
Tip revision: 09c8cd7931a47096be8e5e00ee5e9996abd50611 authored by Pierre-Yves Strub on 29 November 2019, 13:01:53 UTC
missing files
Tip revision: 09c8cd7
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