40 Forks
82 Stars
82 Watchers

OCaml

Algorithms Implemented in OCaml

How to download and setup OCaml

Open terminal and run command
git clone https://github.com/TheAlgorithms/OCaml.git
git clone is used to create a copy or clone of OCaml repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with OCaml https://github.com/TheAlgorithms/OCaml/archive/master.zip

Or simply clone OCaml with SSH
[email protected]:TheAlgorithms/OCaml.git

If you have some problems with OCaml

You may open issue on OCaml support forum (system) here: https://github.com/TheAlgorithms/OCaml/issues