From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Original-To: caml-list@sympa.inria.fr Delivered-To: caml-list@sympa.inria.fr Received: from mail2-relais-roc.national.inria.fr (mail2-relais-roc.national.inria.fr [192.134.164.83]) by sympa.inria.fr (Postfix) with ESMTPS id A5AE47FC86 for ; Wed, 18 Mar 2015 22:03:07 +0100 (CET) Received-SPF: None (mail2-smtp-roc.national.inria.fr: no sender authenticity information available from domain of daniel.buenzli@erratique.ch) identity=pra; client-ip=74.55.86.74; receiver=mail2-smtp-roc.national.inria.fr; envelope-from="daniel.buenzli@erratique.ch"; x-sender="daniel.buenzli@erratique.ch"; x-conformance=sidf_compatible Received-SPF: None (mail2-smtp-roc.national.inria.fr: no sender authenticity information available from domain of daniel.buenzli@erratique.ch) identity=mailfrom; client-ip=74.55.86.74; receiver=mail2-smtp-roc.national.inria.fr; envelope-from="daniel.buenzli@erratique.ch"; x-sender="daniel.buenzli@erratique.ch"; x-conformance=sidf_compatible Received-SPF: None (mail2-smtp-roc.national.inria.fr: no sender authenticity information available from domain of postmaster@smtp.webfaction.com) identity=helo; client-ip=74.55.86.74; receiver=mail2-smtp-roc.national.inria.fr; envelope-from="daniel.buenzli@erratique.ch"; x-sender="postmaster@smtp.webfaction.com"; x-conformance=sidf_compatible X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A0CMAABx5wlVm0pWN0pchz/JBwKCIAEBAQEBAREBAQEBAQYLCwkULoQQAQUjVhALGgImAgJHEAYbiCcEsXKbTgEBCAEBAQEegSGId3+EPjMHgmgvgRYFm06FWA+GMYZzhBGDMQEBAQ X-IPAS-Result: A0CMAABx5wlVm0pWN0pchz/JBwKCIAEBAQEBAREBAQEBAQYLCwkULoQQAQUjVhALGgImAgJHEAYbiCcEsXKbTgEBCAEBAQEegSGId3+EPjMHgmgvgRYFm06FWA+GMYZzhBGDMQEBAQ X-IronPort-AV: E=Sophos;i="5.11,423,1422918000"; d="scan'208";a="126636790" Received: from mail6.webfaction.com (HELO smtp.webfaction.com) ([74.55.86.74]) by mail2-smtp-roc.national.inria.fr with ESMTP; 18 Mar 2015 22:03:06 +0100 Received: from [172.20.10.2] (27.233.197.178.dynamic.wless.lssmb00p-cgnat.res.cust.swisscom.ch [178.197.233.27]) by smtp.webfaction.com (Postfix) with ESMTP id 234CB20EF43F; Wed, 18 Mar 2015 21:03:04 +0000 (UTC) Date: Wed, 18 Mar 2015 22:03:02 +0100 From: =?utf-8?Q?Daniel_B=C3=BCnzli?= To: Kenneth Adam Miller Cc: caml users Message-ID: <66E1EC5E7A834AFFB5BFF58F502396B4@erratique.ch> In-Reply-To: References: X-Mailer: sparrow 1.6.4 (build 1178) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: Re: [Caml-list] Use opam to pull source and pin locally Le mercredi, 18 mars 2015 =C3=A0 21:57, Kenneth Adam Miller a =C3=A9crit : > I need to edit a package that is in the opam repositories already. I want= the edit to correspond to a minor version update. I would rather not have = to clone the source manually because typically tools just tend to operate b= etter when you use the intended functionality that's built in. >=20=20 > Is there a way to tell opam to download the source from a default repo to= a specific directory, and then pin the package to that directory? I know y= ou can do opam pin add pkg_name ./ opam source =E2=80=94help maybe ?=20=20 Best, Daniel=20=20=20