Revision 7641f4a70190a2af8ee95272b17a46d47c773a5a authored by Benjamin Gregoire on 13 September 2019, 14:21:19 UTC, committed by Benjamin Gregoire on 13 September 2019, 14:21:19 UTC
1 parent 3d66517
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