opam-version: "2.0" maintainer: "Danny Willems " authors: "Danny Willems " homepage: "https://github.com/dannywillems/ocaml-cordova-plugin-vibration" bug-reports: "https://github.com/dannywillems/ocaml-cordova-plugin-vibration/issues" license: "LGPL-3.0-only WITH OCaml-LGPL-linking-exception" dev-repo: "git+https://github.com/dannywillems/ocaml-cordova-plugin-vibration.git" build: [make "build"] install: [make "install"] remove: [make "remove"] depends: [ "ocaml" {>= "4.03.0"} "ocamlfind" {build} "gen_js_api" ] synopsis: "Binding OCaml to cordova-plugin-vibration using gen_js_api." description: """ Binding OCaml to cordova-plugin-vibration using gen_js_api. See https://github.com/dannywillems/ocaml-cordova-plugin-list for the complete list of bindings to Cordova plugins.""" url { src: "https://github.com/dannywillems/ocaml-cordova-plugin-vibration/archive/v1.0.tar.gz" checksum: [ "sha256=050192945f6a870f75ddd6fa1c18531ba10f63f013c4f25dbb24f7d80d56aef0" "md5=51679c10586816405f18f286b8dda7b9" ] }