Passage à jbuilder + opam

This commit is contained in:
Matthieu Dubuget
2017-08-27 14:59:39 +02:00
parent a4dc480bf2
commit bb1e08cf62
10 changed files with 35 additions and 68 deletions

13
jbuild Normal file
View File

@ -0,0 +1,13 @@
(jbuild_version 1)
(library(
(name googleApps)
(public_name ocaml-google-apps)
(libraries (gen_js_api))
))
(rule(
(targets (googleApps.ml))
(deps (googleApps.mli))
(action (run ${bin:ocamlfind} gen_js_api/gen_js_api ${<}))
))