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.08.0"} 14 "async_js" {>= "v0.13" & < "v0.14"} 15 "async_kernel" {>= "v0.13" & < "v0.14"} 16 "incr_dom" {>= "v0.13" & < "v0.14"} 17 "incr_map" {>= "v0.13" & < "v0.14"} 18 "incr_select" {>= "v0.13" & < "v0.14"} 19 "incremental" {>= "v0.13" & < "v0.14"} 20 "ppx_jane" {>= "v0.13" & < "v0.14"} 21 "splay_tree" {>= "v0.13" & < "v0.14"} 22 "virtual_dom" {>= "v0.13" & < "v0.14"} 23 "dune" {>= "1.5.1"} 24 "js_of_ocaml" {>= "3.4.1"} 25 "js_of_ocaml-ppx" 26] 27synopsis: "Utilities for Incr_dom" 28description: " 29A collection of utilities and widgets for Incr_dom applications. Note that this library is in the process of being reorganized, and much of its present functionality will be moved out to other libraries. Longer term, we expect this to contain easy to use wrappers of simple elements like buttons and text entry boxes. 30" 31url { 32 src: 33 "https://ocaml.janestreet.com/ocaml-core/v0.13/files/incr_dom_widgets-v0.13.0.tar.gz" 34 checksum: [ 35 "sha256=7e8301676e96c0f47da5900702175b13e1b2201948de933eeb3c2f86b42bb6bd" 36 "md5=d525eb636fe6db5f356d0c37cb5249d0" 37 ] 38}