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

https://github.com/v4lli/learning_ocaml

Learning OCaml :camel:
https://github.com/v4lli/learning_ocaml

Last synced: over 1 year ago
JSON representation

Learning OCaml :camel:

Awesome Lists containing this project

README

          

Learning OCaml, inspired by @haesbaert's [olearn](https://github.com/haesbaert/olearn).

:camel:

* `cut.ml` aims to re-implement the basic functionality of the POSIX
`cut(1)` command. Requires Cmdliner from opam and GNU make. Could
use some cleanup, testing and exception handling.