Fetching licensing info for all dependencies of a DUB project

Paul Backus snarwin at gmail.com
Tue May 12 12:59:14 UTC 2020


On Tuesday, 12 May 2020 at 12:44:11 UTC, Joseph Rushton Wakeling 
wrote:
> Hello folks,
>
> Are there any tools that exist to help prepare a report of all 
> the different software licenses used by dependencies of a DUB 
> project?  (This should cover all pulled in dependencies, not 
> just direct dependencies.)
>
> Thanks and best wishes,
>
>     -- Joe

You should be able to get this information from the JSON output 
of `dub describe`.


More information about the Digitalmars-d-learn mailing list