Skip to content

Commit 848da26

Browse files
committed
Remove +ox constraints from forks
1 parent 10d3b4c commit 848da26

File tree

37 files changed

+69
-69
lines changed
  • packages
    • alcotest/alcotest.1.9.0+ox
    • backoff/backoff.0.1.1+ox
    • ctypes-foreign/ctypes-foreign.0.23.0+ox
    • dot-merlin-reader/dot-merlin-reader.5.2.1-502+ox
    • dune-rpc/dune-rpc.3.20.2+ox
    • dyn/dyn.3.20.2+ox
    • ecaml/ecaml.v0.18~preview.130.76+222
    • gen_js_api/gen_js_api.1.1.2+ox
    • js_of_ocaml-compiler/js_of_ocaml-compiler.6.0.1+ox
    • js_of_ocaml-ppx/js_of_ocaml-ppx.6.0.1+ox
    • js_of_ocaml-toplevel/js_of_ocaml-toplevel.6.0.1+ox
    • js_of_ocaml/js_of_ocaml.6.0.1+ox
    • lsp/lsp.1.19.0+ox
    • lwt_ppx/lwt_ppx.5.9.1+ox
    • mdx/mdx.2.5.0+ox
    • merlin-lib/merlin-lib.5.2.1-502+ox
    • merlin/merlin.5.2.1-502+ox
    • notty-community/notty-community.0.2.4+ox
    • ocaml-index/ocaml-index.1.1+ox
    • ocaml-lsp-server/ocaml-lsp-server.1.19.0+ox
    • ocamlformat-lib/ocamlformat-lib.0.26.2+ox
    • ocamlformat/ocamlformat.0.26.2+ox
    • ojs/ojs.1.1.2+ox
    • ppx_deriving/ppx_deriving.6.1.1+ox
    • ppxlib_ast/ppxlib_ast.0.33.0+ox
    • ppxlib/ppxlib.0.33.0+ox
    • re/re.1.14.0+ox
    • sedlex
    • stdune/stdune.3.20.2+ox
    • textutils_kernel/textutils_kernel.v0.18~preview.130.76+222
    • textutils/textutils.v0.18~preview.130.76+222
    • topkg/topkg.1.0.8+ox
    • utop/utop.2.16.0+ox
    • uutf/uutf.1.0.3+ox
    • wasm_of_ocaml-compiler/wasm_of_ocaml-compiler.6.0.1+ox
    • zarith/zarith.1.14+ox

37 files changed

+69
-69
lines changed

packages/alcotest/alcotest.1.9.0+ox/opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ depends: [
2525
"astring"
2626
"cmdliner" {>= "1.2.0"}
2727
"cmdliner" {with-test & < "2.0.0"}
28-
"re" {= "1.14.0+ox"}
28+
"re" {>= "1.7.2"}
2929
"stdlib-shims"
30-
"uutf" {= "1.0.3+ox"}
30+
"uutf" {>= "1.0.1"}
3131
"ocaml-syntax-shims"
3232
"odoc" {with-doc}
3333
]

packages/backoff/backoff.0.1.1+ox/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ bug-reports: "https://github.com/ocaml-multicore/backoff/issues"
1010
depends: [
1111
"dune" {>= "3.3"}
1212
"ocaml" {>= "4.12"}
13-
"alcotest" {>= "1.7.0" & with-test & = "1.9.0+ox"}
13+
"alcotest" {>= "1.7.0" & with-test}
1414
"domain_shims" {>= "0.1.0" & with-test}
1515
"odoc" {with-doc}
1616
]

