opam-version: "2.0"
maintainer: "opensource@janestreet.com"
authors: ["Jane Street Group, LLC <opensource@janestreet.com>"]
homepage: "https://github.com/janestreet/incr_dom_partial_render"
bug-reports: "https://github.com/janestreet/incr_dom_partial_render/issues"
dev-repo: "git+https://github.com/janestreet/incr_dom_partial_render.git"
doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/incr_dom_partial_render/index.html"
license: "MIT"
build: [
  ["dune" "build" "-p" name "-j" jobs]
]
depends: [
  "ocaml"           {>= "4.08.0"}
  "incr_dom"        {>= "v0.14" & < "v0.15"}
  "ppx_jane"        {>= "v0.14" & < "v0.15"}
  "splay_tree"      {>= "v0.14" & < "v0.15"}
  "virtual_dom"     {>= "v0.14" & < "v0.15"}
  "dune"            {>= "2.0.0"}
  "js_of_ocaml"     {>= "3.4.1"}
  "js_of_ocaml-ppx"
]
synopsis: "A library for simplifying rendering of large amounts of data"
description: "
This library provides tools for rendering of tabular data efficiently, in particular supporting _partial rendering_, i.e. only rendering a subset of the widgets that are logically in the view, depending on what is expected to be visible to the end user.
"
url {
  src: "https://ocaml.janestreet.com/ocaml-core/v0.14/files/incr_dom_partial_render-v0.14.0.tar.gz"
  checksum: "md5=d0ebf7837421c16a31b8604703791df5"
}
