package.yml (380B)
1 --- 2 name: ws 3 version: 0.0.3 4 description: Websocket frame builder and decoder (no transport) 5 bin: ./ws.c 6 repository: 7 type: git 8 url: "git+https://noulin.net/git/ws.git" 9 keywords: 10 - library 11 - websocket 12 author: Remy 13 license: MIT 14 bugs: 15 url: "https://noulin.net/ws/log.html" 16 homepage: "https://noulin.net/ws/file/README.md.html" 17 private: false