mirror of
https://github.com/apple/pkl.git
synced 2026-03-12 21:25:19 +01:00
Nested jars built by spring boot can possibly represent classpath resource URIs as "jar:nested:". This changes Pkl to by default trust them with the same level as modulepath URIs.
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.