rpkl 0.8.0

Bindings and codegen for Apple's Pkl configuration language
Documentation
1
2
3
4
5
import "remote:mappings.pkl" 
username = "john_appleseed"

ldap_email = read("ldap://ds.example.com:389/dc=example,dc=com?mail?sub?(uid=\(username))").text
ldaps_email = read("ldaps://ds.example.com:389/dc=example,dc=com?mail?sub?(uid=\(username))").text