; The TLS connector lives in its OWN library and package so the core SDK stays
; dependency-free. Depend on `semurg-tls` only when you need to reach an https node.
(library
 (name semurg_tls)
 (public_name semurg-tls)
 (libraries semurg ssl unix))
