Values.PackageVersionSummarySourceDetails about a package version, including its status, version, and revision. The ListPackageVersions operation returns a list of PackageVersionSummary objects.
type nonrec t = {version : PackageVersion.t option;Information about a package version.
*)revision : PackageVersionRevision.t option;The revision associated with a package version.
*)status : PackageVersionStatus.t option;A string that contains the status of the package version. It can be one of the following:
*)origin : PackageVersionOrigin.t option;A PackageVersionOrigin object that contains information about how the package version was added to the repository.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of PackageVersion.t
| `Structure of
(string
* [> `Enum of string
| `Structure of (string * [> `String of RepositoryName.t ]) list ])
list ])
list ]