Files
tldr/pages.zh/common/dune.md

20 lines
285 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# dune
> OCaml程序的构建系统。
> 更多信息:<https://dune.build>。
- 构建所有目标:
`dune build`
- 清理工作区:
`dune clean`
- 运行所有测试:
`dune runtest`
- 启动utop REPL并自动加载编译的模块以免手动加载
`dune utop`