ws

Websocket frame builder and decoder (no transport)
git clone https://noulin.net/git/ws.git
Log | Files | Refs | LICENSE

commit 1ccbf0644e3781be0a049aa9ecd9f469cb10a913
parent 3762ea315268fffd13d748bb84b17eddb2e16f71
Author: Remy Noulin <loader2x@gmail.com>
Date:   Sat, 29 Jun 2019 09:44:29 +0200

update links

Diffstat:
Mpackage.yml | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/package.yml b/package.yml @@ -1,17 +1,17 @@ --- name: ws - version: 0.0.2 + version: 0.0.3 description: Websocket frame builder and decoder (no transport) bin: ./ws.c repository: type: git - url: "git+https://github.com/RemyNoun/ws.git" + url: "git+https://noulin.net/git/ws.git" keywords: - library - websocket author: Remy license: MIT bugs: - url: "https://github.com/RemyNoulin/ws/issues" - homepage: "https://github.com/RemyNoulin/ws#readme" + url: "https://noulin.net/ws/log.html" + homepage: "https://noulin.net/ws/file/README.md.html" private: false