Skip to content

kevgathuku/hello-caml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Starter project with OCaml + Reason

Create a local opam switch

make create-switch

Install the development dependencies

make dev-deps

To build the project:

dune build

And to run it:

dune exec ./bin/main.exe

Nice to have packages for development:

  • ocamlformat
  • ocaml-lsp-server
  • utop
  • reason (To enable formatting reason files with refmt)

About

Ocaml Getting started template

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published