opam-version: "2.0" maintainer: "Jane Street developers" authors: ["Jane Street Group, LLC"] 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.07.0"} "incr_dom" {>= "v0.12" & < "v0.13"} "ppx_jane" {>= "v0.12" & < "v0.13"} "virtual_dom" {>= "v0.12" & < "v0.13"} "dune" {>= "1.5.1"} "js_of_ocaml" {>= "3.2.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.12/files/incr_dom_keyboard-v0.12.0.tar.gz" checksum: [ "sha256=c7c8c9b9725e1980a06fb00c97a1d85646c348af8356c1b3b3c0becfca5f1caf" "md5=2b44b3ee53ff7e9d3af0800feccc45f1" ] }