this repo has no description
1opam-version: "2.0"
2maintainer: "Danny Willems <contact@danny-willems.be>"
3authors: "Danny Willems <contact@danny-willems.be>"
4homepage: "https://github.com/dannywillems/ocaml-cordova-plugin-sim-card"
5bug-reports:
6"https://github.com/dannywillems/ocaml-cordova-plugin-sim-card/issues"
7license: "LGPL-3.0-only WITH OCaml-LGPL-linking-exception"
8dev-repo:
9 "git+https://github.com/dannywillems/ocaml-cordova-plugin-sim-card.git"
10build: [make "build"]
11install: [make "install"]
12remove: [make "remove"]
13depends: [
14 "ocaml" {>= "4.03.0"}
15 "ocamlfind" {build}
16 "gen_js_api"
17 "js_of_ocaml"
18 "cordova"
19]
20synopsis: "Binding OCaml to cordova-plugin-sim-card using gen_js_api."
21description: """
22Binding OCaml to cordova-plugin-sim-card 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-sim-card/archive/v1.0.tar.gz"
27 checksum: [
28 "sha256=076da2ef9494272acc09c41813ad83955a80fdf982d07f4214a6dbf840a3dda4"
29 "md5=4ea9b720ff653c47f4ce421e6d9622f2"
30 ]
31}