ocaml-google-app/ocaml-google-apps.opam

15 lines
481 B
Plaintext

opam-version: "2.0"
name: "ocaml-google-apps"
version: "0.1"
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"]