This commit is contained in:
Matthieu Dubuget
2016-12-07 23:21:43 +01:00
parent 9ec88ea823
commit 54f7114c44
3 changed files with 266 additions and 134 deletions

7
opam Normal file
View File

@ -0,0 +1,7 @@
opam-version: "1.2"
name: "ocaml-google-apps"
version: "0.1"
maintainer: "Matthieu Dubuget <matthieu.dubuget@gmail.com>"
install: [make "install"]
remove: [make "uninstall"]
depends: "ocamlfind"