package cdp-gen

  1. Overview
  2. Docs
Generator producing the cdp library from CDP protocol JSON

Install

dune-project
 Dependency

Authors

Maintainers

Sources

cdp-0.1.0.tbz
sha256=0ce3fc800198774007743cf1415a2c8c069ba65c22e43accfbce35db1be3144c
sha512=e6196292d6a1bdcee68a15efe6fff2dea5217bfb5c87cfb476707426bdf69a8592f49a0d30c0bbcd9e554d240611514ba5425129d37adc04945caaae3542dd59

doc/CHANGES.html

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)