Values.CodegenDependencySourceDependency package that may be required for the project code to run.
type nonrec t = {name : String_.t option;Name of the dependency package.
*)supportedVersion : String_.t option;Indicates the version of the supported dependency package.
*)isSemVer : Boolean.t option;Determines if the dependency package is using Semantic versioning. If set to true, it indicates that the dependency package uses Semantic versioning.
*)reason : String_.t option;Indicates the reason to include the dependency package in your project code.
*)}