caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: "Török Edwin" <edwin+ml-ocaml@etorok.net>
To: caml-list@inria.fr
Subject: Re: [Caml-list] Beta release of ppx_string_interpolate, and help needed with ocamlfind/opam
Date: Tue, 28 Oct 2014 10:18:00 +0200	[thread overview]
Message-ID: <544F5138.5070901@etorok.net> (raw)
In-Reply-To: <CAJwN6-1zAKr9Bzrxsx8MA-Nb-3JxHFt=5o+E5ReZLGFKezRWvw@mail.gmail.com>

On 10/28/2014 01:36 AM, Jan Rehders wrote:
> Btw: anyone tried to use this with opam? I still couldn't get
> ocamlfind to find the package after installation (see first mail).

Using opam 1.2.0 this worked:
$ opam pin add ppx_string_interpolate https://github.com/sheijk/ppx_string_interpolate
$ ocamlfind list|grep ppx_string
ppx_string_interpolate (version: 0.1)
$ which ocamlfind
/home/edwin/.opam/4.02.1/bin/ocamlfind

You don't have a 'make uninstall' target though so removing failed:
$ opam pin remove ppx_string_interpolate:
### stderr ###
# make: *** No rule to make target 'uninstall'.  Stop.

If it doesn't work for you make sure the 'ocamlfind list' you run is opam's ocamlfind and not the system's
(run eval `opam config env` to be sure).

Best regards,
--Edwin


  reply	other threads:[~2014-10-28  8:18 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-10-26 18:20 Jan Rehders
2014-10-27 16:01 ` Alain Frisch
2014-10-27 23:36   ` Jan Rehders
2014-10-28  8:18     ` Török Edwin [this message]
2014-10-28  9:13     ` Francois Berenger
2014-10-31 12:49       ` Jan Rehders

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=544F5138.5070901@etorok.net \
    --to=edwin+ml-ocaml@etorok.net \
    --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).