dakotamurphyucf / project-swole

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Contributing

Setup your development environment

You need Opam, you can install it by following Opam's documentation.

With Opam installed, you can install the dependencies in a new local switch with:

make switch

Or globally, with:

make deps

Then, build the project with:

make 

Running Tests

You can run the test compiled with:

make test

This will run the OCaml tests

Format code

To format the code, you can run:

make fmt

This will format the OCaml source code with ocamlformat .

About


Languages

Language:OCaml 60.1%Language:Rust 36.8%Language:Makefile 2.5%Language:Standard ML 0.7%