Caml tail 

Coded in Ocaml, stripped-down Ocaml-like language. Compiles to C. 

------------------------------
Installation under Ubuntu 15.10

Download this Ubuntu’s latest image--15.10:
http://www.ubuntu.com/download/desktop/thank-you?country=US&version=15.10&architecture=amd64

...and set up a virtual machine (1 processor, 4096MB RAM, 75GB Hard Drive) with it.

run:
sudo apt-get install ocaml
sudo apt-get install -y m4 llvm opam
opam init
opam install llvm.3.6 ocamlfind
eval `opam config env`

make clean;make
./run-all.sh

