Skip to content

Commit

Permalink
Require dune.3.17
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarbin committed Dec 16, 2024
1 parent 63e6104 commit 2adf6b0
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 21 deletions.
6 changes: 3 additions & 3 deletions bopkit-tests.opam
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ homepage: "https://github.com/mbarbin/bopkit"
doc: "https://mbarbin.github.io/bopkit/"
bug-reports: "https://github.com/mbarbin/bopkit/issues"
depends: [
"dune" {>= "3.16"}
"dune" {>= "3.17"}
"ocaml" {>= "5.2"}
"ocamlformat" {with-dev-setup & = "0.27.0"}
"ANSITerminal" {>= "0.8.3"}
Expand All @@ -24,7 +24,7 @@ depends: [
"comments-parser" {>= "0.2.2"}
"core" {>= "v0.17" & < "v0.18"}
"core_unix" {>= "v0.17" & < "v0.18"}
"dune-site" {>= "3.16"}
"dune-site" {>= "3.17"}
"expect_test_helpers_core" {>= "v0.17" & < "v0.18"}
"fpath" {>= "0.7.3"}
"fpath-base" {>= "0.2.2"}
Expand All @@ -48,7 +48,7 @@ depends: [
"ppx_sexp_value" {>= "v0.17" & < "v0.18"}
"ppxlib" {>= "0.33"}
"stdio" {>= "v0.17" & < "v0.18"}
"stdune" {>= "3.16"}
"stdune" {>= "3.17"}
"subleq" {= version}
"tsdl" {= "1.0.0"}
"tsdl-image" {>= "0.6"}
Expand Down
6 changes: 3 additions & 3 deletions bopkit.opam
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ homepage: "https://github.com/mbarbin/bopkit"
doc: "https://mbarbin.github.io/bopkit/"
bug-reports: "https://github.com/mbarbin/bopkit/issues"
depends: [
"dune" {>= "3.16"}
"dune" {>= "3.17"}
"ocaml" {>= "5.2"}
"ANSITerminal" {>= "0.8.3"}
"appendable-list" {>= "v0.17" & < "v0.18"}
Expand All @@ -23,7 +23,7 @@ depends: [
"core" {>= "v0.17" & < "v0.18"}
"core_kernel" {>= "v0.17" & < "v0.18"}
"core_unix" {>= "v0.17" & < "v0.18"}
"dune-site" {>= "3.16"}
"dune-site" {>= "3.17"}
"fpath" {>= "0.7.3"}
"fpath-base" {>= "0.2.2"}
"graphics" {>= "5.1.2"}
Expand All @@ -44,7 +44,7 @@ depends: [
"ppx_sexp_value" {>= "v0.17" & < "v0.18"}
"ppxlib" {>= "0.33"}
"stdio" {>= "v0.17" & < "v0.18"}
"stdune" {>= "3.16"}
"stdune" {>= "3.17"}
"tsdl" {= "1.0.0"}
"tsdl-image" {>= "0.6"}
"odoc" {with-doc}
Expand Down
18 changes: 9 additions & 9 deletions dune-project
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(lang dune 3.16)
(lang dune 3.17)

(name bopkit)

Expand Down Expand Up @@ -70,7 +70,7 @@
(>= v0.17)
(< v0.18)))
(dune-site
(>= 3.16))
(>= 3.17))
(fpath
(>= 0.7.3))
(fpath-base
Expand Down Expand Up @@ -130,7 +130,7 @@
(>= v0.17)
(< v0.18)))
(stdune
(>= 3.16))
(>= 3.17))
(tsdl
(= 1.0.0))
(tsdl-image
Expand Down Expand Up @@ -177,7 +177,7 @@
(>= v0.17)
(< v0.18)))
(dune-site
(>= 3.16))
(>= 3.17))
(fpath
(>= 0.7.3))
(fpath-base
Expand Down Expand Up @@ -237,7 +237,7 @@
(>= v0.17)
(< v0.18)))
(stdune
(>= 3.16))))
(>= 3.17))))

(package
(name visa)
Expand Down Expand Up @@ -280,7 +280,7 @@
(>= v0.17)
(< v0.18)))
(dune-site
(>= 3.16))
(>= 3.17))
(fpath
(>= 0.7.3))
(fpath-base
Expand Down Expand Up @@ -340,7 +340,7 @@
(>= v0.17)
(< v0.18)))
(stdune
(>= 3.16))))
(>= 3.17))))

(package
(name bopkit-tests)
Expand Down Expand Up @@ -389,7 +389,7 @@
(>= v0.17)
(< v0.18)))
(dune-site
(>= 3.16))
(>= 3.17))
(expect_test_helpers_core
(and
(>= v0.17)
Expand Down Expand Up @@ -462,7 +462,7 @@
(>= v0.17)
(< v0.18)))
(stdune
(>= 3.16))
(>= 3.17))
(subleq
(= :version))
(tsdl
Expand Down
6 changes: 3 additions & 3 deletions subleq.opam
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ homepage: "https://github.com/mbarbin/bopkit"
doc: "https://mbarbin.github.io/bopkit/"
bug-reports: "https://github.com/mbarbin/bopkit/issues"
depends: [
"dune" {>= "3.16"}
"dune" {>= "3.17"}
"ocaml" {>= "5.2"}
"ANSITerminal" {>= "0.8.3"}
"appendable-list" {>= "v0.17" & < "v0.18"}
Expand All @@ -22,7 +22,7 @@ depends: [
"cmdliner" {>= "1.3.0"}
"core" {>= "v0.17" & < "v0.18"}
"core_unix" {>= "v0.17" & < "v0.18"}
"dune-site" {>= "3.16"}
"dune-site" {>= "3.17"}
"fpath" {>= "0.7.3"}
"fpath-base" {>= "0.2.2"}
"graphics" {>= "5.1.2"}
Expand All @@ -43,7 +43,7 @@ depends: [
"ppx_sexp_value" {>= "v0.17" & < "v0.18"}
"ppxlib" {>= "0.33"}
"stdio" {>= "v0.17" & < "v0.18"}
"stdune" {>= "3.16"}
"stdune" {>= "3.17"}
"odoc" {with-doc}
]
build: [
Expand Down
6 changes: 3 additions & 3 deletions visa.opam
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ homepage: "https://github.com/mbarbin/bopkit"
doc: "https://mbarbin.github.io/bopkit/"
bug-reports: "https://github.com/mbarbin/bopkit/issues"
depends: [
"dune" {>= "3.16"}
"dune" {>= "3.17"}
"ocaml" {>= "5.2"}
"ANSITerminal" {>= "0.8.3"}
"appendable-list" {>= "v0.17" & < "v0.18"}
Expand All @@ -22,7 +22,7 @@ depends: [
"cmdliner" {>= "1.3.0"}
"core" {>= "v0.17" & < "v0.18"}
"core_unix" {>= "v0.17" & < "v0.18"}
"dune-site" {>= "3.16"}
"dune-site" {>= "3.17"}
"fpath" {>= "0.7.3"}
"fpath-base" {>= "0.2.2"}
"graphics" {>= "5.1.2"}
Expand All @@ -43,7 +43,7 @@ depends: [
"ppx_sexp_value" {>= "v0.17" & < "v0.18"}
"ppxlib" {>= "0.33"}
"stdio" {>= "v0.17" & < "v0.18"}
"stdune" {>= "3.16"}
"stdune" {>= "3.17"}
"odoc" {with-doc}
]
build: [
Expand Down

0 comments on commit 2adf6b0

Please sign in to comment.