Skip to content

Template for OCaml project using Dune build system.

License

Notifications You must be signed in to change notification settings

cushionbadak/duneproj-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages