🐪 Hello, and welcome to Camls!
This project is where I store the projects I build while learning to Ocaml.
- Build Environments: Can build programs manually, with makefiles, or with dune
- CLI Tools: Simple programs that use cmdliner for CLI input
- JSON: Uses the yojson module to read and write JSON.
- DBs with sqlite: Reads and writes from sqlite. Even stores json in it.
- Functors: Examples of functors.