Updated dune files (2.0 -> 2.7)

This commit is contained in:
Matthieu Dubuget 2020-09-07 10:51:41 +02:00
parent ba419d2de7
commit ad06331310
2 changed files with 7 additions and 6 deletions

View File

@ -1,4 +1,4 @@
(lang dune 2.0) (lang dune 2.7)
(name ocaml-google-apps) (name ocaml-google-apps)
(license "undecided") (license "undecided")
(maintainers ["Matthieu Dubuget <matthieu.dubuget@gmail.com>"]) (maintainers ["Matthieu Dubuget <matthieu.dubuget@gmail.com>"])
@ -10,7 +10,7 @@
(generate_opam_files true) (generate_opam_files true)
(package (package
(name ocaml-google-apps) (name ocaml-google-apps)
(synopsis "OCaml binding to Google Apps") (synopsis "OCaml binding to Google Apps")
(description "") (description "")
(depends "gen_js_api") (depends "gen_js_api")
) )

View File

@ -9,11 +9,12 @@ homepage: "https://dubuget.fr/gitea/matthieu/ocaml-google-app"
doc: "https://dubuget.fr/gitea/matthieu/ocaml-google-app" doc: "https://dubuget.fr/gitea/matthieu/ocaml-google-app"
bug-reports: "https://dubuget.fr/gitea/matthieu/ocaml-google-app" bug-reports: "https://dubuget.fr/gitea/matthieu/ocaml-google-app"
depends: [ depends: [
"dune" {>= "2.0"} "dune" {>= "2.7"}
"gen_js_api" "gen_js_api"
"odoc" {with-doc}
] ]
build: [ build: [
["dune" "subst"] {pinned} ["dune" "subst"] {dev}
[ [
"dune" "dune"
"build" "build"