# Functions
DefaultCompileOptions returns a default CompileOptions.
NewGitOptionsFromUrl will parse the git options from the git url.
NewLocalOptionsFromUrl will parse the local options from the local path.
NewOciOptionsFromRef will parse the oci options from the oci ref.
NewOciOptionsFromUrl will parse the oci options from the oci url.
NewRegistryOptionsFrom will parse the registry options from oci url, oci ref and git url.
ParseLocalPathOptions will parse the local path information from user cli inputs.
ParseOciOptionFromOciUrl will parse oci url into an 'OciOptions'.
parseOciPkgNameAndVersion will parse package name and version from string "<pkg_name>:<pkg_version>".
ParseOciUrl will parse 'oci://hostName/repoName:repoTag' into OciOptions without tag.
WithEntries will add entries to the compiler.
WithKclOption will add a kcl option to the compiler.
WithLogWriter will set the log writer of the compiler.
WithNoSumCheck will set the 'no_sum_check' flag.
WithEntry will add an entry to the compiler.
# Structs
No description provided by the author
CompileOptions is the input options of 'kpm run'.
No description provided by the author
Input options of 'kpm init'.
LocalOptions for local packages.
OciFetchOptions is the input options of the api to fetch oci manifest.
No description provided by the author
OciOptions for download oci packages.
No description provided by the author
# Type aliases
No description provided by the author