Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kevgathuku/hello-caml

Ocaml Getting started
https://github.com/kevgathuku/hello-caml

Last synced: about 1 month ago
JSON representation

Ocaml Getting started

Awesome Lists containing this project

README

        

Starter project with OCaml + Reason

Create a local opam switch
```sh
make create-switch
```

Install the development dependencies
```sh
make dev-deps
```

To build the project:
```sh
dune build
```

And to run it:
```sh
dune exec ./bin/main.exe
```

Nice to have packages for development:
- ocamlformat
- ocaml-lsp-server
- utop
- reason (To enable formatting reason files with refmt)