Values.PackageVersionDescriptionSourceDetails about a package version.
type nonrec t = {format : PackageFormat.t option;The format of the package version.
*)namespace : PackageNamespace.t option;The namespace of the package version. The package component that specifies its namespace depends on its type. For example: The namespace of a Maven package version is its groupId. The namespace of an npm or Swift package version is its scope. The namespace of a generic package is its namespace. Python, NuGet, Ruby, and Cargo package versions do not contain a corresponding component, package versions of those formats do not have a namespace.
*)packageName : PackageName.t option;The name of the requested package.
*)displayName : String255.t option;The name of the package that is displayed. The displayName varies depending on the package version's format. For example, if an npm package is named ui, is in the namespace vue, and has the format npm, then the displayName is @vue/ui.
*)version : PackageVersion.t option;The version of the package.
*)summary : String_.t option;A summary of the package version. The summary is extracted from the package. The information in and detail level of the summary depends on the package version's format.
*)homePage : String_.t option;The homepage associated with the package.
*)sourceCodeRepository : String_.t option;The repository for the source code in the package version, or the source code used to build it.
*)publishedTime : Timestamp.t option;A timestamp that contains the date and time the package version was published.
*)licenses : LicenseInfoList.t option;Information about licenses associated with the package version.
*)revision : PackageVersionRevision.t option;The revision of the package version.
*)status : PackageVersionStatus.t option;A string that contains the status of the package version.
*)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
| `List of
[> `Structure of (string * [> `String of String_.t ]) list ] list
| `String of PackageNamespace.t
| `Structure of
(string
* [> `Enum of string
| `Structure of (string * [> `String of RepositoryName.t ]) list ])
list
| `Timestamp of Timestamp.t ])
list ]