package cascade

  1. Overview
  2. Docs
CSS generation and manipulation library for OCaml

Install

dune-project
 Dependency

Authors

Maintainers

Sources

cascade-1.2.1.tbz
sha256=1cf5079b3797cd6e70fbced8dc2631074f357d36fcdea8597c7ba17ac2903f6e
sha512=43f5e6a3986f8f43ce948b8f1d59f6f00e1047f5707c5449b6323b683d2ecd51a0fb34793aad9c48904a67b0f7268d7379ab9baf29917c25a962064bfa3ab694

doc/cascade.html/Cascade_html/index.html

Module Cascade_htmlSource

Sourcemodule Html : sig ... end

A mutable HTML tree, parsed and printed with markup.ml.

Sourcemodule Html_node : sig ... end

An Html element as a Cascade.Resolve.NODE, so the library can match selectors and resolve the cascade against a parsed page.