Values_0.PackageSummarySourceA summary of information about a software package.
type nonrec t = {packageName : PackageName.t option;The name for the target software package.
*)defaultVersionName : VersionName.t option;The name of the default package version.
*)creationDate : CreationDate.t option;The date that the package was created.
*)lastModifiedDate : LastModifiedDate.t option;The date that the package was last updated.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of PackageName.t | `Timestamp of CreationDate.t ])
list ]