Add ocaml-sse: Server-Sent Events parser and serializer
Pure OCaml SSE implementation per WHATWG HTML Living Standard §9.2.
Incremental parser with bytesrw integration, serializer for server-side
streams. 67 tests covering spec examples, edge cases (BOM, CRLF split,
NULL in id, mixed line endings), incremental chunked parsing, round-trips.