opam-version: "2.0"
maintainer: "opensource@janestreet.com"
authors: ["Jane Street Group, LLC <opensource@janestreet.com>"]
homepage: "https://github.com/janestreet/incr_dom_widgets"
bug-reports: "https://github.com/janestreet/incr_dom_widgets/issues"
dev-repo: "git+https://github.com/janestreet/incr_dom_widgets.git"
license: "Apache-2.0"
build: [
  ["jbuilder" "build" "-p" name "-j" jobs]
]
depends: [
  "ocaml" {>= "4.04.1"}
  "async_js" {>= "v0.11" & < "v0.12"}
  "async_kernel" {>= "v0.11" & < "v0.12"}
  "incr_dom" {>= "v0.11" & < "v0.12"}
  "incr_map" {>= "v0.11" & < "v0.12"}
  "incr_select" {>= "v0.11" & < "v0.12"}
  "incremental_kernel" {>= "v0.11" & < "v0.12"}
  "ppx_jane" {>= "v0.11" & < "v0.12"}
  "record_builder" {>= "v0.11" & < "v0.12"}
  "splay_tree" {>= "v0.11" & < "v0.12"}
  "jbuilder" {>= "1.0+beta18.1"}
  "js_of_ocaml" {>= "3.0"}
  "js_of_ocaml-ppx"
  "ocaml-migrate-parsetree" {>= "1.0" & < "2.0.0"}
]
synopsis: "A library of libraries and widgets for Incr_dom applications."
description: """
For the moment, most of the libraries contained here are about
efficient rendering of tabular data, 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.11/files/incr_dom_widgets-v0.11.0.tar.gz"
  checksum: "md5=58065d824cc0b443d069a3e38cddee76"
}
