mirror of
https://github.com/apple/pkl.git
synced 2026-03-17 23:03:54 +01:00
This adds documentation for how the language bindings works, for those that wish to create their own bindings.
10 lines
371 B
Plaintext
10 lines
371 B
Plaintext
= Language Bindings
|
|
|
|
* xref:java-binding:index.adoc[Java]
|
|
* xref:kotlin-binding:index.adoc[Kotlin]
|
|
* xref:swift:ROOT:index.adoc[Swift]
|
|
* xref:go:ROOT:index.adoc[Go]
|
|
* xref:bindings-specification:index.adoc[Specification]
|
|
** xref:bindings-specification:message-passing-api.adoc[Message Passing API]
|
|
** xref:bindings-specification:binary-encoding.adoc[Pkl Binary Encoding]
|