opam-version: "2.0" maintainer: "Danny Willems " authors: "Danny Willems " homepage: "https://github.com/dannywillems/ocaml-cordova-plugin-geolocation" bug-reports: "https://github.com/dannywillems/ocaml-cordova-plugin-geolocation/issues" license: "LGPL-3.0-only WITH OCaml-LGPL-linking-exception" dev-repo: "git+https://github.com/dannywillems/ocaml-cordova-plugin-geolocation.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-geolocation using gen_js_api." description: """ Binding OCaml to cordova-plugin-geolocation 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-geolocation/archive/v1.0.tar.gz" checksum: [ "sha256=55399f81c1aae7e51ccaae2ac8809a49c0122684fe3f3a83c7f06daa8b224e34" "md5=a52dc9da1561fbf049e6261a439dadeb" ] }