Values.PluginPropertiesSourceBasic information about the plugin.
type nonrec t = {name : PluginName.t option;The name of the plugin.
*)description : PluginDescription.t option;The description of the plugin.
*)version : PluginVersion.t option;The version of the plugin.
*)className : PluginClassName.t option;The name of the class to load.
*)uncompressedSizeInBytes : UncompressedPluginSizeInBytes.t option;The uncompressed size of the plugin.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Long of UncompressedPluginSizeInBytes.t
| `String of PluginName.t ])
list ]