Cleaning and added doc in the git repo

This commit is contained in:
Matthieu Dubuget
2020-08-26 03:44:00 +02:00
parent e4b72227c4
commit ba419d2de7
23 changed files with 859 additions and 16 deletions

View File

@ -1 +1,16 @@
(lang dune 1.0)
(lang dune 2.0)
(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")
)