package.wcl
file type
The WCL document under pkgs/<name>/ declaring resources, gatherers and tests.
package.wcl is the WCL document under pkgs/<name>/ inside a playbook directory. It declares the package block: resources, gatherers and tests. The engine appends the system import <weave/package.wcl> automatically.
| Field | Value |
|---|---|
| Location | <playbook>/pkgs/<name>/package.wcl |
| System import | <weave/package.wcl> (appended by the engine) |
| Top block | package "name" { … } |
| Reference | Package block reference (fact) |