Skip to content

diohabara/ocaml_template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ocaml_template

template repository for ocaml

after importing

  • rename ocaml_template in files
  • rename lib/ocaml_template.ml and test/ocaml_template.ml
  • remove ocaml_template.opam
  • build

how to set up

opam switch create .
eval $(opam env)
opam install . --deps-only
eval $(opam env)

how to run

dune exec ocaml_template

how to build

dune build

watch mode

dune build -w

how to test

dune test

watch mode

dune test -w

how to format

dune fmt --auto-promote

how to build documentation

dune build @doc

open it

open _build/default/_doc/_html/index.html

About

template repository for ocaml

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages