Values_0.PackageVersionSummarySourceA summary of information about a package version.
type nonrec t = {packageName : PackageName.t option;The name of the associated software package.
*)versionName : VersionName.t option;The name of the target package version.
*)status : PackageVersionStatus.t option;The status of the package version. For more information, see Package version lifecycle.
*)creationDate : CreationDate.t option;The date that the package version was created.
*)lastModifiedDate : LastModifiedDate.t option;The date that the package version was last updated.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of PackageName.t
| `Timestamp of CreationDate.t ])
list ]