Values.AssetSummarySourceContains details about a package version asset.
type nonrec t = {name : AssetName.t option;The name of the asset.
*)size : LongOptional.t option;The size of the asset.
*)hashes : AssetHashes.t option;The hashes of the asset.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Long of LongOptional.t
| `Map of ([> `Enum of string ] * [> `String of HashValue.t ]) list
| `String of AssetName.t ])
list ]