Values.SuccessfulPackageVersionInfoSourceContains the revision and status of a package version.
type nonrec t = {revision : String_.t option;The revision of a package version.
*)status : PackageVersionStatus.t option;The status of a package version.
*)}