Go to file
Daniel Chao d6f08700d6
Prepare 0.4.2 release (#48)
2025-04-14 10:09:19 -07:00
.circleci Swiftformat check (#43) 2025-02-24 19:09:46 -08:00
Sources Fix Swift mapping of ints within unions (#47) 2025-02-26 09:12:56 -08:00
Tests Fix Swift mapping of ints within unions (#47) 2025-02-26 09:12:56 -08:00
codegen Fix Swift mapping of ints within unions (#47) 2025-02-26 09:12:56 -08:00
docs Prepare 0.4.2 release (#48) 2025-04-14 10:09:19 -07:00
scripts Configure `hawkeye` to update license headers (#38) 2025-02-17 12:45:41 -08:00
.gitignore Add pkl-lsp to ignored dirs (#46) 2025-02-26 07:13:12 -08:00
.spi.yml Add DocC auto generation (#41) 2025-02-12 06:28:28 -08:00
.swiftformat Configure `hawkeye` to update license headers (#38) 2025-02-17 12:45:41 -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
DEVELOPMENT.adoc Swiftformat check (#43) 2025-02-24 19:09:46 -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 Swiftformat check (#43) 2025-02-24 19:09:46 -08:00
NOTICE.txt Fix license header (#6) 2024-02-04 11:24:10 -08:00
Package.resolved Swiftformat check (#43) 2025-02-24 19:09:46 -08:00
Package.swift Swiftformat check (#43) 2025-02-24 19:09:46 -08: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.4.2 release (#48) 2025-04-14 10:09:19 -07:00
generator-settings.pkl Configure `hawkeye` to update license headers (#38) 2025-02-17 12:45:41 -08:00
licenserc.toml Configure `hawkeye` to update license headers (#38) 2025-02-17 12:45:41 -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.