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.10.0.tar.gz
md5=f085f8eaca42d3dad95f7dcc0211c0d7

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: 03 Jan 2018

Dependencies (8)

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

Dev Dependencies

None

Used by (2)

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

Conflicts

None