dannywillems / ocaml-cordova-plugin-progress

Binding in OCaml to cordova-plugin-progress using gen_js_api.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ocaml-cordova-plugin-progress

LGPL-v3 licensed Build Status

Currently only for iOS

Binding to cordova-plugin-progress

What does cordova-plugin-progress do ?

Cordova / PhoneGap Plugin for Progress HUD Notifications via KVNProgress.

Source: cordova-plugin-progress

How to install and compile your project by using this plugin ?

Don't forget to switch to a compiler >= 4.03.0.

opam switch 4.03.0

You can use opam by pinning the repository with

opam pin add cordova-plugin-progress https://github.com/dannywillems/ocaml-cordova-plugin-progress.git

and to compile your project, use

ocamlfind ocamlc -c -o [output_file] -package gen_js_api -package cordova-plugin-progress [...] -linkpkg [other arguments]

Don't forget to install the cordova plugin progress with

cordova plugin add cordova-plugin-progress

How to use ?

About

Binding in OCaml to cordova-plugin-progress using gen_js_api.

License:GNU Lesser General Public License v3.0


Languages

Language:OCaml 46.8%Language:Shell 26.9%Language:Makefile 26.3%