Convert an ocamlbuild/topkg project to dune build system
/plugin marketplace add avsm/ocaml-claude-marketplace/plugin install avsm-ocaml-dev-plugins-ocaml-dev@avsm/ocaml-claude-marketplace# Port to Dune This command migrates an OCaml project from ocamlbuild/topkg to dune. ## Arguments None - operates on the current directory. ## Prerequisites The command expects to find ocamlbuild artifacts: - `_tags` - ocamlbuild compilation flags - `*.mllib` files - module lists for libraries - `pkg/pkg.ml` - topkg package description (optional) - `pkg/META` - findlib metadata (optional) - `opam` - package dependencies ## Migration Process ### 1. Analyze Existing Build Read and parse: - `_tags` - Extract package dependencies, compiler flags, thread usage - `*.mllib` - Identify libr...