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

15 lines
478 B
Plaintext
Raw Normal View History

2017-08-27 12:59:39 +00:00
opam-version: "2.0"
name: "ocaml-google-apps"
2019-11-03 07:30:46 +00:00
version: "0.4"
2017-08-27 12:59:39 +00:00
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.
2019-11-03 07:30:46 +00:00
Functions are added/adapted when needed.
2017-08-27 12:59:39 +00:00
"""
maintainer: "Matthieu Dubuget <matthieu.dubuget@gmail.com>"
authors: ["Matthieu Dubuget <matthieu.dubuget@gmail.com>"]
2019-11-03 07:30:46 +00:00
build: [["dune" "build" "-p" name "-j" jobs]]
depends: ["dune" {build} "gen_js_api"]