let pkgs = import {}; in pkgs.mkShell { packages = with pkgs.ocamlPackages; [ ocaml dune_3 findlib ppx_deriving ]; }