mirror of
https://github.com/apple/pkl.git
synced 2026-05-25 16:19:20 +02:00
df063f17f3
This change allows `PklProject` files, usually loaded via the `Project` static methods, to have references to external packages via `package://` URIs. This is helpful for centralizing and sharing common package configuration via packages.
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.