20 lines
463 B
Handlebars
20 lines
463 B
Handlebars
Third-party licenses for the dependencies of gittype.
|
|
|
|
Overview:
|
|
{{#each overview}}
|
|
- {{{name}}} ({{count}})
|
|
{{/each}}
|
|
|
|
{{#each licenses}}
|
|
================================================================================
|
|
{{{name}}}
|
|
================================================================================
|
|
Used by:
|
|
{{#each used_by}}
|
|
- {{crate.name}} {{crate.version}}{{#if crate.repository}} ({{{crate.repository}}}){{/if}}
|
|
{{/each}}
|
|
|
|
{{{text}}}
|
|
|
|
{{/each}}
|