Mailing list for all users of the OCaml language and system.
 help / color / mirror / Atom feed
From: Gerd Stolpmann <info@gerd-stolpmann.de>
To: oliver <oliver@first.in-berlin.de>
Cc: Jesper Louis Andersen <jesper.louis.andersen@gmail.com>,
	Xavier Leroy <Xavier.Leroy@inria.fr>,
	caml-list@inria.fr
Subject: Re: [Caml-list] OCaml maintenance status / community fork (again)
Date: Wed, 14 Dec 2011 13:13:15 +0100	[thread overview]
Message-ID: <1323864795.7750.11.camel@samsung> (raw)
In-Reply-To: <20111213193656.GB5387@siouxsie>

Am Dienstag, den 13.12.2011, 20:36 +0100 schrieb oliver:
> Hello,
> 
> 
> installing packages in R also is quite easy.

Well, package management for scripting languages is way easier. You can
especially do some of the management at load time. If, for example, a
symbol is missing because a predecessor is too old, there is generally
the possibility to work around by providing an alternate definition, and
to resolve this within the scripting environment.

A statically typed compiler language like Ocaml is more difficult,
because you can do these kinds of fixups only at build time. Part of
this is that you need to recompile all successors of a package if you
upgrade the package.

> 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.Leroy@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?

The question includes the answer. Do you really want to support five
different package types?

> Or does GODI also allows creation of such OS-related packages?

Not yet, but this is certainly not impossible with a to-be-written
package converter.

So far, there has been nobody who investigated this in detail.
(Actually, I'm a bit surprised that none of the OS packagers had the
idea yet - this could save a lot of time for them.)


Gerd

> 
> 
> Ciao,
>    Oliver
> 



  reply	other threads:[~2011-12-14 12:13 UTC|newest]

Thread overview: 78+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-12-08  9:10 Benedikt Meurer
2011-12-08  9:54 ` Alain Frisch
2011-12-08 10:28   ` Benedikt Meurer
2011-12-08 10:46     ` Alain Frisch
2011-12-08 11:08       ` Benedikt Meurer
2011-12-08 16:42       ` Fabrice Le Fessant
2011-12-08 10:47     ` ivan chollet
2011-12-08 14:07       ` oliver
2011-12-08 11:11     ` Pierre-Alexandre Voye
2011-12-08 18:18       ` Török Edwin
2011-12-09 21:42         ` oliver
2011-12-08 10:16 ` Gabriel Scherer
2011-12-08 11:07 ` Stéphane Glondu
2011-12-09  2:11 ` Jacques Garrigue
2011-12-09 10:37   ` Jérémie Dimino
2011-12-09 11:03     ` Gabriel Scherer
2011-12-09 11:17       ` Stefano Zacchiroli
2011-12-09 11:50         ` Jonathan Protzenko
2011-12-09 12:36           ` Alain Frisch
2011-12-09 23:22         ` Goswin von Brederlow
2011-12-09 22:33       ` oliver
2011-12-09 14:24     ` Benedikt Meurer
2011-12-09 17:00       ` Mehdi Dogguy
2011-12-09 17:36         ` Benedikt Meurer
2011-12-09 17:45           ` Mehdi Dogguy
2011-12-09 23:24             ` Goswin von Brederlow
2011-12-10  9:31               ` Benedikt Meurer
2011-12-10 14:45 ` Xavier Leroy
2011-12-10 15:58   ` Benedikt Meurer
2011-12-12 10:21     ` Xavier Leroy
2011-12-12 10:59       ` Benedikt Meurer
2011-12-12 12:20         ` Mehdi Dogguy
2011-12-12 15:17           ` Goswin von Brederlow
2011-12-19  4:09           ` Romain Beauxis
2011-12-19 17:35             ` Alain Frisch
2011-12-12 12:57         ` Gerd Stolpmann
2011-12-10 17:06   ` Török Edwin
2011-12-10 18:28   ` Jérémie Dimino
2011-12-10 18:34     ` Wojciech Meyer
2011-12-10 19:10       ` Wojciech Meyer
2011-12-10 20:55         ` Jérémie Dimino
2011-12-10 21:40           ` [Caml-list] Camlp4/p5 type reflection [was: OCaml maintenance status / community fork (again)] Wojciech Meyer
2011-12-10 23:34             ` Gabriel Scherer
2011-12-11  0:47               ` [Caml-list] Camlp4/p5 type reflection [ Wojciech Meyer
2011-12-11 11:19                 ` Gabriel Scherer
2011-12-11 18:14                   ` Jérémie Dimino
2011-12-11  9:04               ` [Caml-list] Camlp4/p5 type reflection [was: OCaml maintenance status / community fork (again)] Stéphane Glondu
2011-12-11  9:36                 ` Török Edwin
2011-12-11 10:29                 ` Gabriel Scherer
2011-12-11 11:23                   ` Gerd Stolpmann
2011-12-11 11:38                     ` Gabriel Scherer
2011-12-11 10:20               ` Fabrice Le Fessant
2011-12-11 10:47                 ` Gabriel Scherer
2011-12-11 13:27               ` Alain Frisch
2011-12-11 13:35                 ` Gabriel Scherer
2011-12-11 13:42                   ` Alain Frisch
2011-12-11 13:36                 ` Arnaud Spiwack
2011-12-11 13:46                 ` Stéphane Glondu
2011-12-10 23:28   ` [Caml-list] OCaml maintenance status / community fork (again) Jesper Louis Andersen
2011-12-11 11:02     ` Gerd Stolpmann
2011-12-13 19:36       ` oliver
2011-12-14 12:13         ` Gerd Stolpmann [this message]
2011-12-16 10:03           ` Stéphane Glondu
2011-12-11 13:33   ` Goswin von Brederlow
2011-12-11 13:59     ` [Caml-list] Community distribution [was: OCaml maintenance status / community fork (again)] Benedikt Meurer
2011-12-12 17:48   ` [Caml-list] OCaml maintenance status / community fork (again) Stéphane Glondu
2011-12-13 20:39     ` [Caml-list] New experimental ARM backend [was: OCaml maintenance status / community fork (again)] Benedikt Meurer
2011-12-14  9:18       ` Mark Shinwell
2011-12-14 21:51         ` Benedikt Meurer
2011-12-18 11:57       ` [Caml-list] " Benedikt Meurer
2011-12-18 13:08         ` Benedikt Meurer
2011-12-18 14:50           ` Alexandre Pilkiewicz
2011-12-18 16:42             ` Benedikt Meurer
2011-12-18 17:23           ` Stéphane Glondu
2011-12-21 10:11             ` [Caml-list] " Benedikt Meurer
2011-12-18 13:16         ` [Caml-list] " Benedikt Meurer
2011-12-17 18:36   ` [Caml-list] OCaml maintenance status / community fork (again) Stéphane Glondu
2011-12-18  4:25     ` Till Varoquaux

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1323864795.7750.11.camel@samsung \
    --to=info@gerd-stolpmann.de \
    --cc=Xavier.Leroy@inria.fr \
    --cc=caml-list@inria.fr \
    --cc=jesper.louis.andersen@gmail.com \
    --cc=oliver@first.in-berlin.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox