WebSocket frame codec (RFC 6455)
0
fork

Configure Feed

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

ocaml-protobuf,ocaml-websocket: dune cleanups

ocaml-protobuf/fuzz: drop bytesrw — flagged by Dead_lib, the fuzz
driver only uses alcobar/nox-protobuf.

ocaml-websocket/lib: extend the (mdx ...) stanza to also exercise
handshake.mli alongside websocket.mli.

+1 -1
+1 -1
lib/dune
··· 4 4 (libraries fmt logs base64 digestif nox-crypto-rng nox-http)) 5 5 6 6 (mdx 7 - (files websocket.mli) 7 + (files websocket.mli handshake.mli) 8 8 (libraries nox-websocket fmt))