{ pkgs ? import { } }: pkgs.mkShell { nativeBuildInputs = with pkgs.ocamlPackages; [ dune_3 findlib merlin ocaml ocamlformat odoc ]; buildInputs = with pkgs.ocamlPackages; [ ]; }