This is a monorepo of packages that are maintained and published by the Pkl team.
Packages within this repository are published as package://pkg.pkl-lang.org/pkl-pantry/<NAME>@<VERSION>
.
Modules from package can be imported directly. For example, the below line imports module toml.pkl
from package pkl.toml
at version 1.0.0
:
import "package://pkg.pkl-lang.org/pkl-pantry/[email protected]#/toml.pkl"
If using a project, add a package as a dependency:
amends "pkl:Project"
dependencies {
["toml"] { uri = "package://pkg.pkl-lang.org/pkl-pantry/[email protected]" }
}
The documentation for all packages published here can be found in our Package Docs website.