Hello,
installing packages in R also is quite easy. In a running R you just type "install.packages("RMySQL")" get a window to select a server and things then happen automagically: source download, compilation, installation. either in a systemwide manner or if permissions of your session do not allow it, somewhere beyond your local $HOME. It's even easier than with Perl / CPAN. (And using not the official CRAN packages is easy: just change the setting of the used repository and you could install the newest/freshest stuff easily too.) Or when installing at the OS level not officially supported packages on Arch linux (for official ones you could just use the installer pacman), then makepgg will help you. For installation as well as creating packages by your own. On Sun, Dec 11, 2011 at 12:02:57PM +0100, Gerd Stolpmann wrote: > Am Sonntag, den 11.12.2011, 00:28 +0100 schrieb Jesper Louis Andersen: > > On Sat, Dec 10, 2011 at 15:45, Xavier Leroy <xavier.le...@inria.fr> wrote: > > > > > 2- As pointed out already in this discussion, it's not on the Caml > > > compiler > > > that community efforts are most needed. For example, the most impactful > > > action that his community could take, in my opinion, is to adopt and > > > embrace > > > a common packaging system like Cabal for Haskell. > > > > This one piqued my interest somewhat. I should refrain from > > commenting, but I can't help myself. > > It's interesting to hear these comments. In short, in ocaml we have > these options: > > - Full featured package management: we have this (GODI), but the > community is not too large (package maintainers are always > welcome!) As every full-featured system, GODI has complicated > parts, and you need to invest 1-2 days before you fully > understand it and can build packages. [...] And why to use GODI and create OCaml/GODI packages and not a *.deb or *.rpm or PKGBUILD/tgz? Or does GODI also allows creation of such OS-related packages? Ciao, Oliver -- Caml-list mailing list. Subscription management and archives: https://sympa-roc.inria.fr/wws/info/caml-list Beginner's list: http://groups.yahoo.com/group/ocaml_beginners Bug reports: http://caml.inria.fr/bin/caml-bugs