package
Version:
v0.1.17
Opens a new window with list of versions in this module.
Published: Nov 30, 2020
License: Apache-2.0
Opens a new window with license information.
Imports: 17
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
Package dpkg implements a package indexer for dpkg packages.
NewEcosystem provides the set of scanners and coalescers for the dpkg ecosystem
Scanner implements the scanner.PackageScanner interface.
This looks for directories that look like dpkg databases and examines the
"status" file it finds there.
The zero value is ready to use.
Kind implements scanner.VersionedScanner.
Name implements scanner.VersionedScanner.
Scan attempts to find a dpkg database within the layer and read all of the
installed packages it can find in the "status" file.
It's expected to return (nil, nil) if there's no dpkg database in the layer.
It does not respect any dpkg configuration files.
Version implements scanner.VersionedScanner.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.