opam-bundle icon indicating copy to clipboard operation
opam-bundle copied to clipboard

--deps-only

Open mroch opened this issue 6 years ago • 0 comments

I'd like to bundle all of the dependencies of my local opam file, without actually including that package, to generate a bundle that can be cached by CI and used to test the local package.

so, something like opam-bundle --deps-only foo@file:///.../foo.opam bar@file:///.../bar.opam

the --deps-only name parallels the opam install --deps-only flag.

mroch avatar May 30 '19 19:05 mroch