opam-version: "2.0" maintainer: "Jane Street developers" authors: ["Jane Street Group, LLC"] homepage: "https://github.com/janestreet/incr_dom_interactive" bug-reports: "https://github.com/janestreet/incr_dom_interactive/issues" dev-repo: "git+https://github.com/janestreet/incr_dom_interactive.git" doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/incr_dom_interactive/index.html" license: "MIT" build: [ ["dune" "build" "-p" name "-j" jobs] ] depends: [ "ocaml" {>= "4.14.0"} "async_js" {= "v0.17~preview.129.11+135"} "async_kernel" {= "v0.17~preview.129.11+135"} "incr_dom" {= "v0.17~preview.129.11+135"} "incr_map" {= "v0.17~preview.129.11+135"} "incr_select" {= "v0.17~preview.129.11+135"} "incremental" {= "v0.17~preview.129.11+135"} "ppx_jane" {= "v0.17~preview.129.11+135"} "splay_tree" {= "v0.17~preview.129.11+135"} "virtual_dom" {= "v0.17~preview.129.11+135"} "dune" {>= "2.0.0"} "js_of_ocaml" {>= "5.1.1"} "js_of_ocaml-ppx" {>= "5.1.1"} ] available: arch != "arm32" & arch != "x86_32" synopsis: "A monad for composing chains of interactive UI elements" description: " This library allows your program to receive input from the user using DOM elements such as checkboxes, text fields, and buttons. It allows you to inspect the user's input and decide afterwards what the rest of the [Interactive.t] should be. This library is intended to be used in conjunction with Incr_dom. " url { src: "https://github.com/janestreet/incr_dom_interactive/archive/3005068416ae952cba289ae5fd58b61f1380ee92.tar.gz" checksum: "sha256=86afb9f03be2fddda461b05679bb6853c6373285ef43db0a160d29138d30f681" } flags: deprecated post-messages: [ "IMPORTANT: The bleeding edge repository mirror on ocaml.janestreet.com is being deprecated in favor of our official GitHub repository." "To ensure you receive the latest packages and updates, please update your repository URL by running:" " opam repo set-url janestreet-bleeding https://github.com/janestreet/opam-repository.git" ]