caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Keyan <ml@pulsschlag.net>
To: Gabriel Scherer <gabriel.scherer@gmail.com>
Cc: Anil Madhavapeddy <anil@recoil.org>,
	Gerd Stolpmann <info@gerd-stolpmann.de>,
	caml-list@inria.fr, godi-list@ocaml-programming.de
Subject: Re: [Caml-list] GODI is shutting down
Date: Tue, 23 Jul 2013 10:46:41 +0200	[thread overview]
Message-ID: <71283BB9-C314-490E-B9ED-B3638DB6914D@pulsschlag.net> (raw)
In-Reply-To: <CAPFanBGBPe46ORacGf1Wh1SHFs=rnv34D-kwjb99nLQ4JnuD1w@mail.gmail.com>

Just to through in my 2 cents. I didn't understand what GODI did, when I first tried it. Therefore, I sticked with my OS package manage for a long time (home-brew on Mac OS X). The reason I now use OPAM, it worked straight out of the box, and I know exactly what is happening. The biggest benefit: there is a clean and easy way to uninstall everything (rm -rf ~/.opam), which is the killer argument for me.

This is not intended to heat up the discussion, but to explain, from a regular user perspective, why I chose opam over godi.

Cheers,
Keyan


On 23 Jul 2013, at 08:49, Gabriel Scherer <gabriel.scherer@gmail.com> wrote:

> On Tue, Jul 23, 2013 at 12:32 AM, Anil Madhavapeddy <anil@recoil.org> wrote:
>> Instead of doing such a heroic solo job (which I'm not being funny about --
>> it really is a lot of work), why not spend the time to open up GODI as well?
>> 
>> Most of the OPAM package descriptions come from *other people*. We just review
>> them, give feedback if necessary, click the merge button and fix errors that
>> creep through.  And even that takes up a surprising amount of time...
> 
> To be fair, I never felt GODI to be a closed system. There are in fact
> a reasonable number that were packaged by someone else than Gerd (see
> http://godi.camlcity.org/godi/packages.html , the "released by" field
> on packages; several were packaged by Virgile Prevosto, for example).
> It's more that the packaging for GODI is a bit more difficult, and
> probably just as importantly as there never was a strong community
> dynamics to contribute to GODI packaging. It is now the norm that
> everyone should write a META file for ocamlfind, and it is becoming
> the norm to package for OPAM, but GODI probably came too early at a
> time where developers expected distributions to do the packaging work
> (which Debian and Fedora still do superbly), and there never was much
> of a community dynamics for GODI packaging.
> 
> And implementation-wise, I have had the pleasure of interacting with
> Gerd a couple of time to discuss possible changes to ocamlfind, and I
> did not get the impression that the project was "closed"; I'm quite
> sure anyone could contribute (or have contributed) to GODI with a
> well-justified, good-looking patch.
> 
> On Tue, Jul 23, 2013 at 12:32 AM, Anil Madhavapeddy <anil@recoil.org> wrote:
>> On 22 Jul 2013, at 22:21, "Gerd Stolpmann" <info@gerd-stolpmann.de> wrote:
>> 
>>> There is also another point that was driving me mad in the past weeks,
>>> namely missing respect from the OPAM guys. Given the fact that OPAM is
>>> only a thin layer around ocamlfind (and guess who wrote it), and given the
>>> fact that GODI was pioneering in many fields, I was expecting nicer
>>> wordings, and less dumb campaigning ("we have 400 packages, and you only
>>> 170"). OPAM is only harvesting what I seeded many years ago.
>> 
>> So when you describe the virtues of GODI, you call it 'advocating', and when
>> Fabrice describes the virtues of OPAM, it's 'dumb campaigning'. This is
>> splendidly reminiscent of US politics!
>> 
>> I don't find any of this source-based package management particularly novel.
>> I've worked in the OpenBSD ports tree since the late 90s, and it's way ahead
>> of either OPAM or GODI. I think where OPAM contributes most over any other
>> source manager are the three points on the front page that I iterated earlier
>> in this thread:
>> 
>> - multiple simultaneous compiler installations.
>> - flexible package constraints.
>> - a Git-friendly development workflow.
>> 
>> The first is very useful, but PATH munging is certainly not novel. The Git
>> workflow is heavily inspired by Homebrew.
>> 
>> The constraint solver has seen a tremendous amount of work though:
>> there's one version built into OPAM (tweaked relentlessly by Thomas with
>> heuristics), and the external CUDF solvers from the Mancoosi project which
>> are magically accurate (but not yet integrated by default until they are
>> packaged on different repositories).
>> 
>> Anyway, I'm not a GODI user, but I think you're doing a disservice to your
>> loyal GODI users if you shut it down in a huff. There are features (notably
>> Windows support) where it'll take OPAM some time to catch up.  I think that
>> the real reason that you're shutting it is nothing to do with "respect", but
>> is good old-fashioned burnt-out:
>> 
>>> Although there are still a lot of GODI users, it is unavoidable to shut GODI down due to lack of supporters, especially package developers. I was more or less alone in the past months, and my time contingent will not allow it to do the upgrade to OCaml 4.01 alone (when it is released).
>> 
>> Instead of doing such a heroic solo job (which I'm not being funny about --
>> it really is a lot of work), why not spend the time to open up GODI as well?
>> 
>> Most of the OPAM package descriptions come from *other people*. We just review
>> them, give feedback if necessary, click the merge button and fix errors that
>> creep through.  And even that takes up a surprising amount of time...
>> 
>> -anil
>> --
>> Caml-list mailing list.  Subscription management and archives:
>> https://sympa.inria.fr/sympa/arc/caml-list
>> Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
>> Bug reports: http://caml.inria.fr/bin/caml-bugs
> 
> -- 
> Caml-list mailing list.  Subscription management and archives:
> https://sympa.inria.fr/sympa/arc/caml-list
> Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
> Bug reports: http://caml.inria.fr/bin/caml-bugs


  reply	other threads:[~2013-07-23  8:47 UTC|newest]

