mirror of
https://github.com/apple/pkl.git
synced 2026-01-19 09:57:15 +01:00
Changes the packager to exclude any empty directories. This change means that pkl project package for an already published packages will fail. The packager checks for an existing package at this version, and compares checksums. It will then error if the checksum has changed. This is technically a breaking change, albeit a minor one. The workaround is to publish new versions of packages. Published packages should still be compatible with Pkl 0.25.
Command-line interface for Pkl. The CLI provides the following tools: * Batch evaluator * REPL