this repo has no description
1opam-version: "2.0" 2maintainer: "Danny Willems <contact@danny-willems.be>" 3authors: "Danny Willems <contact@danny-willems.be>" 4homepage: 5"https://github.com/dannywillems/ocaml-cordova-plugin-device-motion" 6bug-reports: 7"https://github.com/dannywillems/ocaml-cordova-plugin-device-motion/issues" 8license: "LGPL-3.0-only WITH OCaml-LGPL-linking-exception" 9dev-repo: 10 "git+https://github.com/dannywillems/ocaml-cordova-plugin-device-motion.git" 11build: [make "build"] 12install: [make "install"] 13remove: [make "remove"] 14depends: [ 15 "ocaml" {>= "4.03.0"} 16 "ocamlfind" {build} 17 "gen_js_api" 18 "ocaml-js-stdlib" 19] 20synopsis: "Binding OCaml to cordova-plugin-device-motion using gen_js_api." 21description: """ 22Binding OCaml to cordova-plugin-device-motion using gen_js_api. 23See https://github.com/dannywillems/ocaml-cordova-plugin-list for the complete list of bindings to Cordova plugins.""" 24url { 25 src: 26 "https://github.com/dannywillems/ocaml-cordova-plugin-device-motion/archive/v1.0.tar.gz" 27 checksum: [ 28 "sha256=056785ac641d801326f9a6a4bc0315eb21e69331e132e008ab774e0ec0fc627a" 29 "md5=8c976b5e24d44aaaee220bb01989251c" 30 ] 31}