Thread overview: 93+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-22 21:21 Gerd Stolpmann
2013-07-22 22:32 ` Anil Madhavapeddy
2013-07-23  6:49   ` Gabriel Scherer
2013-07-23  8:46     ` Keyan [this message]
2013-07-23  8:57       ` AW: " Gerd Stolpmann
2013-07-23  9:45         ` Paolo Donadeo
2013-07-23 13:31         ` Marek Kubica
2013-07-24  9:09           ` Mihamina Rakotomandimby
2013-07-23  9:34   ` AW: " Gerd Stolpmann
2013-07-23 10:00     ` Jesper Louis Andersen
2013-07-22 23:44 ` oliver
2013-07-23  0:03   ` Nicolas Braud-Santoni
2013-07-23  1:51 ` Francois Berenger
2013-07-24  9:27   ` [Caml-list] " Andreas Hauptmann
2013-07-23  9:07 ` [Caml-list] " Adrien Nader
2013-07-23 10:01   ` AW: " Gerd Stolpmann
2013-07-23 10:22   ` oliver
2013-07-24  1:55   ` Francois Berenger
2013-07-24  7:03     ` Fabrice Le Fessant
2013-07-24  8:42       ` Jun Furuse
2013-07-24 10:30         ` Daniel Bünzli
2013-07-25 14:46           ` [Caml-list] " Sylvain Le Gall
2013-07-24 12:36       ` AW: [Caml-list] " Gerd Stolpmann
2013-07-24 14:44         ` Thomas Gazagnaire
2013-07-24 15:58           ` Markus Mottl
2013-07-24 16:25             ` Thomas Gazagnaire
2013-07-24 16:36               ` Gabriel Scherer
2013-07-24 16:41                 ` Anil Madhavapeddy
2013-07-25 15:21                   ` [Caml-list] " Sylvain Le Gall
2013-07-24 16:39               ` AW: [Caml-list] " Markus Mottl
2013-07-24 16:58                 ` Thomas Gazagnaire
2013-07-24 17:06                   ` Thomas Gazagnaire
2013-07-24 17:33                   ` Török Edwin
2013-07-24 18:49                     ` Markus Mottl
2013-07-25 15:16               ` [Caml-list] Re: AW: " Sylvain Le Gall
2013-07-25 15:29                 ` Leo White
2013-07-25 15:33                   ` Sylvain Le Gall
2013-07-24 16:39             ` [Caml-list] " Anil Madhavapeddy
2013-07-24 17:05               ` Gabriel Scherer
2013-07-24 17:56                 ` Daniel Bünzli
2013-07-24 18:23                   ` Markus Mottl
2013-07-24 20:43                     ` Daniel Bünzli
2013-07-25  5:32                       ` Adrien Nader
2013-07-25  9:52                         ` Daniel Bünzli
2013-07-25 21:01                           ` Adrien Nader
2013-07-25  1:32                 ` Francois Berenger
2013-07-25 15:10                   ` [Caml-list] " Sylvain Le Gall
2013-07-25 15:23                     ` Christopher Zimmermann
2013-07-25 20:03                       ` Adrien Nader
2013-07-26  1:14                         ` ocamlbuild (was Re: [Caml-list] Re: GODI is shutting down) Francois Berenger
2013-07-26  2:43                           ` Peter Groves
2013-07-26  5:02                           ` Gabriel Scherer
2013-07-26  5:26                             ` [Caml-list] Re: ocamlbuild Francois Berenger
2013-07-26  7:25                               ` Wojciech Meyer
2013-07-26  8:07                                 ` Francois Berenger
2013-07-26  9:24                                   ` r.3
2013-07-26 10:48                                 ` Daniel Bünzli
2013-07-26 11:13                                   ` Wojciech Meyer
2013-07-26 17:29                                     ` Ashish Agarwal
2013-07-26  5:29                             ` ocamlbuild (was Re: [Caml-list] Re: GODI is shutting down) Jeff Meister
2013-07-26  6:14                               ` Gabriel Scherer
2013-07-26 13:48                                 ` Dario Teixeira
2013-07-25 20:18                 ` [Caml-list] GODI is shutting down Wojciech Meyer
2013-07-24 18:04               ` Markus Mottl
2013-07-24 16:18           ` AW: " Matej Kosik
2013-07-24 16:17             ` David Sheets
2013-07-24 16:56               ` Matej Kosik
2013-07-24 17:03                 ` Thomas Gazagnaire
2013-07-25 15:01                   ` [Caml-list] Re: AW: " Sylvain Le Gall
2013-07-24 22:05           ` AW: [Caml-list] " Siraaj Khandkar
2013-07-24 22:06           ` Virgile Prevosto
2013-07-24 22:47             ` Amir Chaudhry
2013-07-24 23:03             ` Anil Madhavapeddy
2013-07-25  5:22               ` Adrien Nader
2013-07-23  9:28 ` [Caml-list] Re: [Godi-list] " Thomas Gazagnaire
2013-07-23 15:32   ` Pierre-Etienne Meunier
2013-07-23 15:37     ` David Sheets
2013-07-23 15:44     ` Daniel Bünzli
2013-07-23 16:19       ` Pierre-Etienne Meunier
2013-07-23 16:26         ` Ashish Agarwal
2013-07-23 16:32         ` Daniel Bünzli
2013-07-23 16:55       ` Virgile Prevosto
2013-07-28 22:29       ` Wojciech Meyer
2013-07-23 19:38     ` Yaron Minsky
2013-07-23 19:49       ` Pierre-Etienne Meunier
2013-07-23 20:02         ` Yaron Minsky
2013-07-23 22:35 ` [Caml-list] " Mike Lin
2013-07-25 16:10 ` [Caml-list] " Sylvain Le Gall
2013-07-25 17:42   ` Daniel Bünzli
2013-07-25 18:52     ` Sylvain Le Gall
2013-07-25 18:28   ` Fabrice Le Fessant
2013-07-25 19:00     ` Sylvain Le Gall
2013-07-25 19:23       ` Yotam Barnoy

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=71283BB9-C314-490E-B9ED-B3638DB6914D@pulsschlag.net \
    --to=ml@pulsschlag.net \
    --cc=anil@recoil.org \
    --cc=caml-list@inria.fr \
    --cc=gabriel.scherer@gmail.com \
    --cc=godi-list@ocaml-programming.de \
    --cc=info@gerd-stolpmann.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;
as well as URLs for NNTP newsgroup(s).