Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 691 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 691 Bytes

A robotic camel is in a dessert with a clear blue sky behind. In dark blue text is the word CAMLS

🐪 Hello, and welcome to Camls!

This project is where I store the projects I build while learning to Ocaml.

The List

  • Build Environments: Can build programs manually, with makefiles, or with dune
  • CLI Tools: Simple programs that use cmdliner for CLI input
  • CSV Tools: Uses csv module to iterate rows of a CSV and get values
  • 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.