libwslay: add package
authorJames Taylor <james@jtaylor.id.au>
Mon, 9 Dec 2019 01:47:05 +0000 (12:47 +1100)
committerJames Taylor <james@jtaylor.id.au>
Mon, 9 Dec 2019 02:07:43 +0000 (13:07 +1100)
commitda867f65cb5d6bbed80b2ca1886b7f213d852113
tree3bfc7235af3922dedc30fd09e4e842f898db3270
parent6cff09119bb2d4e5819325bfa2ff3997241fb80f
libwslay: add package

Wslay is a WebSocket library written in C. It implements the protocol version 13
 described in RFC 6455. This library offers 2 levels of API: event-based API and
 frame-based low-level API. For event-based API, it is suitable for non-blocking
 reactor pattern style. You can set callbacks in various events. For frame-based
 API, you can send WebSocket frame directly. Wslay only supports data transfer
 part of WebSocket protocol and does not perform opening handshake in HTTP.

Signed-off-by: James Taylor <james@jtaylor.id.au>
libs/libwslay/Makefile [new file with mode: 0644]
libs/libwslay/patches/100-disable-doc.patch [new file with mode: 0644]