this repo has no description
1opam-version: "2.0" 2maintainer: "Jane Street developers" 3authors: ["Jane Street Group, LLC"] 4homepage: "https://github.com/janestreet/incr_dom_widgets" 5bug-reports: "https://github.com/janestreet/incr_dom_widgets/issues" 6dev-repo: "git+https://github.com/janestreet/incr_dom_widgets.git" 7doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/incr_dom_widgets/index.html" 8license: "MIT" 9build: [ 10 ["dune" "build" "-p" name "-j" jobs] 11] 12depends: [ 13 "ocaml" {>= "4.07.0"} 14 "async_js" {>= "v0.12" & < "v0.13"} 15 "async_kernel" {>= "v0.12" & < "v0.13"} 16 "incr_dom" {>= "v0.12" & < "v0.13"} 17 "incr_map" {>= "v0.12" & < "v0.13"} 18 "incr_select" {>= "v0.12" & < "v0.13"} 19 "incremental" {>= "v0.12" & < "v0.13"} 20 "ppx_jane" {>= "v0.12" & < "v0.13"} 21 "record_builder" {>= "v0.12" & < "v0.13"} 22 "splay_tree" {>= "v0.12" & < "v0.13"} 23 "virtual_dom" {>= "v0.12" & < "v0.13"} 24 "dune" {>= "1.5.1"} 25 "js_of_ocaml" {>= "3.2.1"} 26 "js_of_ocaml-ppx" 27] 28synopsis: "A library of libraries and widgets for Incr_dom applications" 29description: " 30For the moment, most of the libraries contained here are about 31efficient rendering of tabular data, in particular supporting /partial 32rendering/, /i.e./, only rendering a subset of the widgets that are 33logically in the view, depending on what is expected to be visible to 34the end user. 35" 36url { 37 src: 38 "https://ocaml.janestreet.com/ocaml-core/v0.12/files/incr_dom_widgets-v0.12.0.tar.gz" 39 checksum: [ 40 "sha256=159c2ee23c3ad6a0feeab623c8ad21217871568a2b6dd13677ac624d6f755597" 41 "md5=51fccc56143efa761f2610123da46525" 42 ] 43}