17 lines
541 B
Plaintext
17 lines
541 B
Plaintext
(lang dune 2.7)
|
|
(name ocaml-google-apps)
|
|
(license "undecided")
|
|
(maintainers ["Matthieu Dubuget <matthieu.dubuget@gmail.com>"])
|
|
(authors ["Matthieu Dubuget <matthieu.dubuget@gmail.com>"])
|
|
(bug_reports "https://dubuget.fr/gitea/matthieu/ocaml-google-app")
|
|
(homepage "https://dubuget.fr/gitea/matthieu/ocaml-google-app")
|
|
(documentation "https://dubuget.fr/gitea/matthieu/ocaml-google-app")
|
|
|
|
(generate_opam_files true)
|
|
(package
|
|
(name ocaml-google-apps)
|
|
(synopsis "OCaml binding to Google Apps")
|
|
(description "")
|
|
(depends "gen_js_api")
|
|
)
|