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)
|
(name ocaml-google-apps)
|
||||||
(license "undecided")
|
(license "undecided")
|
||||||
(maintainers ["Matthieu Dubuget <matthieu.dubuget@gmail.com>"])
|
(maintainers ["Matthieu Dubuget <matthieu.dubuget@gmail.com>"])
|
||||||
|
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user