caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: "François Pottier" <francois.pottier@inria.fr>
To: "Richard W.M. Jones" <rich@annexia.org>, caml users <caml-list@inria.fr>
Subject: Re: [Caml-list] (dune/opam) Proper way of vendoring a library inside an application?
Date: Sat, 29 Feb 2020 12:20:48 +0100	[thread overview]
Message-ID: <7277977a-213a-1c3d-ec70-214e2d248350@inria.fr> (raw)
In-Reply-To: <20200229084124.GC11122@rich.annexia.org>


Hi,

On 29/02/2020 09:41, Richard W.M. Jones wrote:
> As is this is already in opam, what are you trying to achieve here?

I want to maintain the property that Menhir depends on no external
libraries, as this makes it easier for some people (who do not use
opam) to install.

Also, this allows me to know exactly which version of fix I am
using, so two versions of Menhir that have the same version
number are guaranteed to work in the same way; that wouldn't
necessarily be true otherwise.

I don't see how it could cause any packaging problem; it should
be transparent. The copy of Fix embedded inside Menhir is used
when Menhir is installed and is immediately thrown away.

-- 
François Pottier
francois.pottier@inria.fr
http://cambium.inria.fr/~fpottier/

  reply	other threads:[~2020-02-29 11:20 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-31  8:48 François Pottier
2020-01-31 13:08 ` François Bobot
2020-01-31 14:53   ` François Pottier
2020-02-03 10:26 ` Jeremie Dimino
2020-02-03 14:16   ` Jeremie Dimino
2020-02-03 14:53     ` François Pottier
2020-02-03 23:13       ` Jeremie Dimino
2020-02-04  9:10         ` François Pottier
2020-02-06 22:33           ` Jeremie Dimino
2020-02-10  9:37             ` [Caml-list] dune for OCaml < 4.07? François Pottier
2020-02-10 10:18               ` David Allsopp
2020-02-10 10:33                 ` François Pottier
2020-02-10 11:27                   ` David Allsopp
2020-02-29  8:41 ` [Caml-list] (dune/opam) Proper way of vendoring a library inside an application? Richard W.M. Jones
2020-02-29 11:20   ` François Pottier [this message]
2020-03-02  9:33     ` François Bobot

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=7277977a-213a-1c3d-ec70-214e2d248350@inria.fr \
    --to=francois.pottier@inria.fr \
    --cc=caml-list@inria.fr \
    --cc=rich@annexia.org \
    /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).