Dune_release.OpamSourceopam helpers.
cmd is a command for opam.
val prepare_package :
build_dir:Fpath.t ->
dry_run:bool ->
version:Version.t ->
Vcs.t ->
string ->
(unit, Bos_setup.R.msg) Bos_setup.resultval prepare :
dry_run:bool ->
?msg:string ->
local_repo:Fpath.t ->
remote_repo:string ->
opam_repo:(string * string) ->
version:Version.t ->
tag:Vcs.Tag.t ->
string list ->
(Vcs.commit_ish, Bos_setup.R.msg) Bos_setup.resultprepare ~local_repo ~version pkgs adds the packages pkg.version to a new branch in the local opam repository local_repo, using the commit message msg (if any). Return the new branch.