Browse thread
[Caml-list] equi-recursive Fold isomorphism
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Xavier Leroy <xavier.leroy@i...> |
| Subject: | Re: [Caml-list] Question about distribution |
> Excuse dumb question: I have CVS version of Ocaml. > Is there a reason to also install 3.05 distribution? > (Does it contain something I can't build from CVS, for example > documentation, > camlp4, etc..?) The source distribution (ocaml-3.05.tar.gz) is identical to the ocaml/ CVS subdirectory of camlcvs.inria.fr. (Well, the CVS archive contains some additional test files, but these are not part of the normal build process.) The user manual is not available via CVS, but you can get it from the Caml Web site. In summary: synchronizing your CVS copy (with cvs update -r ocaml305) and building it is exactly equivalent to downloading and building ocaml-3.05.tar.gz. - Xavier Leroy ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners