Passage à dune

This commit is contained in:
Matthieu Dubuget
2019-11-03 08:30:46 +01:00
parent 7b4930cf0d
commit e4b72227c4
5 changed files with 16 additions and 17 deletions

11
dune Normal file
View File

@ -0,0 +1,11 @@
(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 %{deps}))
)