Skip to content

dannywillems/ocaml-cordova-plugin-email-composer

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Packages

No packages published