Go to file
Daniel Chao 7d573f7c5f
Prepare 0.2.3 release (#9)
2024-02-04 11:46:50 -08:00
.circleci Update CircleCI: fix release name and add license header 2024-02-04 11:22:23 -08:00
Sources Fix license header (#6) 2024-02-04 11:24:10 -08:00
Tests Init 2024-02-01 21:47:57 -08:00
codegen Fix module name (#8) 2024-02-04 11:42:46 -08:00
docs Prepare 0.2.3 release (#9) 2024-02-04 11:46:50 -08: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 Init 2024-02-01 21:47:57 -08:00
Package.swift Init 2024-02-01 21:47:57 -08:00
README.adoc Init 2024-02-01 21:47:57 -08: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/pkl/swift/current/CHANGELOG.html[changelog] for details.