Setup your OCaml development environment in a matter of minutes.
Use Vagrant to set up a virtual machine with everything you need to develop using the OCaml language. All you have to do is copy-paste a few commands detailed below and you'll be ready to go.
- git clone https://github.com/dtoma/trusty64-ocaml-box.git
- cd trusty64-ocaml-box
- vagrant up (create the virtual machine from the Vagrantfile)
- vagrant ssh (connect to the virtual machine)
- sh /vagrant/install.sh (install additional packages, setup .emacs)
Ubuntu 14.04.1 LTS (Trusty Tahr) - 64 bits.
- Emacs 24
- Tuareg (an Emacs OCaml mode)
- Merlin (Context sensitive completion for OCaml in Vim and Emacs)
Great tutorial from Jane Street
This is a good read even if you use this box to setup your development environment, in order to understand how OCaml is installed.
Have fun!