Go to file
XIAO YU 8f050f5938
Optimize memory allocation for array in PklDecoder.decodePolymorphic (#25)
2024-08-13 13:53:04 +02:00
.circleci Add Pkl 0.26 features (#23) 2024-07-02 12:36:59 +01:00
Sources Optimize memory allocation for array in PklDecoder.decodePolymorphic (#25) 2024-08-13 13:53:04 +02:00
Tests Add Pkl 0.26 features (#23) 2024-07-02 12:36:59 +01:00
codegen Remove custom Pair type (#21) 2024-05-03 16:31:40 +01:00
docs Use `static loadFrom(source:)` in the quickstart (#10) 2024-02-06 17:39:18 +01:00
scripts Init 2024-02-01 21:47:57 -08:00
.gitignore Init 2024-02-01 21:47:57 -08:00
.swiftformat Init 2024-02-01 21:47:57 -08:00
CODE_OF_CONDUCT.adoc Init 2024-02-01 21:47:57 -08:00
CONTRIBUTING.adoc Init 2024-02-01 21:47:57 -08:00
LICENSE.txt Init 2024-02-01 21:47:57 -08:00
MAINTAINERS.adoc Init 2024-02-01 21:47:57 -08:00
Makefile Init 2024-02-01 21:47:57 -08:00
NOTICE.txt Fix license header (#6) 2024-02-04 11:24:10 -08:00
Package.resolved Add Pkl 0.26 features (#23) 2024-07-02 12:36:59 +01:00
Package.swift Add Pkl 0.26 features (#23) 2024-07-02 12:36:59 +01:00
README.adoc Update README.adoc (#16) 2024-03-11 14:50:23 +01:00
SECURITY.adoc Init 2024-02-01 21:47:57 -08:00
VERSION.txt Prepare 0.2.3 release (#9) 2024-02-04 11:46:50 -08:00
generator-settings.pkl Init 2024-02-01 21:47:57 -08:00

README.adoc

= pkl-swift

This library exposes Swift bindings for the Pkl configuration language.

It allows you to embed Pkl into your Swift application, complete with code generation for full type safety and ease of use.

The full documentation for this library can be found on our link:https://pkl-lang.org/swift/current/index.html[documentation site].

To get up and going, reference the link:https://pkl-lang.org/swift/current/quickstart.html[quick start guide].

When upgrading pkl-swift, reference the link:https://pkl-lang.org/swift/current/CHANGELOG.html[changelog] for details.