Skip to content

Commit

Permalink
fix dune lower bounds
Browse files Browse the repository at this point in the history
  • Loading branch information
mseri authored Dec 16, 2024
1 parent b35b81d commit c46b46b
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion packages/gobba/gobba.0.4.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ build: [
]

depends: [
"dune" {>= "2.0"}
"dune" {>= "3.0"}
"ocaml" {>= "4.05.0"}
"ANSITerminal"
"ocamline" {>= "1.0" & < "1.2"}
Expand Down
2 changes: 1 addition & 1 deletion packages/lsp/lsp.1.11.3/opam
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ license: "ISC"
homepage: "https://github.com/ocaml/ocaml-lsp"
bug-reports: "https://github.com/ocaml/ocaml-lsp/issues"
depends: [
"dune" {>= "2.9"}
"dune" {>= "3.0"}
"jsonrpc" {= version}
"dyn"
"yojson"
Expand Down
2 changes: 1 addition & 1 deletion packages/lsp/lsp.1.11.4/opam
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ license: "ISC"
homepage: "https://github.com/ocaml/ocaml-lsp"
bug-reports: "https://github.com/ocaml/ocaml-lsp/issues"
depends: [
"dune" {>= "2.9"}
"dune" {>= "3.0"}
"jsonrpc" {= version}
"dyn"
"yojson"
Expand Down
2 changes: 1 addition & 1 deletion packages/lsp/lsp.1.11.5/opam
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ license: "ISC"
homepage: "https://github.com/ocaml/ocaml-lsp"
bug-reports: "https://github.com/ocaml/ocaml-lsp/issues"
depends: [
"dune" {>= "2.9"}
"dune" {>= "3.0"}
"jsonrpc" {= version}
"dyn"
"yojson"
Expand Down
2 changes: 1 addition & 1 deletion packages/lsp/lsp.1.11.6/opam
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ license: "ISC"
homepage: "https://github.com/ocaml/ocaml-lsp"
bug-reports: "https://github.com/ocaml/ocaml-lsp/issues"
depends: [
"dune" {>= "2.9"}
"dune" {>= "3.0"}
"jsonrpc" {= version}
"dyn"
"yojson"
Expand Down
2 changes: 1 addition & 1 deletion packages/lsp/lsp.1.12.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ license: "ISC"
homepage: "https://github.com/ocaml/ocaml-lsp"
bug-reports: "https://github.com/ocaml/ocaml-lsp/issues"
depends: [
"dune" {>= "2.9"}
"dune" {>= "3.0"}
"jsonrpc" {= version}
"dyn"
"yojson"
Expand Down
2 changes: 1 addition & 1 deletion packages/lsp/lsp.1.12.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ license: "ISC"
homepage: "https://github.com/ocaml/ocaml-lsp"
bug-reports: "https://github.com/ocaml/ocaml-lsp/issues"
depends: [
"dune" {>= "2.9"}
"dune" {>= "3.0"}
"jsonrpc" {= version}
"dyn"
"yojson"
Expand Down
2 changes: 1 addition & 1 deletion packages/minicaml/minicaml.0.3.3/opam
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ build: [
[make "test" "-j" jobs] {with-test}
]
depends: [
"dune" {>= "2.0"}
"dune" {>= "3.0"}
"ocaml" {>= "4.05.0"}
"ANSITerminal"
"menhir" {>= "20180528"}
Expand Down
2 changes: 1 addition & 1 deletion packages/minicaml/minicaml.0.4/opam
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ build: [
[make "test" "-j" jobs] {with-test}
]
depends: [
"dune" {>= "2.0"}
"dune" {>= "3.0"}
"ocaml" {>= "4.05.0"}
"ANSITerminal"
"ocamline" {>= "1.0" & < "1.2"}
Expand Down
2 changes: 1 addition & 1 deletion packages/pratter/pratter.3.0.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ homepage: "https://forge.tedomum.net/koizel/pratter"
bug-reports: "https://github.com/gabrielhdt/pratter/issues"
depends: [
"ocaml" {>= "4.08"}
"dune" {>= "2.7"}
"dune" {>= "3.0"}
"camlp-streams" {>= "5.0" & < "6"}
"alcotest" {with-test & >= "1.5.0" & < "2"}
"qcheck" {with-test & >= "0.12"}
Expand Down

0 comments on commit c46b46b

Please sign in to comment.