Using anonymous CVS to retrieve JoCaml sources

We use the same repository as Objective Caml, whose address is:

    :pserver:anoncvs@camlcvs.inria.fr:/caml

Use the empty password for user anoncvs. Checkout module jocaml with branch tag jocamltrunk:

    cvs -d :pserver:anoncvs@camlcvs.inria.fr:/caml co -r jocamltrunk jocaml

This will normally build a copy of JoCaml source tree in a directory called… ocaml.

For more information, see this overview from the OCaml site.