Revision bd9daac6b705d53f8101cd321260875b4f611187 authored by Benjamin Gregoire on 29 November 2019, 13:13:32 UTC, committed by Benjamin Gregoire on 29 November 2019, 13:13:32 UTC
2 parent s d48df4e + 4778cea
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 yojson])
    ;
}
back to top