<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Jan 20, 2016 at 9:34 PM, Tim Cuthbertson <span dir="ltr"><<a href="mailto:tim@gfxmonk.net" target="_blank">tim@gfxmonk.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I've used opam a bunch, but this is the first time I've tried creating<br>
my own package. It seems like I must be doing something dumb, but in<br>
order to test my package I'm setting up a new opam repository (opam<br>
init; opam switch create; then in that switch opam pin<br>
<path-to-git-checkout>).<br>
<br>
Opam then tries to install `gup` (my package), but doesn't get very<br>
far because it doesn't install any of my dependencies! My opam file<br>
looks like:<br>
<br>
    opam-version: "1"<br>
    name: "gup"<br>
    version: "0.5.1"<br>
    maintainer: "<a href="mailto:tim@gfxmonk.net">tim@gfxmonk.net</a>"<br>
    depends: [<br>
     "batteries"<br>
     "cryptokit"<br>
     "extunix"<br>
     "lwt" { ">=2.5.1" }<br></blockquote><div><br></div><div>Try changing this line to</div><div><br></div><div>  "lwt" { >= "2.5.1" }<br></div><div><br></div><div>Cheers,</div><div>Dave</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
     "ocamlfind" {build}<br>
    ]<br>
    build: [<br>
     ["make" "-C" "ocaml" "native"]<br>
    ]<br>
<br>
<br>
A log of the failed build is at:<br>
<a href="https://gist.github.com/timbertson/5834db27e6d0ce22a86d" rel="noreferrer" target="_blank">https://gist.github.com/timbertson/5834db27e6d0ce22a86d</a><br>
<br>
As you can see, it doesn't try to install any of my dependencies. I am<br>
using the builtin solver instead of aspcud, but I'm assuming the<br>
default solver isn't _that_ bad ;).<br>
<br>
I also checked that the contents of `gup.opam` inside the opam<br>
repository (in packages.dev/gup) looks right, so it shouldn't be due<br>
to an out of date opam file.<br>
<br>
Any help?<br>
<br>
Cheers,<br>
 - Tim.<br>
_______________________________________________<br>
opam-devel mailing list<br>
<a href="mailto:opam-devel@lists.ocaml.org">opam-devel@lists.ocaml.org</a><br>
<a href="http://lists.ocaml.org/listinfo/opam-devel" rel="noreferrer" target="_blank">http://lists.ocaml.org/listinfo/opam-devel</a><br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature">Dave Scott</div>
</div></div>