mirror of
https://github.com/apple/pkl.git
synced 2026-03-21 16:49:13 +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.
Core implementation of the Pkl language. Includes Java APIs for embedding the language into JVM applications, and for building libraries and tools on top of the language.