WebSocket frame codec (RFC 6455)
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update READMEs to reference nox- package names

Each README's 'opam install <pkg>' instructions now match the post-rename
opam package names. Auto-generated by 'monopam lint --fix' after the
nox-* prefix landed on the underlying packages.

+2 -2
+2 -2
README.md
··· 17 17 18 18 <!-- $MDX skip --> 19 19 ```sh 20 - $ opam install websocket 20 + $ opam install nox-websocket 21 21 ``` 22 22 23 23 If opam cannot find the package, it may not yet be released in the ··· 28 28 ```sh 29 29 $ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 30 30 $ opam update 31 - $ opam install websocket 31 + $ opam install nox-websocket 32 32 ``` 33 33 34 34 ## Usage