packages/ctypes-foreign/ctypes-foreign.0.23.0+ox/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ depends: [
1616
"dune" {>= "2.9"}
1717
"ocaml" {>= "4.03.0"}
1818
"integers" {with-test & >= "0.2.2"}
19-
"ctypes" {= version & = "0.23.0+ox"}
19+
"ctypes" {= version}
2020
"dune-configurator"
2121
"conf-pkg-config"
2222
"lwt" {with-test & >= "2.4.7"}

packages/dot-merlin-reader/dot-merlin-reader.5.2.1-502+ox/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ bug-reports: "https://github.com/ocaml/merlin/issues"
1313
depends: [
1414
"ocaml" {>= "5.2"}
1515
"dune" {>= "3.0"}
16-
"merlin-lib" {= version & = "5.2.1-502+ox"}
16+
"merlin-lib" {= version}
1717
"ocamlfind" {>= "1.6.0"}
1818
]
1919
build: [

packages/dune-rpc/dune-rpc.3.20.2+ox/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ doc: "https://dune.readthedocs.io/"
1111
bug-reports: "https://github.com/ocaml/dune/issues"
1212
depends: [
1313
"dune" {>= "3.20"}
14-
"ocamlc-loc" {= "3.20.2+ox"}
14+
"ocamlc-loc"
1515
"csexp"
1616
"ordering"
1717
"dyn"

packages/dyn/dyn.3.20.2+ox/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ bug-reports: "https://github.com/ocaml/dune/issues"
1212
depends: [
1313
"dune" {>= "3.20"}
1414
"ocaml" {>= "4.08.0"}
15-
"ordering" {= "3.20.2+ox"}
15+
"ordering" {= version}
1616
"pp" {>= "1.1.0"}
1717
"odoc" {with-doc}
1818
]

packages/ecaml/ecaml.v0.18~preview.130.76+222/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ depends: [
2626
"sexplib" {= "v0.18~preview.130.76+222"}
2727
"dune" {>= "3.17.0"}
2828
"memtrace" {>= "0.2.1.2"}
29-
"uutf" {= "1.0.3+ox"}
29+
"uutf" {>= "1.0.3"}
3030
]
3131
available: arch != "arm32" & arch != "x86_32"
3232
synopsis: "Library for writing Emacs plugin in OCaml"

packages/gen_js_api/gen_js_api.1.1.2+ox/opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ bug-reports: "https://github.com/LexiFi/gen_js_api/issues"
2020
depends: [
2121
"dune" {>= "2.7"}
2222
"ocaml" {>= "4.08"}
23-
"ppxlib" {= "0.33.0+ox"}
23+
"ppxlib" {>= "0.33.0"}
2424
"js_of_ocaml-compiler" {with-test}
2525
"conf-npm" {with-test}
26-
"ojs" {= version & = "1.1.2+ox"}
26+
"ojs" {= version}
2727
"ppxlib_jane"
2828
"odoc" {with-doc}
2929
]

packages/js_of_ocaml-compiler/js_of_ocaml-compiler.6.0.1+ox/opam

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ depends: [
1717
"ocaml" {>= "4.08" & < "5.4"}
1818
"num" {with-test}
1919
"ppx_expect" {>= "v0.16.1" & with-test}
20-
"ppxlib" {= "0.33.0+ox"}
21-
"re" {with-test & = "1.14.0+ox"}
20+
"ppxlib" {>= "0.15.0" & < "0.36.0"}
21+
"re" {with-test}
2222
"cmdliner" {>= "1.1.0"}
23-
"sedlex" {= "3.6+ox"}
23+
"sedlex" {>= "3.3"}
2424
"qcheck" {with-test}
2525
"menhir"
2626
"menhirLib"

packages/js_of_ocaml-ppx/js_of_ocaml-ppx.6.0.1+ox/opam

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ bug-reports: "https://github.com/ocsigen/js_of_ocaml/issues"
1515
depends: [
1616
"dune" {>= "3.17"}
1717
"ocaml" {>= "4.08"}
18-
"js_of_ocaml" {= version & = "6.0.1+ox"}
19-
"ppxlib" {= "0.33.0+ox"}
18+
"js_of_ocaml" {= version}
19+
"ppxlib" {>= "0.15.0" & < "0.36.0"}
2020
"num" {with-test}
2121
"ppx_expect" {>= "v0.14.2" & with-test}
22-
"re" {>= "1.9.0" & with-test & = "1.14.0+ox"}
22+
"re" {>= "1.9.0" & with-test}
2323
"odoc" {with-doc}
2424
]
2525
build: [

0 commit comments

Comments
 (0)