caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: "Sébastien Dailly" <sebastien-ocaml@chimrod.com>
To: <caml-list@inria.fr>
Subject: Re: [Caml-list] Re: ~/.opam design
Date: Thu, 30 May 2013 09:18:07 +0200	[thread overview]
Message-ID: <3da55d6fccc845346c96c7af502cc706@chimrod.com> (raw)
In-Reply-To: <CAE1DttB8v4hp1jjf7hhQhaeaH9orong36L2LoRScf_QwGJGiXA@mail.gmail.com>

Le 2013-05-29 23:29, Florent Monnier a écrit :
> 2013/05/29, Mr. Herr wrote:
> [...]
>> There are certainly advantages in the ~/.opam design decision, but I 
>> have
>> yet to find out how to roll out my ~/.opam libraries for production.
>
> I do like this design. It's very logic.
> Install in the user's home is just the default behaviour.
> Moreover if you want to install in the system you should login as
> root, then just change the defaults for the root user to install in
> the system.
>

Maybe is the subject now closed, and I'm answering too late, but I'll 
greatly appreciate if opam could follow the XDG Directory design[1] :

$XDG_CONFIG_HOME/opam (default ~/.config/opam) for the configuration
$XDG_DATA_HOME/opam (default ~/.local/opam) for the package and all 
datas

This allow to stop the polution in the users ~ , and give the user a 
way to define it's own path.

[1] 
http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html

-- 
Sébastien Dailly

  reply	other threads:[~2013-05-30  7:18 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-05-29 21:29 Florent Monnier
2013-05-30  7:18 ` Sébastien Dailly [this message]
2013-05-30  7:38   ` Thomas Gazagnaire
2013-05-30  8:14     ` Sébastien Dailly

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=3da55d6fccc845346c96c7af502cc706@chimrod.com \
    --to=sebastien-ocaml@chimrod.com \
    --cc=caml-list@inria.fr \
    /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).