dannywillems / ocaml-cordova-plugin-email-composer

Bindings OCamlt to cordova-plugin-email-composer using gen_js_api.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ocaml-cordova-plugin-email-composer

LGPL-v3 licensed Build Status

Binding to cordova-plugin-email-composer

What does cordova-plugin-email-composer do ?

The plugin provides access to the standard interface that manages the editing and sending an email message.

Source: cordova-plugin-email-composer

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
opam install cordova-plugin-email-composer
  • Else, you can use opam by pinning the repository with
opam pin add cordova-plugin-email-composer https://github.com/dannywillems/ocaml-cordova-plugin-email-composer.git

To compile your project, use

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

Don't forget to install cordova-plugin-email-composer with

cordova plugin add cordova-plugin-email-composer

How to use ?

About

Bindings OCamlt to cordova-plugin-email-composer using gen_js_api.

License:GNU Lesser General Public License v3.0


Languages

Language:OCaml 45.7%Language:Makefile 28.1%Language:Shell 26.2%