Keyboard Support

Contact and Search

Keyman.com Homepage

Header bottom

Keyman.com

Other versions
Version 19.0Version 18.0 (current version)Version 17.0

On this page

You are viewing an incomplete pre-release version of this documentation. Click here to open the current version, 18.0.

kmc-package package

Home > @keymanapp/kmc-package

kmc-package package

Classes

Class Description
[KmpCompiler](./kmc-package.kmpcompiler.md) Compiles a .kps file to a .kmp archive. The compiler does not read or write from filesystem or network directly, but relies on callbacks for all external IO.
[WindowsPackageInstallerCompiler](./kmc-package.windowspackageinstallercompiler.md) Compiles a .kps file to a .exe installer. The compiler does not read or write from filesystem or network directly, but relies on callbacks for all external IO.

Interfaces

Interface Description
[KmpCompilerArtifacts](./kmc-package.kmpcompilerartifacts.md) Internal in-memory build artifacts from a successful compilation
[KmpCompilerOptions](./kmc-package.kmpcompileroptions.md) Options for the .kps compiler
[KmpCompilerResult](./kmc-package.kmpcompilerresult.md) Build artifacts from the .kps compiler
[WindowsPackageInstallerCompilerArtifacts](./kmc-package.windowspackageinstallercompilerartifacts.md) Internal in-memory build artifacts from a successful compilation
[WindowsPackageInstallerCompilerOptions](./kmc-package.windowspackageinstallercompileroptions.md) Options for the .kps Windows package installer compiler
[WindowsPackageInstallerCompilerResult](./kmc-package.windowspackageinstallercompilerresult.md) Build artifacts from the .kps Windows package installer compiler
[WindowsPackageInstallerSources](./kmc-package.windowspackageinstallersources.md) Sources and metadata for the Windows package installer compiler