Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个使用沙丘的 ocaml 项目。我想使用 Odoc 生成文档。目前,正在运行dune build @doc,但我想将-short-functors选项传递给 Odoc。如何通过沙丘将期权传递给 Odoc?
dune build @doc
-short-functors