Skip to content

Latest commit

 

History

History

ocaml

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Installation Instructions

1. Clone a copy of the repository

2. Install the OCaml compiler

On Linux, this is probably something roughly like

$ sudo apt-get install ocaml

3. ???

4. Profit

Compile the program by running 'make'. Or, for better performance, run 'make fast'.

Curious how things work? Try the '--help' switch.