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-loading-spinner"
6bug-reports:
7"https://github.com/dannywillems/ocaml-cordova-plugin-loading-spinner/issues"
8license: "LGPL-3.0-only WITH OCaml-LGPL-linking-exception"
9dev-repo:
10 "git+https://github.com/dannywillems/ocaml-cordova-plugin-loading-spinner.git"
11build: [make "build"]
12install: [make "install"]
13remove: [make "remove"]
14depends: [
15 "ocaml" {>= "4.03.0"}
16 "ocamlfind" {build}
17 "gen_js_api"
18]
19synopsis: "Binding OCaml to cordova-plugin-loading-spinner using gen_js_api."
20description: """
21Binding OCaml to cordova-plugin-loading-spinner using gen_js_api.
22See https://github.com/dannywillems/ocaml-cordova-plugin-list for the complete list of bindings to Cordova plugins."""
23url {
24 src:
25 "https://github.com/dannywillems/ocaml-cordova-plugin-loading-spinner/archive/v1.0.tar.gz"
26 checksum: [
27 "sha256=0c2c9ebe29e0566bf6d18f69475d33592cb77b991e6b1e521106537ab4d87f0d"
28 "md5=3f86d155fbb58320cef560b9854d684f"
29 ]
30}