opam-version: "2.0"
maintainer: "opensource@janestreet.com"
authors: ["Jane Street Group, LLC <opensource@janestreet.com>"]
homepage: "https://github.com/janestreet/incr_dom_keyboard"
bug-reports: "https://github.com/janestreet/incr_dom_keyboard/issues"
dev-repo: "git+https://github.com/janestreet/incr_dom_keyboard.git"
doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/incr_dom_keyboard/index.html"
license: "MIT"
build: [
  ["dune" "build" "-p" name "-j" jobs]
]
depends: [
  "ocaml"           {>= "4.08.0"}
  "incr_dom"        {>= "v0.13" & < "v0.14"}
  "ppx_jane"        {>= "v0.13" & < "v0.14"}
  "virtual_dom"     {>= "v0.13" & < "v0.14"}
  "dune"            {>= "1.5.1"}
  "js_of_ocaml"     {>= "3.4.1"}
  "js_of_ocaml-ppx"
]
synopsis: "A library for Incr_dom keybinding and keyboard shortcut helpers"
description: "
This library contains code for easily creating complex application keybindings and generating help-text for those keybindings.
"
url {
  src: "https://ocaml.janestreet.com/ocaml-core/v0.13/files/incr_dom_keyboard-v0.13.0.tar.gz"
  checksum: "md5=087318e402d1132e4e1dc85a39052b27"
}
