Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kevgathuku/hello-caml
- Owner: kevgathuku
- Created: 2021-09-16T16:34:58.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-24T20:45:12.000Z (about 1 year ago)
- Last Synced: 2024-04-16T04:06:58.016Z (8 months ago)
- Language: Makefile
- Size: 16.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)