It's basically a lower-level, permissively-licensed swank-client. It implements just the low-level parts of Swank's protocol (encoding, sending/receiving data through streams) so other people can implement actual clients over it
https://github.com/eudoxia0/swank-protocol
Thanks!