doctum, dog, doggo, duc, duckdb, duf, dumpcap, dune, duplicacy, duplicity, dus, dwebp: add Korean translation (#14166)

This commit is contained in:
HoJeong Im
2024-10-16 16:14:47 +09:00
committed by GitHub
parent a6dea29cb6
commit 610b23c59a
12 changed files with 342 additions and 0 deletions

20
pages.ko/common/dune.md Normal file
View File

@@ -0,0 +1,20 @@
# dune
> OCaml 프로그램용 빌드 시스템.
> 더 많은 정보: <https://dune.build>.
- 모든 타겟 빌드:
`dune build`
- 작업 공간을 정리:
`dune clean`
- 모든 테스트 실행:
`dune runtest`
- 수동으로 로드할 필요가 없도록, 자동으로 로드된 컴파일된 모듈로 utop REPL을 시작:
`dune utop`