package cdp-gen

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

0.1.0 (2026-08-29)

  • Initial release
  • cdp: typed commands, events, and JSON codecs for 10 Chrome DevTools Protocol domains (Browser, DOM, Debugger, Emulation, IO, Network, Page, Runtime, Security, Target), generated from protocol r1687809
  • cdp-gen: the generator behind cdp — fetches a devtools-protocol snapshot and emits typed OCaml modules for the selected domains
  • cdp-lwt: Lwt client — launches or attaches to a Chrome and drives it over libcurl WebSockets. Not yet published to opam: it needs an ocurl release with the libcurl WebSocket API (pin-depends covers source builds)