Updated dune files (2.0 -> 2.7)
This commit is contained in:
parent
ba419d2de7
commit
ad06331310
@ -1,4 +1,4 @@
|
||||
(lang dune 2.0)
|
||||
(lang dune 2.7)
|
||||
(name ocaml-google-apps)
|
||||
(license "undecided")
|
||||
(maintainers ["Matthieu Dubuget <matthieu.dubuget@gmail.com>"])
|
||||
@ -10,7 +10,7 @@
|
||||
(generate_opam_files true)
|
||||
(package
|
||||
(name ocaml-google-apps)
|
||||
(synopsis "OCaml binding to Google Apps")
|
||||
(description "")
|
||||
(depends "gen_js_api")
|
||||
(synopsis "OCaml binding to Google Apps")
|
||||
(description "")
|
||||
(depends "gen_js_api")
|
||||
)
|
||||
|
@ -9,11 +9,12 @@ homepage: "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"
|
||||
depends: [
|
||||
"dune" {>= "2.0"}
|
||||
"dune" {>= "2.7"}
|
||||
"gen_js_api"
|
||||
"odoc" {with-doc}
|
||||
]
|
||||
build: [
|
||||
["dune" "subst"] {pinned}
|
||||
["dune" "subst"] {dev}
|
||||
[
|
||||
"dune"
|
||||
"build"
|
||||
|
Loading…
Reference in New Issue
Block a user