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-globalization" 6bug-reports: 7"https://github.com/dannywillems/ocaml-cordova-plugin-globalization/issues" 8license: "LGPL-3.0-only WITH OCaml-LGPL-linking-exception" 9dev-repo: 10 "git+https://github.com/dannywillems/ocaml-cordova-plugin-globalization.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-globalization using gen_js_api." 21description: """ 22Binding OCaml to cordova-plugin-globalization 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-globalization/archive/v1.0.tar.gz" 27 checksum: [ 28 "sha256=86d58872f9fbf22f0920a95700c989ce7b6f5eb2addfef0e91e9099cce567da6" 29 "md5=ca0e9735354f39f0f650940b1ee1eabb" 30 ] 31}