Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dune 3.0.0 revdeps #20741

Merged
merged 18 commits into from
Feb 15, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
d807872
opam-dune-lint: Add constraint (uses dune-private-libs.dune-lang)
kit-ty-kate Feb 15, 2022
ed32d5c
lsp >= 1.6.0 < 1.9.1: Add missing dependency (uses result, but starti…
kit-ty-kate Feb 15, 2022
5ffaa9c
ocplib-json-typed is not compatible with dune 3.0.0 (does not have a …
kit-ty-kate Feb 15, 2022
f91f100
cpm is not compatible with dune 3.0 (does not have a dune-project file)
kit-ty-kate Feb 15, 2022
5371f28
dokeysto*.3.0.1 is not compatible with dune 3.0 (does not have a dune…
kit-ty-kate Feb 15, 2022
99d48f9
genspir is not compatible with dune 3.0 (does not have a dune-project…
kit-ty-kate Feb 15, 2022
537ccb2
hacl is not compatible with dune 3.0 (does not have a dune-project file)
kit-ty-kate Feb 15, 2022
4fd7b8e
lwt-canceler.0.1 is not compatible with dune 3.0 (does not have a dun…
kit-ty-kate Feb 15, 2022
5266365
lwt-watcher.0.1 is not compatible with dune 3.0 (does not have a dune…
kit-ty-kate Feb 15, 2022
bf77199
lz4_chans < 3.0.1 is not compatible with dune 3.0 (does not have a du…
kit-ty-kate Feb 15, 2022
2c8b781
molenc < 5.0.0 is not compatible with dune 3.0 (does not have a dune-…
kit-ty-kate Feb 15, 2022
1867663
pardi < 2.0.0 is not compatible with dune 3.0 (does not have a dune-p…
kit-ty-kate Feb 15, 2022
ef9ea06
range < 0.8 is not compatible with dune 3.0 (does not have a dune-pro…
kit-ty-kate Feb 15, 2022
30e7f45
bst is not compatible with dune 3.0 (does not have a dune-project file)
kit-ty-kate Feb 15, 2022
6476770
blake2 is not compatible with dune 3.0 (does not have a dune-project …
kit-ty-kate Feb 15, 2022
1a43848
camlon is not compatible with dune 3.0 (does not have a dune-project …
kit-ty-kate Feb 15, 2022
d5b713a
clap is not compatible with dune 3.0 (does not have a dune-project file)
kit-ty-kate Feb 15, 2022
3ba5b00
rpclib.8.1.2: Add missing dependency (uses result, but starting with …
kit-ty-kate Feb 15, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/blake2/blake2.0.3/opam
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ build: [
["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
depends: [
"dune" {>= "2.0"}
"dune" {>= "2.0" & < "3.0"}
"ocaml" {>= "4.06"}
"alcotest" { with-test }
"hex" {with-test & >= "1.4.0"}
Expand Down
2 changes: 1 addition & 1 deletion packages/bst/bst.6.0.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ build: ["dune" "build" "-p" name "-j" jobs]
depends: [
"ocaml"
"batteries"
"dune"
"dune" {< "3.0"}
"base-unix" {with-test}
"dolog" {< "4.0.0" & with-test}
"minicli" {with-test}
Expand Down
2 changes: 1 addition & 1 deletion packages/bst/bst.6.1.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ build: ["dune" "build" "-p" name "-j" jobs]
depends: [
"ocaml"
"batteries"
"dune"
"dune" {< "3.0"}
"base-unix" {with-test}
"dolog" {< "4.0.0" & with-test}
"minicli" {with-test}
Expand Down
2 changes: 1 addition & 1 deletion packages/bst/bst.7.0.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ build: ["dune" "build" "-p" name "-j" jobs]
depends: [
"ocaml"
"batteries"
"dune"
"dune" {< "3.0"}
"base-unix" {with-test}
"dolog" {< "4.0.0" & with-test}
"minicli" {with-test}
Expand Down
2 changes: 1 addition & 1 deletion packages/camlon/camlon.3.0.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dev-repo: "git+https://gitlab.com/camlspotter/camlon"
build: ["dune" "build" "-p" name "-j" jobs]
depends: [
"ocaml" {>= "4.08.0"}
"dune" {>= "2.0"}
"dune" {>= "2.0" & < "3.0"}
]
synopsis:
"Caml Object Notion, parsing and printing OCaml like data expressions"
Expand Down
2 changes: 1 addition & 1 deletion packages/clap/clap.0.1.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license: "MIT"

depends: [
"ocaml" {>= "4.07"}
"dune"
"dune" {< "3.0"}
]
build: [ ["dune" "build" "-p" name "-j" jobs] ]
synopsis: "Command-Line Argument Parsing, imperative style with a consumption mechanism"
Expand Down
2 changes: 1 addition & 1 deletion packages/cpm/cpm.10.0.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dev-repo: "git+https://github.com/UnixJunkie/cpmlib.git"
license: "LGPL-2.0-or-later"
build: ["dune" "build" "-p" name "-j" jobs]
depends: [
"dune" {>= "1.0"}
"dune" {>= "1.0" & < "3.0"}
"batteries"
"ocaml"
"conf-gnuplot"
Expand Down
2 changes: 1 addition & 1 deletion packages/cpm/cpm.10.2.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dev-repo: "git+https://github.com/UnixJunkie/cpmlib.git"
license: "LGPL-2.0-or-later"
build: ["dune" "build" "-p" name "-j" jobs]
depends: [
"dune" {>= "1.0"}
"dune" {>= "1.0" & < "3.0"}
"batteries"
"ocaml"
"conf-gnuplot"
Expand Down
2 changes: 1 addition & 1 deletion packages/cpm/cpm.11.0.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dev-repo: "git+https://github.com/UnixJunkie/cpmlib.git"
license: "LGPL-2.0-or-later"
build: ["dune" "build" "-p" name "-j" jobs]
depends: [
"dune" {>= "1.0"}
"dune" {>= "1.0" & < "3.0"}
"batteries"
"ocaml"
"conf-gnuplot"
Expand Down
2 changes: 1 addition & 1 deletion packages/cpm/cpm.12.0.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dev-repo: "git+https://github.com/UnixJunkie/cpmlib.git"
license: "LGPL-2.0-or-later"
build: ["dune" "build" "-p" name "-j" jobs]
depends: [
"dune" {>= "1.0"}
"dune" {>= "1.0" & < "3.0"}
"batteries"
"ocaml"
]
Expand Down
2 changes: 1 addition & 1 deletion packages/cpm/cpm.5.0.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license: "LGPL-2.0-or-later"
build: ["dune" "build" "-p" name "-j" jobs]
depends: [
"batteries"
"dune" {>= "1.0"}
"dune" {>= "1.0" & < "3.0"}
"ocaml"
]
synopsis: "The Classification Performance Metrics library"
Expand Down
2 changes: 1 addition & 1 deletion packages/cpm/cpm.6.0.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dev-repo: "git+https://github.com/UnixJunkie/cpmlib.git"
license: "LGPL-2.0-or-later"
build: ["dune" "build" "-p" name "-j" jobs]
depends: [
"dune" {>= "1.0"}
"dune" {>= "1.0" & < "3.0"}
"batteries"
"ocaml"
]
Expand Down
2 changes: 1 addition & 1 deletion packages/cpm/cpm.7.0.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dev-repo: "git+https://github.com/UnixJunkie/cpmlib.git"
license: "LGPL-2.0-or-later"
build: ["dune" "build" "-p" name "-j" jobs]
depends: [
"dune" {>= "1.0"}
"dune" {>= "1.0" & < "3.0"}
"batteries"
"ocaml"
"conf-gnuplot"
Expand Down
2 changes: 1 addition & 1 deletion packages/cpm/cpm.8.0.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dev-repo: "git+https://github.com/UnixJunkie/cpmlib.git"
license: "LGPL-2.0-or-later"
build: ["dune" "build" "-p" name "-j" jobs]
depends: [
"dune" {>= "1.0"}
"dune" {>= "1.0" & < "3.0"}
"batteries"
"ocaml"
"conf-gnuplot"
Expand Down
2 changes: 1 addition & 1 deletion packages/cpm/cpm.9.0.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dev-repo: "git+https://github.com/UnixJunkie/cpmlib.git"
license: "LGPL-2.0-or-later"
build: ["dune" "build" "-p" name "-j" jobs]
depends: [
"dune" {>= "1.0"}
"dune" {>= "1.0" & < "3.0"}
"batteries"
"ocaml"
"conf-gnuplot"
Expand Down
2 changes: 1 addition & 1 deletion packages/dokeysto/dokeysto.3.0.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ build: [
]
depends: [
"ocaml"
"dune" {>= "1.0"}
"dune" {>= "1.0" & < "3.0"}
"base-bytes"
"base-unix"
"extunix"
Expand Down
2 changes: 1 addition & 1 deletion packages/dokeysto_camltc/dokeysto_camltc.3.0.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ build: [
]
depends: [
"ocaml"
"dune" {>= "1.0"}
"dune" {>= "1.0" & < "3.0"}
"dokeysto"
"camltc"
]
Expand Down
2 changes: 1 addition & 1 deletion packages/genspir/genspir.1.0.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dev-repo: "git+https://github.com/UnixJunkie/genspir.git"
license: "BSD-3-Clause"
build: ["dune" "build" "-p" name "-j" jobs]
depends: [
"dune"
"dune" {< "3.0"}
"ocaml"
]
synopsis: "Generate almost uniformly points on a sphere"
Expand Down
2 changes: 1 addition & 1 deletion packages/hacl/hacl.0.3/opam
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ bug-reports: "https://gitlab.com/nomadic-labs/ocaml-hacl/issues"
dev-repo: "git+https://gitlab.com/nomadic-labs/ocaml-hacl.git"
license: "MIT"
depends: [
"dune" {>= "2.0"}
"dune" {>= "2.0" & < "3.0"}
"bigstring" {>= "0.1.1"}
"ocplib-endian" {>= "1.0"}
"zarith" {>= "1.7"}
Expand Down
1 change: 1 addition & 0 deletions packages/lsp/lsp.1.6.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ depends: [
"ppx_yojson_conv_lib"
"csexp"
"uutf"
"result" {>= "1.5"}
"odoc" {with-doc}
"menhir" {with-test}
"cinaps" {with-test}
Expand Down
1 change: 1 addition & 0 deletions packages/lsp/lsp.1.6.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ depends: [
"pp"
"csexp" {>= "1.4.0"}
"uutf"
"result" {>= "1.5"}
"odoc" {with-doc}
"menhir" {with-test}
"cinaps" {with-test}
Expand Down
1 change: 1 addition & 0 deletions packages/lsp/lsp.1.7.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ depends: [
"pp"
"csexp" {>= "1.4"}
"uutf"
"result" {>= "1.5"}
"odoc" {with-doc}
"menhir" {with-test}
"cinaps" {with-test}
Expand Down
1 change: 1 addition & 0 deletions packages/lsp/lsp.1.8.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ depends: [
"yojson"
"ppx_yojson_conv_lib" {>= "v0.14"}
"pp"
"result" {>= "1.5"}
"csexp" {>= "1.4"}
"uutf"
"odoc" {with-doc}
Expand Down
1 change: 1 addition & 0 deletions packages/lsp/lsp.1.8.2/opam
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ depends: [
"yojson"
"ppx_yojson_conv_lib" {>= "v0.14"}
"pp"
"result" {>= "1.5"}
"csexp" {>= "1.5"}
"uutf"
"odoc" {with-doc}
Expand Down
1 change: 1 addition & 0 deletions packages/lsp/lsp.1.8.3/opam
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ depends: [
"yojson"
"ppx_yojson_conv_lib" {>= "v0.14"}
"pp"
"result" {>= "1.5"}
"csexp" {>= "1.5"}
"uutf"
"odoc" {with-doc}
Expand Down
1 change: 1 addition & 0 deletions packages/lsp/lsp.1.9.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ depends: [
"yojson"
"ppx_yojson_conv_lib" {>= "v0.14"}
"pp"
"result" {>= "1.5"}
"csexp" {>= "1.5"}
"uutf"
"odoc" {with-doc}
Expand Down
2 changes: 1 addition & 1 deletion packages/lwt-canceler/lwt-canceler.0.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dev-repo: "git+https://gitlab.com/nomadic-labs/lwt-canceler.git"
license: "MIT"
depends: [
"ocaml"
"dune" { >= "1.7" }
"dune" {>= "1.7" & < "3.0"}
"lwt" { >= "3.0.0" }
]
build: [
Expand Down
2 changes: 1 addition & 1 deletion packages/lwt-watcher/lwt-watcher.0.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dev-repo: "git+https://gitlab.com/nomadic-labs/lwt-watcher.git"
license: "MIT"
depends: [
"ocaml"
"dune"
"dune" {< "3.0"}
"lwt"
]
build: [
Expand Down
2 changes: 1 addition & 1 deletion packages/lz4_chans/lz4_chans.1.0.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ depends: [
"base-unix"
"conf-lz4"
"dolog" {< "4.0.0"}
"dune"
"dune" {< "3.0"}
]
synopsis: "LZ4-compressed binary channels"
description: """
Expand Down
2 changes: 1 addition & 1 deletion packages/lz4_chans/lz4_chans.2.0.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ depends: [
"base-unix"
"conf-lz4"
"dolog" {< "4.0.0"}
"dune"
"dune" {< "3.0"}
]
synopsis: "LZ4-compressed binary channels"
description: """
Expand Down
2 changes: 1 addition & 1 deletion packages/lz4_chans/lz4_chans.3.0.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ depends: [
"base-unix"
"conf-lz4"
"dolog" {>= "4.0.0" & < "5.0.0"}
"dune"
"dune" {< "3.0"}
]
synopsis: "LZ4-compressed binary channels"
description: """
Expand Down
2 changes: 1 addition & 1 deletion packages/molenc/molenc.0.0.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license: "BSD-3-Clause"
build: ["dune" "build" "-p" name "-j" jobs]
install: ["cp" "bin/molenc_type_atoms.py" "%{bin}%/molenc_type_atoms.py"]
depends: [
"dune"
"dune" {< "3.0"}
"batteries"
"dolog" {< "4.0.0"}
"parmap"
Expand Down
2 changes: 1 addition & 1 deletion packages/molenc/molenc.1.0.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ install: [
["cp" "bin/molenc.sh" "%{bin}%/molenc.sh"]
]
depends: [
"dune"
"dune" {< "3.0"}
"batteries"
"dolog" {< "4.0.0"}
"minicli"
Expand Down
2 changes: 1 addition & 1 deletion packages/molenc/molenc.1.1.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ install: [
["cp" "bin/molenc.sh" "%{bin}%/molenc.sh"]
]
depends: [
"dune"
"dune" {< "3.0"}
"batteries"
"dolog" {< "4.0.0"}
"minicli"
Expand Down
2 changes: 1 addition & 1 deletion packages/molenc/molenc.2.0.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ install: [
]
depends: [
"bst"
"dune"
"dune" {< "3.0"}
"batteries"
"dolog" {< "4.0.0"}
"minicli"
Expand Down
2 changes: 1 addition & 1 deletion packages/molenc/molenc.4.0.2/opam
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ install: [
]
depends: [
"bst"
"dune"
"dune" {< "3.0"}
"batteries"
"dolog" {< "4.0.0"}
"minicli"
Expand Down
2 changes: 1 addition & 1 deletion packages/ocplib-json-typed/ocplib-json-typed.0.7.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dev-repo: "git+https://github.com/ocamlpro/ocplib-json-typed.git"
build: [ "dune" "build" "-j" jobs "-p" name "@install" "@runtest" {with-test} ]
depends: [
"ocaml" {>= "4.03.0"}
"dune" {>= "1.0.1"}
"dune" {>= "1.0.1" & < "3.0.0"}
"uri" {>= "1.9.0" }
]
url {
Expand Down
2 changes: 1 addition & 1 deletion packages/ocplib-json-typed/ocplib-json-typed.0.7/opam
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dev-repo: "git+https://github.com/ocamlpro/ocplib-json-typed.git"
build: [ "dune" "build" "-j" jobs "-p" name "@install" "@runtest" {with-test} ]
depends: [
"ocaml" {>= "4.03.0"}
"dune" {>= "1.0.1"}
"dune" {>= "1.0.1" & < "3.0.0"}
"uri" {>= "1.9.0" }
]
url {
Expand Down
2 changes: 1 addition & 1 deletion packages/opam-dune-lint/opam-dune-lint.0.2/opam
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ depends: [
"astring" {>= "0.8.5"}
"sexplib" {>= "v0.14.0"}
"cmdliner" {>= "1.0.4"}
"dune-private-libs" {>= "2.8.0"}
"dune-private-libs" {>= "2.8.0" & < "3.0.0"}
"ocaml" {>= "4.10.0"}
"bos" {>= "0.2.0"}
"fmt" {>= "0.8.9"}
Expand Down
2 changes: 1 addition & 1 deletion packages/pardi/pardi.1.0.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dev-repo: "git+https://github.com/UnixJunkie/pardi.git"
license: "GPL-1.0-or-later"
build: ["dune" "build" "-p" name "-j" jobs]
depends: [
"dune"
"dune" {< "3.0"}
"batteries"
"dolog" {< "4.0.0"}
"parany" {>= "6.0.0" & < "10.0.0"}
Expand Down
2 changes: 1 addition & 1 deletion packages/pardi/pardi.1.0.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dev-repo: "git+https://github.com/UnixJunkie/pardi.git"
license: "GPL-1.0-or-later"
build: ["dune" "build" "-p" name "-j" jobs]
depends: [
"dune"
"dune" {< "3.0"}
"batteries"
"dolog" {< "4.0.0"}
"parany" {>= "6.0.0" & < "10.0.0"}
Expand Down
2 changes: 1 addition & 1 deletion packages/range/range.0.3/opam
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ url {
}
depends: [
"ocaml" {>= "4.01.0"}
"dune"
"dune" {< "3.0"}
]
build: ["dune" "build" "-p" name "-j" jobs]
2 changes: 1 addition & 1 deletion packages/range/range.0.4/opam
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ url {
}
depends: [
"ocaml" {>= "4.03.0"}
"dune"]
"dune" {< "3.0"}]
build: ["dune" "build" "-p" name "-j" jobs]
2 changes: 1 addition & 1 deletion packages/range/range.0.5/opam
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ url {
depends: [
"ocaml" {>= "4.03.0"}
"base" {< "v0.12"}
"dune"]
"dune" {< "3.0"}]
build: ["dune" "build" "-p" name "-j" jobs]
2 changes: 1 addition & 1 deletion packages/range/range.0.6/opam
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ bug-reports :"https://github.com/aldrikfr/range/issues"
depends: [
"ocaml" {>= "4.03.0"}
"base" {>= "v0.12" & < "v0.15"}
"dune"
"dune" {< "3.0"}
]
build: ["dune" "build" "-p" name "-j" jobs]
url {
Expand Down
Loading