package incr_select

  1. Overview
  2. Docs
Handling of large set of incremental outputs from a single input

Install

Dune Dependency

Authors

Maintainers

Sources

incr_select-v0.15.0.tar.gz
sha256=d49a3b150941ae9457e8bf2f42bdab23cb49d51d124ead9926d65716a8220fe5

Description

Ability to create a large set of incremental outputs based on a single incremental input, where some subset of the outputs are selected to have specific values, and the remainder are left with a specified default value. The outputs are updated in time proportional to the number of outputs that are changed, independent of the number of outputs that exist.

Published: 21 Mar 2022

Dependencies (5)

  1. dune >= "2.0.0"
  2. ppx_jane >= "v0.15" & < "v0.16"
  3. incremental >= "v0.15" & < "v0.16"
  4. core >= "v0.15" & < "v0.16"
  5. ocaml >= "4.08.0"

Dev Dependencies

None

Used by (3)

  1. incr_dom >= "v0.15.0" & < "v0.16.0"
  2. incr_dom_interactive >= "v0.15.0" & < "v0.16.0"
  3. incr_dom_sexp_form >= "v0.15.0" & < "v0.16.0"

Conflicts

None