opam-version: "2.0"
maintainer: "opensource@janestreet.com"
authors: ["Jane Street Group, LLC <opensource@janestreet.com>"]
homepage: "https://github.com/janestreet/incr_dom_sexp_form"
bug-reports: "https://github.com/janestreet/incr_dom_sexp_form/issues"
dev-repo: "git+https://github.com/janestreet/incr_dom_sexp_form.git"
doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/incr_dom_sexp_form/index.html"
license: "MIT"
build: [
  ["dune" "build" "-p" name "-j" jobs]
]
depends: [
  "ocaml"                {>= "4.08.0"}
  "incr_dom"             {>= "v0.14" & < "v0.15"}
  "incr_dom_interactive" {>= "v0.14" & < "v0.15"}
  "incr_map"             {>= "v0.14" & < "v0.15"}
  "incr_select"          {>= "v0.14" & < "v0.15"}
  "incremental"          {>= "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 building forms that allow the user to edit complicated types"
description: "
It relies on the fact that the type of the value being edited can be serialized via sexps.
"
url {
  src: "https://ocaml.janestreet.com/ocaml-core/v0.14/files/incr_dom_sexp_form-v0.14.0.tar.gz"
  checksum: "md5=d99a462b6d08ec79164613b06fd3e2e0"
}
