opam-version: "2.0" maintainer: "Danny Willems " authors: "Danny Willems " homepage: "https://github.com/dannywillems/ocaml-cordova-plugin-sim-card" bug-reports: "https://github.com/dannywillems/ocaml-cordova-plugin-sim-card/issues" license: "LGPL-3.0-only WITH OCaml-LGPL-linking-exception" dev-repo: "git+https://github.com/dannywillems/ocaml-cordova-plugin-sim-card.git" build: [make "build"] install: [make "install"] remove: [make "remove"] depends: [ "ocaml" {>= "4.03.0"} "ocamlfind" {build} "gen_js_api" "js_of_ocaml" "cordova" ] synopsis: "Binding OCaml to cordova-plugin-sim-card using gen_js_api." description: """ Binding OCaml to cordova-plugin-sim-card 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-sim-card/archive/v1.0.tar.gz" checksum: [ "sha256=076da2ef9494272acc09c41813ad83955a80fdf982d07f4214a6dbf840a3dda4" "md5=4ea9b720ff653c47f4ce421e6d9622f2" ] }