Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

duneproj-template

Template for OCaml project using Dune build system. Appropriate for small ~ middle size project. It contains simple integer calculator example.

Usage

  • Clone and remove following directories & files.

    • .git/
    • benchmarks/
    • LICENSE
    • README.md
  • Modify other files as you want.

Build & Run

Run below commands at the root directory of the project.

dune build
dune exec -- src/main.exe -help
dune exec -- src/main.exe -input benchmarks/hello.txt -hello -debug

About

Template for OCaml project using Dune build system.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages