Skip to content

Commit

Permalink
Updated lang dune version
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenldl committed Jun 18, 2022
1 parent ef60e38 commit f037459
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 8 deletions.
2 changes: 1 addition & 1 deletion dune-project
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(lang dune 2.7)
(lang dune 2.9)

(license "MIT")
(authors "Daypack developers")
Expand Down
4 changes: 3 additions & 1 deletion timedesc-json.opam
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ homepage: "https://github.com/daypack-dev/timere"
bug-reports: "https://github.com/daypack-dev/timere/issues"
depends: [
"ocaml" {>= "4.08.1"}
"dune" {>= "2.7" & >= "2.7.0"}
"dune" {>= "2.9" & >= "2.7.0"}
"timedesc" {>= "0.8.0"}
"odoc" {with-doc}
]
Expand All @@ -22,9 +22,11 @@ build: [
name
"-j"
jobs
"--promote-install-files=false"
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
["dune" "install" "-p" name "--create-install-files" name]
]
dev-repo: "git+https://github.com/daypack-dev/timere.git"
4 changes: 3 additions & 1 deletion timedesc-tzdb.opam
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ homepage: "https://github.com/daypack-dev/timere"
bug-reports: "https://github.com/daypack-dev/timere/issues"
depends: [
"ocaml" {>= "4.08.1"}
"dune" {>= "2.7" & >= "2.7.0"}
"dune" {>= "2.9" & >= "2.7.0"}
"odoc" {with-doc}
]
build: [
Expand All @@ -21,9 +21,11 @@ build: [
name
"-j"
jobs
"--promote-install-files=false"
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
["dune" "install" "-p" name "--create-install-files" name]
]
dev-repo: "git+https://github.com/daypack-dev/timere.git"
4 changes: 3 additions & 1 deletion timedesc-tzlocal-js.opam
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ homepage: "https://github.com/daypack-dev/timere"
bug-reports: "https://github.com/daypack-dev/timere/issues"
depends: [
"ocaml" {>= "4.08.1"}
"dune" {>= "2.7" & >= "2.7.0"}
"dune" {>= "2.9" & >= "2.7.0"}
"timedesc-tzlocal"
"js_of_ocaml" {>= "4.0.0"}
"js_of_ocaml-ppx"
Expand All @@ -24,9 +24,11 @@ build: [
name
"-j"
jobs
"--promote-install-files=false"
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
["dune" "install" "-p" name "--create-install-files" name]
]
dev-repo: "git+https://github.com/daypack-dev/timere.git"
4 changes: 3 additions & 1 deletion timedesc-tzlocal.opam
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ homepage: "https://github.com/daypack-dev/timere"
bug-reports: "https://github.com/daypack-dev/timere/issues"
depends: [
"ocaml" {>= "4.08.1"}
"dune" {>= "2.7" & >= "2.7.0"}
"dune" {>= "2.9" & >= "2.7.0"}
"odoc" {with-doc}
]
build: [
Expand All @@ -21,9 +21,11 @@ build: [
name
"-j"
jobs
"--promote-install-files=false"
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
["dune" "install" "-p" name "--create-install-files" name]
]
dev-repo: "git+https://github.com/daypack-dev/timere.git"
4 changes: 3 additions & 1 deletion timedesc.opam
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ bug-reports: "https://github.com/daypack-dev/timere/issues"
depends: [
"ocaml" {>= "4.08.1"}
"bisect_ppx" {dev & >= "2.5.0"}
"dune" {>= "2.7" & >= "2.7.0"}
"dune" {>= "2.9" & >= "2.7.0"}
"timedesc-tzdb"
"timedesc-tzlocal"
"seq"
Expand All @@ -45,9 +45,11 @@ build: [
name
"-j"
jobs
"--promote-install-files=false"
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
["dune" "install" "-p" name "--create-install-files" name]
]
dev-repo: "git+https://github.com/daypack-dev/timere.git"
4 changes: 3 additions & 1 deletion timere-parse.opam
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ bug-reports: "https://github.com/daypack-dev/timere/issues"
depends: [
"ocaml" {>= "4.08.1"}
"bisect_ppx" {dev & >= "2.5.0"}
"dune" {>= "2.7" & >= "2.7.0"}
"dune" {>= "2.9" & >= "2.7.0"}
"oseq" {>= "0.3"}
"re" {>= "1.9.0"}
"containers" {>= "3.6"}
Expand All @@ -43,9 +43,11 @@ build: [
name
"-j"
jobs
"--promote-install-files=false"
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
["dune" "install" "-p" name "--create-install-files" name]
]
dev-repo: "git+https://github.com/daypack-dev/timere.git"
4 changes: 3 additions & 1 deletion timere.opam
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ bug-reports: "https://github.com/daypack-dev/timere/issues"
depends: [
"ocaml" {>= "4.08.1"}
"bisect_ppx" {dev & >= "2.5.0"}
"dune" {>= "2.7" & >= "2.7.0"}
"dune" {>= "2.9" & >= "2.7.0"}
"seq"
"oseq" {>= "0.3"}
"containers" {>= "3.6"}
Expand All @@ -45,9 +45,11 @@ build: [
name
"-j"
jobs
"--promote-install-files=false"
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
["dune" "install" "-p" name "--create-install-files" name]
]
dev-repo: "git+https://github.com/daypack-dev/timere.git"

0 comments on commit f037459

Please sign in to comment.