Revision 297f5286410b5993dd531834c3243580c2e2cc9a authored by Benjamin Gregoire on 14 October 2019, 07:09:06 UTC, committed by Pierre-Yves Strub on 14 October 2019, 07:10:05 UTC
1 parent ce9380d
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