File tree Expand file tree Collapse file tree 37 files changed +69
-69
lines changed
alcotest/alcotest.1.9.0+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
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
merlin-lib/merlin-lib.5.2.1-502+ox
merlin/merlin.5.2.1-502+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
ppx_deriving/ppx_deriving.6.1.1+ox
ppxlib_ast/ppxlib_ast.0.33.0+ox
textutils_kernel/textutils_kernel.v0.18~preview.130.76+222
textutils/textutils.v0.18~preview.130.76+222
wasm_of_ocaml-compiler/wasm_of_ocaml-compiler.6.0.1+ox Expand file tree Collapse file tree 37 files changed +69
-69
lines changed Original file line number Diff line number Diff 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]
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ bug-reports: "https://github.com/ocaml-multicore/backoff/issues"
1010depends: [
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]
Original file line number Diff line number Diff 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"}
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ bug-reports: "https://github.com/ocaml/merlin/issues"
1313depends: [
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]
1919build: [
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ doc: "https://dune.readthedocs.io/"
1111bug-reports: "https://github.com/ocaml/dune/issues"
1212depends: [
1313 "dune" {>= "3.20"}
14- "ocamlc-loc" {= "3.20.2+ox"}
14+ "ocamlc-loc"
1515 "csexp"
1616 "ordering"
1717 "dyn"
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ bug-reports: "https://github.com/ocaml/dune/issues"
1212depends: [
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]
Original file line number Diff line number Diff 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]
3131available: arch != "arm32" & arch != "x86_32"
3232synopsis: "Library for writing Emacs plugin in OCaml"
Original file line number Diff line number Diff line change @@ -20,10 +20,10 @@ bug-reports: "https://github.com/LexiFi/gen_js_api/issues"
2020depends: [
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]
Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff line change @@ -15,11 +15,11 @@ bug-reports: "https://github.com/ocsigen/js_of_ocaml/issues"
1515depends: [
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]
2525build: [
You can’t perform that action at this time.
0 commit comments