What I usually do is that I set the OCAMLPATH variable so that ocamlfind can find the not-yet packaged or installed version of the just compiled library. Of course, this requires that you structure your source repository so that this is possible, e.g. I often use src/library-name/ and then OCAMLPATH=/src works (use a colon-separated path if you have several of such locations). Still, this means that you have to clean and rebuild often, but you are at least skipping the installation part. Gerd On 31.07.17 22:33, Martin DeMello wrote: > I have a project that depends on two other libraries, both pinned to > local git repos in opam. However I find it quite annoying to have to > run opam update && opam install every time I make a change in the > libraries, especially when I'm making small changes to all three > projects at the same time. Is there any smoother workflow that people > use? > > martin > -- ------------------------------------------------------------ Gerd Stolpmann, Darmstadt, Germany gerd@gerd-stolpmann.de My OCaml site: http://www.camlcity.org Contact details: http://www.camlcity.org/contact.html Company homepage: http://www.gerd-stolpmann.de ------------------------------------------------------------