https://github.com/kevgathuku/hello-caml
Ocaml Getting started template
https://github.com/kevgathuku/hello-caml
Last synced: 7 days ago
JSON representation
Ocaml Getting started template
- Host: GitHub
- URL: https://github.com/kevgathuku/hello-caml
- Owner: kevgathuku
- Created: 2021-09-16T16:34:58.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-05-17T16:17:08.000Z (about 1 year ago)
- Last Synced: 2025-01-08T17:26:13.000Z (6 months ago)
- Language: Makefile
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)