B0_release
module Meta : sig ... end
val version_of_pack :
?commit_ish:B00_vcs.commit_ish ->
B0_pack.t ->
(string, string) result
val src_archive_name_of_pack : B0_pack.t -> string
val src_archive_ext_of_pack : B0_pack.t -> string
val changes_file_of_pack : B0_pack.t -> (B0_std.Fpath.t option, string) result
val changes_latest_of_file :
B0_std.Fpath.t ->
((string * string) option, string) result
module Cmdlet : sig ... end