7b4930cf0d
* +Range.clear_content * +Sheet.open_spreadsheet * +Sheet.get_sheet_by_name
15 lines
481 B
Plaintext
15 lines
481 B
Plaintext
opam-version: "2.0"
|
|
name: "ocaml-google-apps"
|
|
version: "0.3"
|
|
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 <matthieu.dubuget@gmail.com>"
|
|
authors: ["Matthieu Dubuget <matthieu.dubuget@gmail.com>"]
|
|
build: [["jbuilder" "build" "-p" name "-j" jobs]]
|
|
depends: ["jbuilder" "gen_js_api"]
|