logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

Dune Build System - Build OCaml Projects | Online Free DevTools by Hexmos

Build OCaml projects with Dune build system. Efficiently manage dependencies and automate compilation. Free online tool, no registration required.

dune

A build system for OCaml programs. More information: https://dune.build.

  • Build all targets:

dune build

  • Clean up the workspace:

dune clean

  • Run all tests:

dune runtest

  • Start the utop REPL with compiled modules automatically loaded into it, to remove the need to load them by hand:

dune utop

See Also