Go to file
Islon Scherer 13f33a0343 Prepare 0.2.1 release 2024-02-02 18:16:35 +01:00
.circleci Init 2024-02-01 21:47:57 -08:00
Sources Init 2024-02-01 21:47:57 -08:00
Tests Init 2024-02-01 21:47:57 -08:00
codegen fix packageZipUrl 2024-02-02 17:57:40 +01:00
docs Prepare 0.2.1 release 2024-02-02 18:16:35 +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 Init 2024-02-01 21:47:57 -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.1 release 2024-02-02 18:16:35 +01: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.