Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
A simple helper I use to generate OCaml projects. I constantly find myself struggling to remember dune
commands for various tasks and how to setup opam files. This project is intended to solve that and make setup quicker.
This tool generates:
/usr/local/bin
Makefile command | Description |
---|---|
| Builds the project with dune, copies exe to |
| Installs the dune projects |
| Runs unit tests |
| Cleans the project with dune |
| Generates the documentation for the project |
| Publishes the opam package |
Creating a new executable
> mkocaml -e new
> make
> new
Hello, World!