opam-version: "2.0" name: "ocaml-google-apps" version: "0.2" synopsis: "OCaml binding to Google Apps" description: """ Binding to Google Apps using gen_js_api (https://github.com/LexiFi/gen_js_api): to be used with js_of_ocaml. Functions are added/adapted when I need it. """ maintainer: "Matthieu Dubuget " authors: ["Matthieu Dubuget "] build: [["jbuilder" "build" "-p" name "-j" jobs]] depends: ["jbuilder" "gen_js_api"]