package
Version:
v0.2.3
Opens a new window with list of versions in this module.
Published: Jan 28, 2026
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
Packages []Package `yaml:"packages"`
}
type Package struct {
Command string `yaml:"command"`
Binary string `yaml:"binary,omitempty"`
Optional bool `yaml:"optional,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.