Gets package manifest information
Source position: fpmkunit.pp line 1050
public procedure TPackage.GetManifest( |
Manifest: TStrings |
); |
Manifest |
|
Manifest object to store package information |
GetManifest populates the provided manifest object with information about the package. This includes package metadata, version details, dependencies, targets, and other package configuration data.
The manifest contains structured information that can be used for package registration, dependency resolution, and package management operations within the fpmake system.