package cdp
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Chrome DevTools Protocol types for OCaml
Install
dune-project
Dependency
Authors
Maintainers
Sources
cdp-0.1.0.tbz
sha256=0ce3fc800198774007743cf1415a2c8c069ba65c22e43accfbce35db1be3144c
sha512=e6196292d6a1bdcee68a15efe6fff2dea5217bfb5c87cfb476707426bdf69a8592f49a0d30c0bbcd9e554d240611514ba5425129d37adc04945caaae3542dd59
Description
Typed commands, events, and JSON codecs for the Chrome DevTools Protocol, generated from the official protocol definitions. Transport-agnostic: pair it with cdp-lwt or bring your own transport.
Dependencies (5)
-
ppx_deriving
>= "6.0" -
jsonkit
>= "1.0.0" & < "2.0.0" -
yojson
>= "1.6.0" -
ocaml
>= "4.14" -
dune
>= "3.18"
Dev Dependencies (3)
-
odoc
with-doc -
ocaml-lsp-server
with-dev-setup -
ocamlformat
= "0.29.0" & with-dev-setup
Used by
None
Conflicts
None
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page