Values.PackageVersionHistorySourceDetails of a package version.
type nonrec t = {packageVersion : PackageVersion.t option;Version of the package.
*)commitMessage : CommitMessage.t option;A message associated with the version.
*)createdAt : CreatedAt.t option;Timestamp which tells creation time of the package version.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of PackageVersion.t | `Timestamp of CreatedAt.t ])
list ]