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.11.0.tar.gz
md5=d88e2ae4a256099fe92606b85e5bf000

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: 22 Mar 2018

Dependencies (7)

  1. ocaml-migrate-parsetree >= "1.0" & < "2.0.0"
  2. js_of_ocaml-ppx
  3. jbuilder >= "1.0+beta18.1"
  4. ppx_jane >= "v0.11" & < "v0.12"
  5. incremental_kernel >= "v0.11" & < "v0.12"
  6. core_kernel >= "v0.11" & < "v0.12"
  7. ocaml >= "4.04.1"

Dev Dependencies

None

Used by (2)

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

Conflicts (1)

  1. jbuilder = "1.0+beta19"