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

https://github.com/ffelten/ocaml-snippets

OCaml example codes used for teaching
https://github.com/ffelten/ocaml-snippets

Last synced: 6 months ago
JSON representation

OCaml example codes used for teaching

Awesome Lists containing this project

README

          

# ocaml-snippets
OCaml example codes used for teaching PF3 @ Uni.lu.

## Structure
Examples are divided by lectures, having one dune project by lecture. The example code is located in `bin/` folder.

## Running
Enter any folder and run
1. `$ dune build`
2. `$ dune exec YOUR_FILE`