File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2828
2929
3030"""
31- Common data model for packages information and dependencies, abstracting the
31+ Common data model for package information and dependencies, abstracting the
3232many small differences existing between package management formats and tools.
3333
3434At a high level a package is some piece of code that can be consumed as a unit
4242 - some metadata,
4343 - some payload of code, doc, data.
4444
45- Packages metadata are found in multiple places:
45+ Package metadata are found in multiple places:
4646- inside code text (JavaDoc tags or Python __copyright__ magic)
4747- inside binaries (such as a Linux Elf or LKM or a Windows PE or an RPM header).
48- - in dedicated metafiles (such as a Maven POMs , NPM package.json and many others)
48+ - in dedicated metafiles (such as a Maven POM , NPM package.json and many others)
4949
5050These metadata provide details on:
5151 - information on the format version of the current metadata file or header.
You can’t perform that action at this time.
0 commit comments