Values.PackageConfigurationSourceThe configuration parameters for a package.
type nonrec t = {licenseRequirement : RequirementLevel.t;The license requirements for the package.
*)licenseFilepath : LicenseFilepath.t option;The relative file path for the license associated with the package.
*)configurationRequirement : RequirementLevel.t;The configuration requirements for the package.
*)requiresRestartForConfigurationUpdate : Boolean.t option;This indicates whether a B/G deployment is required for updating the configuration that the plugin is prerequisite for.
*)}val make :
?licenseFilepath:??? ->
?requiresRestartForConfigurationUpdate:??? ->
licenseRequirement:RequirementLevel.t ->
configurationRequirement:RequirementLevel.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `String of LicenseFilepath.t ])
list ]