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.12.0.tar.gz
md5=d00eb011ede05fdbf39d23243078531b

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: 01 Mar 2019

Dependencies (5)

  1. dune >= "1.5.1"
  2. ppx_jane >= "v0.12" & < "v0.13"
  3. incremental >= "v0.12" & < "v0.13"
  4. core_kernel >= "v0.12" & < "v0.13"
  5. ocaml >= "4.07.0"

Dev Dependencies

None

Used by (2)

  1. incr_dom = "v0.12.0"
  2. incr_dom_widgets = "v0.12.0"

Conflicts

None