diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000..4df898c8f0 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,8 @@ +# Automatically determine text files and normalise endings in the repository. +* text=auto + +# Shell scripts, etc. must have LF endings, even on Windows +*.sh text eol=lf + +# All generated by layout.sh +/packages/oxcaml-**/*/opam text linguist-generated diff --git a/layout.sh b/layout.sh new file mode 100755 index 0000000000..50c38a35ce --- /dev/null +++ b/layout.sh @@ -0,0 +1,100 @@ +#!/usr/bin/env bash + +if [[ $(basename "$PWD") != 'packages' ]]; then + echo 'Expect to be run from within a packages directory?'>&2 + exit 1 +elif [[ ! -d ocaml-variants/ocaml-variants.5.2.0+ox ]]; then + echo 'Expect to be run in an OxCaml opam-repository?'>&2 + exit 1 +fi + +rm -rf oxcaml-* +last_guard='' +for entry in *; do + if [[ -d $entry ]]; then + [[ $entry != 'ocaml-variants' ]] || continue + for package in "$entry/"*; do + if [[ -e $package/opam ]]; then + package="${package#"$entry"/}" + case $package in + *~preview.*) + # Ignore JS 0.18 preview packages + ;; + *) + if [[ -z $last_guard ]]; then + mkdir -p oxcaml-patch-guards/oxcaml-patch-guards.ox + cat > oxcaml-patch-guards/oxcaml-patch-guards.ox/opam <" +authors: "David Allsopp" +license: "CC0-1.0+" +homepage: "https://oxcaml.org" +bug-reports: "https://github.com/oxcaml/opam-repository/issues" +depends: "oxcaml-$entry" {post} | "oxcaml-$entry-patches" {post} +EOF + fi + if [[ ! -e oxcaml-$entry/oxcaml-$entry.guard/opam ]]; then + mkdir -p "oxcaml-$entry/oxcaml-$entry.guard" + cat > "oxcaml-$entry/oxcaml-$entry.guard/opam" <" +authors: "David Allsopp" +license: "CC0-1.0+" +homepage: "https://oxcaml.org" +bug-reports: "https://github.com/oxcaml/opam-repository/issues" +conflicts: [ "oxcaml-$entry-patches" "$entry" ] +EOF + if [[ -n $last_guard ]]; then + cat >> "oxcaml-$last_guard/oxcaml-$last_guard.guard/opam" < "oxcaml-$entry-patches/oxcaml-$entry-patches.enabled/opam" <" +authors: "David Allsopp" +license: "CC0-1.0+" +homepage: "https://oxcaml.org" +bug-reports: "https://github.com/oxcaml/opam-repository/issues" +conflicts: "oxcaml-$entry" +depends: [ + "$entry" {build & ( + ${entry//?/ } = "${package#"$entry".}" +EOF + if [[ -n $last_guard ]]; then + sed -i -e '/depends:/a\ ("oxcaml-'"$entry"'" {post} | "oxcaml-'"$entry"'-patches" {post})' "oxcaml-$last_guard-patches/oxcaml-$last_guard-patches.enabled/opam" + fi + last_guard="$entry" + else + cat >> "oxcaml-$entry-patches/oxcaml-$entry-patches.enabled/opam" <> "$entry/"*"/opam" <= "1.2.0"} "cmdliner" {with-test & < "2.0.0"} - "re" {= "1.14.0+ox"} + "re" {>= "1.7.2"} "stdlib-shims" - "uutf" {= "1.0.3+ox"} + "uutf" {>= "1.0.1"} "ocaml-syntax-shims" "odoc" {with-doc} ] diff --git a/packages/am_running_how_js/am_running_how_js.v0.18~preview.130.76+222/opam b/packages/am_running_how_js/am_running_how_js.v0.18~preview.130.76+222/opam index 6e3b184378..d4574ecb17 100644 --- a/packages/am_running_how_js/am_running_how_js.v0.18~preview.130.76+222/opam +++ b/packages/am_running_how_js/am_running_how_js.v0.18~preview.130.76+222/opam @@ -15,8 +15,8 @@ depends: [ "core" {= "v0.18~preview.130.76+222"} "ppx_jane" {= "v0.18~preview.130.76+222"} "dune" {>= "3.17.0"} - "js_of_ocaml" {= "6.0.1+ox"} - "js_of_ocaml-ppx" {= "6.0.1+ox"} + "js_of_ocaml" {>= "6.0.1"} + "js_of_ocaml-ppx" {>= "6.0.1"} ] available: arch != "arm32" & arch != "x86_32" synopsis: diff --git a/packages/async_interactive/async_interactive.v0.18~preview.130.76+222/opam b/packages/async_interactive/async_interactive.v0.18~preview.130.76+222/opam index cd39a5b7fd..e5f37b9bf9 100644 --- a/packages/async_interactive/async_interactive.v0.18~preview.130.76+222/opam +++ b/packages/async_interactive/async_interactive.v0.18~preview.130.76+222/opam @@ -17,7 +17,7 @@ depends: [ "core_unix" {= "v0.18~preview.130.76+222"} "ppx_jane" {= "v0.18~preview.130.76+222"} "dune" {>= "3.17.0"} - "spawn" {= "v0.15.1+ox"} + "spawn" {>= "v0.15"} ] available: arch != "arm32" & arch != "x86_32" synopsis: "Utilities for building simple command-line based user interfaces" diff --git a/packages/async_js/async_js.v0.18~preview.130.76+222/opam b/packages/async_js/async_js.v0.18~preview.130.76+222/opam index c74c5e2247..286398c76b 100644 --- a/packages/async_js/async_js.v0.18~preview.130.76+222/opam +++ b/packages/async_js/async_js.v0.18~preview.130.76+222/opam @@ -17,8 +17,8 @@ depends: [ "ppx_expect" {= "v0.18~preview.130.76+222"} "ppx_jane" {= "v0.18~preview.130.76+222"} "dune" {>= "3.17.0"} - "js_of_ocaml" {= "6.0.1+ox"} - "js_of_ocaml-ppx" {= "6.0.1+ox"} + "js_of_ocaml" {>= "6.0.1"} + "js_of_ocaml-ppx" {>= "6.0.1"} "uri" {>= "3.0.0"} "uri-sexp" {>= "3.0.0"} ] diff --git a/packages/async_ssl/async_ssl.v0.18~preview.130.76+222/opam b/packages/async_ssl/async_ssl.v0.18~preview.130.76+222/opam index deb215354e..07d270e304 100644 --- a/packages/async_ssl/async_ssl.v0.18~preview.130.76+222/opam +++ b/packages/async_ssl/async_ssl.v0.18~preview.130.76+222/opam @@ -19,8 +19,8 @@ depends: [ "ppx_optcomp" {= "v0.18~preview.130.76+222"} "stdio" {= "v0.18~preview.130.76+222"} "conf-libssl" - "ctypes" {= "0.23.0+ox"} - "ctypes-foreign" {= "0.23.0+ox"} + "ctypes" {>= "0.23.0"} + "ctypes-foreign" {>= "0.23.0"} "dune" {>= "3.17.0"} "dune-configurator" "integers" diff --git a/packages/backoff/backoff.0.1.1+ox/opam b/packages/backoff/backoff.0.1.1+ox/opam index acc8695faf..b574fccdbc 100644 --- a/packages/backoff/backoff.0.1.1+ox/opam +++ b/packages/backoff/backoff.0.1.1+ox/opam @@ -10,7 +10,7 @@ bug-reports: "https://github.com/ocaml-multicore/backoff/issues" depends: [ "dune" {>= "3.3"} "ocaml" {>= "4.12"} - "alcotest" {>= "1.7.0" & with-test & = "1.9.0+ox"} + "alcotest" {>= "1.7.0" & with-test} "domain_shims" {>= "0.1.0" & with-test} "odoc" {with-doc} ] diff --git a/packages/base/base.v0.18~preview.130.76+222/opam b/packages/base/base.v0.18~preview.130.76+222/opam index 824bf21220..37e9248ba5 100644 --- a/packages/base/base.v0.18~preview.130.76+222/opam +++ b/packages/base/base.v0.18~preview.130.76+222/opam @@ -22,7 +22,7 @@ depends: [ "sexplib0" {= "v0.18~preview.130.76+222"} "dune" {>= "3.17.0"} "dune-configurator" - "ppxlib" {= "0.33.0+ox"} + "ppxlib" {>= "0.33.0"} ] available: arch != "arm32" & arch != "x86_32" synopsis: "Full standard library replacement for OCaml" diff --git a/packages/base_quickcheck/base_quickcheck.v0.18~preview.130.76+222/opam b/packages/base_quickcheck/base_quickcheck.v0.18~preview.130.76+222/opam index fd5995ade9..eb6f9088b5 100644 --- a/packages/base_quickcheck/base_quickcheck.v0.18~preview.130.76+222/opam +++ b/packages/base_quickcheck/base_quickcheck.v0.18~preview.130.76+222/opam @@ -24,8 +24,8 @@ depends: [ "ppxlib_jane" {= "v0.18~preview.130.76+222"} "splittable_random" {= "v0.18~preview.130.76+222"} "dune" {>= "3.17.0"} - "ocaml-compiler-libs" {= "v0.17.0+ox"} - "ppxlib" {= "0.33.0+ox"} + "ocaml-compiler-libs" {>= "v0.17.0"} + "ppxlib" {>= "0.33.0"} ] available: arch != "arm32" & arch != "x86_32" synopsis: diff --git a/packages/bigdecimal/bigdecimal.v0.18~preview.130.76+222/opam b/packages/bigdecimal/bigdecimal.v0.18~preview.130.76+222/opam index 5c39eefdb4..8e87cbc4ab 100644 --- a/packages/bigdecimal/bigdecimal.v0.18~preview.130.76+222/opam +++ b/packages/bigdecimal/bigdecimal.v0.18~preview.130.76+222/opam @@ -17,7 +17,7 @@ depends: [ "ppx_jane" {= "v0.18~preview.130.76+222"} "ppx_stable_witness" {= "v0.18~preview.130.76+222"} "dune" {>= "3.17.0"} - "zarith" {= "1.12+ox"} + "zarith" {>= "1.12"} ] available: arch != "arm32" & arch != "x86_32" synopsis: "Arbitrary-precision decimal based on Zarith" diff --git a/packages/bignum/bignum.v0.18~preview.130.76+222/opam b/packages/bignum/bignum.v0.18~preview.130.76+222/opam index b7b7d2d6b9..ae49b4c844 100644 --- a/packages/bignum/bignum.v0.18~preview.130.76+222/opam +++ b/packages/bignum/bignum.v0.18~preview.130.76+222/opam @@ -20,7 +20,7 @@ depends: [ "zarith_stubs_js" {= "v0.18~preview.130.76+222"} "dune" {>= "3.17.0"} "num" - "zarith" {= "1.12+ox"} + "zarith" {>= "1.12"} ] available: arch != "arm32" & arch != "x86_32" synopsis: diff --git a/packages/bonsai/bonsai.v0.18~preview.130.76+222/opam b/packages/bonsai/bonsai.v0.18~preview.130.76+222/opam index 42b7e7a071..bc962abefb 100644 --- a/packages/bonsai/bonsai.v0.18~preview.130.76+222/opam +++ b/packages/bonsai/bonsai.v0.18~preview.130.76+222/opam @@ -27,8 +27,8 @@ depends: [ "uopt" {= "v0.18~preview.130.76+222"} "virtual_dom" {= "v0.18~preview.130.76+222"} "dune" {>= "3.17.0"} - "js_of_ocaml-ppx" {= "6.0.1+ox"} - "ppxlib" {= "0.33.0+ox"} + "js_of_ocaml-ppx" {>= "6.0.1"} + "ppxlib" {>= "0.33.0"} ] available: arch != "arm32" & arch != "x86_32" synopsis: "A library for building dynamic webapps, using Js_of_ocaml" diff --git a/packages/bonsai_bench/bonsai_bench.v0.18~preview.130.76+222/opam b/packages/bonsai_bench/bonsai_bench.v0.18~preview.130.76+222/opam index e84d187db8..5eeb1fc1a3 100644 --- a/packages/bonsai_bench/bonsai_bench.v0.18~preview.130.76+222/opam +++ b/packages/bonsai_bench/bonsai_bench.v0.18~preview.130.76+222/opam @@ -24,7 +24,7 @@ depends: [ "ppx_pattern_bind" {= "v0.18~preview.130.76+222"} "textutils" {= "v0.18~preview.130.76+222"} "dune" {>= "3.17.0"} - "js_of_ocaml-ppx" {= "6.0.1+ox"} + "js_of_ocaml-ppx" {>= "6.0.1"} "uri" {>= "3.0.0"} ] available: arch != "arm32" & arch != "x86_32" diff --git a/packages/bonsai_examples/bonsai_examples.v0.18~preview.130.76+222/opam b/packages/bonsai_examples/bonsai_examples.v0.18~preview.130.76+222/opam index e8026c262f..51496985af 100644 --- a/packages/bonsai_examples/bonsai_examples.v0.18~preview.130.76+222/opam +++ b/packages/bonsai_examples/bonsai_examples.v0.18~preview.130.76+222/opam @@ -29,8 +29,8 @@ depends: [ "cohttp" {>= "2.5.6"} "cohttp-async" {>= "2.5.7" & < "3.0.0" | >= "5.1.1" & < "6.0.0"} "dune" {>= "3.17.0"} - "js_of_ocaml" {= "6.0.1+ox"} - "js_of_ocaml-ppx" {= "6.0.1+ox"} + "js_of_ocaml" {>= "6.0.1"} + "js_of_ocaml-ppx" {>= "6.0.1"} "uri" {>= "3.0.0"} ] available: arch != "arm32" & arch != "x86_32" diff --git a/packages/bonsai_term/bonsai_term.v0.18~preview.130.76+222/opam b/packages/bonsai_term/bonsai_term.v0.18~preview.130.76+222/opam index ee87b2ec1a..b8a207cff4 100644 --- a/packages/bonsai_term/bonsai_term.v0.18~preview.130.76+222/opam +++ b/packages/bonsai_term/bonsai_term.v0.18~preview.130.76+222/opam @@ -22,7 +22,7 @@ depends: [ "uopt" {= "v0.18~preview.130.76+222"} "virtual_dom" {= "v0.18~preview.130.76+222"} "dune" {>= "3.17.0"} - "notty-community" {= "0.2.4+ox"} + "notty-community" {>= "0.2.4"} ] available: arch != "arm32" & arch != "x86_32" synopsis: "A library for building dynamic terminal apps, using bonsai" diff --git a/packages/bonsai_term_components/bonsai_term_components.v0.18~preview.130.76+222/opam b/packages/bonsai_term_components/bonsai_term_components.v0.18~preview.130.76+222/opam index 3dc2e02219..d0f6a0acbd 100644 --- a/packages/bonsai_term_components/bonsai_term_components.v0.18~preview.130.76+222/opam +++ b/packages/bonsai_term_components/bonsai_term_components.v0.18~preview.130.76+222/opam @@ -22,7 +22,7 @@ depends: [ "sexplib" {= "v0.18~preview.130.76+222"} "vec" {= "v0.18~preview.130.76+222"} "dune" {>= "3.17.0"} - "notty-community" {= "0.2.4+ox"} + "notty-community" {>= "0.2.4"} "react" ] available: arch != "arm32" & arch != "x86_32" diff --git a/packages/bonsai_term_test/bonsai_term_test.v0.18~preview.130.76+222/opam b/packages/bonsai_term_test/bonsai_term_test.v0.18~preview.130.76+222/opam index 11f894b43b..e4120c5253 100644 --- a/packages/bonsai_term_test/bonsai_term_test.v0.18~preview.130.76+222/opam +++ b/packages/bonsai_term_test/bonsai_term_test.v0.18~preview.130.76+222/opam @@ -26,8 +26,8 @@ depends: [ "ppx_quick_test" {= "v0.18~preview.130.76+222"} "ppx_with" {= "v0.18~preview.130.76+222"} "dune" {>= "3.17.0"} - "notty-community" {= "0.2.4+ox"} - "re" {= "1.14.0+ox"} + "notty-community" {>= "0.2.4"} + "re" {>= "1.14.0"} ] available: arch != "arm32" & arch != "x86_32" synopsis: "A library for building dynamic terminal apps, using bonsai" diff --git a/packages/bonsai_test/bonsai_test.v0.18~preview.130.76+222/opam b/packages/bonsai_test/bonsai_test.v0.18~preview.130.76+222/opam index c57d17f294..99f268fb68 100644 --- a/packages/bonsai_test/bonsai_test.v0.18~preview.130.76+222/opam +++ b/packages/bonsai_test/bonsai_test.v0.18~preview.130.76+222/opam @@ -31,7 +31,7 @@ depends: [ "ppx_quick_test" {= "v0.18~preview.130.76+222"} "virtual_dom" {= "v0.18~preview.130.76+222"} "dune" {>= "3.17.0"} - "re" {= "1.14.0+ox"} + "re" {>= "1.14.0"} ] available: arch != "arm32" & arch != "x86_32" synopsis: "A library for testing Bonsai state machines." diff --git a/packages/bonsai_web/bonsai_web.v0.18~preview.130.76+222/opam b/packages/bonsai_web/bonsai_web.v0.18~preview.130.76+222/opam index f9e733ca34..fd5701b9c8 100644 --- a/packages/bonsai_web/bonsai_web.v0.18~preview.130.76+222/opam +++ b/packages/bonsai_web/bonsai_web.v0.18~preview.130.76+222/opam @@ -34,8 +34,8 @@ depends: [ "versioned_polling_state_rpc" {= "v0.18~preview.130.76+222"} "virtual_dom" {= "v0.18~preview.130.76+222"} "dune" {>= "3.17.0"} - "js_of_ocaml" {= "6.0.1+ox"} - "js_of_ocaml-ppx" {= "6.0.1+ox"} + "js_of_ocaml" {>= "6.0.1"} + "js_of_ocaml-ppx" {>= "6.0.1"} "uri" {>= "3.0.0"} ] available: arch != "arm32" & arch != "x86_32" diff --git a/packages/bonsai_web_components/bonsai_web_components.v0.18~preview.130.76+222/opam b/packages/bonsai_web_components/bonsai_web_components.v0.18~preview.130.76+222/opam index 55169b2630..f4685a7c73 100644 --- a/packages/bonsai_web_components/bonsai_web_components.v0.18~preview.130.76+222/opam +++ b/packages/bonsai_web_components/bonsai_web_components.v0.18~preview.130.76+222/opam @@ -46,10 +46,10 @@ depends: [ "uri_parsing" {= "v0.18~preview.130.76+222"} "virtual_dom" {= "v0.18~preview.130.76+222"} "dune" {>= "3.17.0"} - "gen_js_api" {= "1.1.2+ox"} - "js_of_ocaml" {= "6.0.1+ox"} - "js_of_ocaml-ppx" {= "6.0.1+ox"} - "re" {= "1.14.0+ox"} + "gen_js_api" {>= "1.1.2"} + "js_of_ocaml" {>= "6.0.1"} + "js_of_ocaml-ppx" {>= "6.0.1"} + "re" {>= "1.14.0"} "uri" {>= "3.0.0"} ] available: arch != "arm32" & arch != "x86_32" diff --git a/packages/bonsai_web_test/bonsai_web_test.v0.18~preview.130.76+222/opam b/packages/bonsai_web_test/bonsai_web_test.v0.18~preview.130.76+222/opam index 5e68d46aad..c4ebfb0eab 100644 --- a/packages/bonsai_web_test/bonsai_web_test.v0.18~preview.130.76+222/opam +++ b/packages/bonsai_web_test/bonsai_web_test.v0.18~preview.130.76+222/opam @@ -44,10 +44,10 @@ depends: [ "versioned_polling_state_rpc" {= "v0.18~preview.130.76+222"} "virtual_dom" {= "v0.18~preview.130.76+222"} "dune" {>= "3.17.0"} - "js_of_ocaml" {= "6.0.1+ox"} - "js_of_ocaml-ppx" {= "6.0.1+ox"} + "js_of_ocaml" {>= "6.0.1"} + "js_of_ocaml-ppx" {>= "6.0.1"} "lambdasoup" {>= "0.6.3"} - "re" {= "1.14.0+ox"} + "re" {>= "1.14.0"} ] available: arch != "arm32" & arch != "x86_32" synopsis: "A library for testing dynamic bonsai webapps, using Js_of_ocaml" diff --git a/packages/capitalization/capitalization.v0.18~preview.130.76+222/opam b/packages/capitalization/capitalization.v0.18~preview.130.76+222/opam index 40131ba9cf..8db3379405 100644 --- a/packages/capitalization/capitalization.v0.18~preview.130.76+222/opam +++ b/packages/capitalization/capitalization.v0.18~preview.130.76+222/opam @@ -15,7 +15,7 @@ depends: [ "base" {= "v0.18~preview.130.76+222"} "ppx_base" {= "v0.18~preview.130.76+222"} "dune" {>= "3.17.0"} - "ppxlib" {= "0.33.0+ox"} + "ppxlib" {>= "0.33.0"} ] available: arch != "arm32" & arch != "x86_32" synopsis: diff --git a/packages/command_nodejs/command_nodejs.v0.18~preview.130.76+222/opam b/packages/command_nodejs/command_nodejs.v0.18~preview.130.76+222/opam index f538476fd1..6a91d9e5d7 100644 --- a/packages/command_nodejs/command_nodejs.v0.18~preview.130.76+222/opam +++ b/packages/command_nodejs/command_nodejs.v0.18~preview.130.76+222/opam @@ -16,8 +16,8 @@ depends: [ "core_kernel" {= "v0.18~preview.130.76+222"} "ppx_jane" {= "v0.18~preview.130.76+222"} "dune" {>= "3.17.0"} - "js_of_ocaml" {= "6.0.1+ox"} - "js_of_ocaml-ppx" {= "6.0.1+ox"} + "js_of_ocaml" {>= "6.0.1"} + "js_of_ocaml-ppx" {>= "6.0.1"} ] available: arch != "arm32" & arch != "x86_32" synopsis: diff --git a/packages/core_bench/core_bench.v0.18~preview.130.76+222/opam b/packages/core_bench/core_bench.v0.18~preview.130.76+222/opam index e14a7b39e9..136cfa2f79 100644 --- a/packages/core_bench/core_bench.v0.18~preview.130.76+222/opam +++ b/packages/core_bench/core_bench.v0.18~preview.130.76+222/opam @@ -27,8 +27,8 @@ depends: [ "textutils" {= "v0.18~preview.130.76+222"} "time_now" {= "v0.18~preview.130.76+222"} "dune" {>= "3.17.0"} - "js_of_ocaml-ppx" {= "6.0.1+ox"} - "re" {= "1.14.0+ox"} + "js_of_ocaml-ppx" {>= "6.0.1"} + "re" {>= "1.14.0"} ] available: arch != "arm32" & arch != "x86_32" synopsis: "Benchmarking library" diff --git a/packages/core_extended/core_extended.v0.18~preview.130.76+222/opam b/packages/core_extended/core_extended.v0.18~preview.130.76+222/opam index c2268d9b81..b08faf617a 100644 --- a/packages/core_extended/core_extended.v0.18~preview.130.76+222/opam +++ b/packages/core_extended/core_extended.v0.18~preview.130.76+222/opam @@ -22,7 +22,7 @@ depends: [ "record_builder" {= "v0.18~preview.130.76+222"} "sexplib" {= "v0.18~preview.130.76+222"} "dune" {>= "3.17.0"} - "re" {= "1.14.0+ox"} + "re" {>= "1.14.0"} ] available: arch != "arm32" & arch != "x86_32" synopsis: diff --git a/packages/core_unix/core_unix.v0.18~preview.130.76+222/opam b/packages/core_unix/core_unix.v0.18~preview.130.76+222/opam index 3fa6512ca8..b485e44cf2 100644 --- a/packages/core_unix/core_unix.v0.18~preview.130.76+222/opam +++ b/packages/core_unix/core_unix.v0.18~preview.130.76+222/opam @@ -26,7 +26,7 @@ depends: [ "uopt" {= "v0.18~preview.130.76+222"} "base-threads" "dune" {>= "3.17.0"} - "spawn" {= "v0.15.1+ox"} + "spawn" {>= "v0.15.1"} ] available: arch != "arm32" & arch != "x86_32" synopsis: "Unix-specific portions of Core" diff --git a/packages/ctypes-foreign/ctypes-foreign.0.23.0+ox/opam b/packages/ctypes-foreign/ctypes-foreign.0.23.0+ox/opam index 4c074167fe..18e86a9831 100644 --- a/packages/ctypes-foreign/ctypes-foreign.0.23.0+ox/opam +++ b/packages/ctypes-foreign/ctypes-foreign.0.23.0+ox/opam @@ -16,7 +16,7 @@ depends: [ "dune" {>= "2.9"} "ocaml" {>= "4.03.0"} "integers" {with-test & >= "0.2.2"} - "ctypes" {= version & = "0.23.0+ox"} + "ctypes" {= version} "dune-configurator" "conf-pkg-config" "lwt" {with-test & >= "2.4.7"} diff --git a/packages/dot-merlin-reader/dot-merlin-reader.5.2.1-502+ox/opam b/packages/dot-merlin-reader/dot-merlin-reader.5.2.1-502+ox/opam index 943d54bc04..beb713ce19 100644 --- a/packages/dot-merlin-reader/dot-merlin-reader.5.2.1-502+ox/opam +++ b/packages/dot-merlin-reader/dot-merlin-reader.5.2.1-502+ox/opam @@ -13,7 +13,7 @@ bug-reports: "https://github.com/ocaml/merlin/issues" depends: [ "ocaml" {>= "5.2"} "dune" {>= "3.0"} - "merlin-lib" {= version & = "5.2.1-502+ox"} + "merlin-lib" {= version} "ocamlfind" {>= "1.6.0"} ] build: [ diff --git a/packages/dune-rpc/dune-rpc.3.20.2+ox/opam b/packages/dune-rpc/dune-rpc.3.20.2+ox/opam index a2b8ebfe0e..a0ff4b1179 100644 --- a/packages/dune-rpc/dune-rpc.3.20.2+ox/opam +++ b/packages/dune-rpc/dune-rpc.3.20.2+ox/opam @@ -11,7 +11,7 @@ doc: "https://dune.readthedocs.io/" bug-reports: "https://github.com/ocaml/dune/issues" depends: [ "dune" {>= "3.20"} - "ocamlc-loc" {= "3.20.2+ox"} + "ocamlc-loc" "csexp" "ordering" "dyn" diff --git a/packages/dyn/dyn.3.20.2+ox/opam b/packages/dyn/dyn.3.20.2+ox/opam index 8c41b4d304..a64190d088 100644 --- a/packages/dyn/dyn.3.20.2+ox/opam +++ b/packages/dyn/dyn.3.20.2+ox/opam @@ -12,7 +12,7 @@ bug-reports: "https://github.com/ocaml/dune/issues" depends: [ "dune" {>= "3.20"} "ocaml" {>= "4.08.0"} - "ordering" {= "3.20.2+ox"} + "ordering" {= version} "pp" {>= "1.1.0"} "odoc" {with-doc} ] diff --git a/packages/ecaml/ecaml.v0.18~preview.130.76+222/opam b/packages/ecaml/ecaml.v0.18~preview.130.76+222/opam index 20e7959a87..874e1b6851 100644 --- a/packages/ecaml/ecaml.v0.18~preview.130.76+222/opam +++ b/packages/ecaml/ecaml.v0.18~preview.130.76+222/opam @@ -26,7 +26,7 @@ depends: [ "sexplib" {= "v0.18~preview.130.76+222"} "dune" {>= "3.17.0"} "memtrace" {>= "0.2.1.2"} - "uutf" {= "1.0.3+ox"} + "uutf" {>= "1.0.3"} ] available: arch != "arm32" & arch != "x86_32" synopsis: "Library for writing Emacs plugin in OCaml" diff --git a/packages/expect_test_helpers_core/expect_test_helpers_core.v0.18~preview.130.76+222/opam b/packages/expect_test_helpers_core/expect_test_helpers_core.v0.18~preview.130.76+222/opam index 3e10530c60..90157fb437 100644 --- a/packages/expect_test_helpers_core/expect_test_helpers_core.v0.18~preview.130.76+222/opam +++ b/packages/expect_test_helpers_core/expect_test_helpers_core.v0.18~preview.130.76+222/opam @@ -20,7 +20,7 @@ depends: [ "sexp_pretty" {= "v0.18~preview.130.76+222"} "stdio" {= "v0.18~preview.130.76+222"} "dune" {>= "3.17.0"} - "re" {= "1.14.0+ox"} + "re" {>= "1.14.0"} ] available: arch != "arm32" & arch != "x86_32" synopsis: "Helpers for writing expectation tests" diff --git a/packages/gen_js_api/gen_js_api.1.1.2+ox/opam b/packages/gen_js_api/gen_js_api.1.1.2+ox/opam index 05c1f0eb28..29457c9163 100644 --- a/packages/gen_js_api/gen_js_api.1.1.2+ox/opam +++ b/packages/gen_js_api/gen_js_api.1.1.2+ox/opam @@ -20,10 +20,10 @@ bug-reports: "https://github.com/LexiFi/gen_js_api/issues" depends: [ "dune" {>= "2.7"} "ocaml" {>= "4.08"} - "ppxlib" {= "0.33.0+ox"} + "ppxlib" {>= "0.33.0"} "js_of_ocaml-compiler" {with-test} "conf-npm" {with-test} - "ojs" {= version & = "1.1.2+ox"} + "ojs" {= version} "ppxlib_jane" "odoc" {with-doc} ] diff --git a/packages/hardcaml/hardcaml.v0.18~preview.130.76+222/opam b/packages/hardcaml/hardcaml.v0.18~preview.130.76+222/opam index 1b69c9eb97..07f5a02fd3 100644 --- a/packages/hardcaml/hardcaml.v0.18~preview.130.76+222/opam +++ b/packages/hardcaml/hardcaml.v0.18~preview.130.76+222/opam @@ -25,7 +25,7 @@ depends: [ "splittable_random" {= "v0.18~preview.130.76+222"} "stdio" {= "v0.18~preview.130.76+222"} "dune" {>= "3.17.0"} - "ppxlib" {= "0.33.0+ox"} + "ppxlib" {>= "0.33.0"} ] available: arch != "arm32" & arch != "x86_32" synopsis: "RTL Hardware Design in OCaml" diff --git a/packages/hardcaml_c/hardcaml_c.v0.18~preview.130.76+222/opam b/packages/hardcaml_c/hardcaml_c.v0.18~preview.130.76+222/opam index 578059d3a2..0acddb0d53 100644 --- a/packages/hardcaml_c/hardcaml_c.v0.18~preview.130.76+222/opam +++ b/packages/hardcaml_c/hardcaml_c.v0.18~preview.130.76+222/opam @@ -19,8 +19,8 @@ depends: [ "ppx_hardcaml" {= "v0.18~preview.130.76+222"} "ppx_jane" {= "v0.18~preview.130.76+222"} "ppx_rope" {= "v0.18~preview.130.76+222"} - "ctypes" {= "0.23.0+ox"} - "ctypes-foreign" {= "0.23.0+ox"} + "ctypes" {>= "0.23.0"} + "ctypes-foreign" {>= "0.23.0"} "dune" {>= "3.17.0"} ] available: arch != "arm32" & arch != "x86_32" diff --git a/packages/hardcaml_verify/hardcaml_verify.v0.18~preview.130.76+222/opam b/packages/hardcaml_verify/hardcaml_verify.v0.18~preview.130.76+222/opam index 1433bca541..9806a2f452 100644 --- a/packages/hardcaml_verify/hardcaml_verify.v0.18~preview.130.76+222/opam +++ b/packages/hardcaml_verify/hardcaml_verify.v0.18~preview.130.76+222/opam @@ -21,7 +21,7 @@ depends: [ "ppx_rope" {= "v0.18~preview.130.76+222"} "stdio" {= "v0.18~preview.130.76+222"} "dune" {>= "3.17.0"} - "re" {= "1.14.0+ox"} + "re" {>= "1.14.0"} ] available: arch != "arm32" & arch != "x86_32" synopsis: "Hardcaml Verification Tools" diff --git a/packages/hardcaml_verilator/hardcaml_verilator.v0.18~preview.130.76+222/opam b/packages/hardcaml_verilator/hardcaml_verilator.v0.18~preview.130.76+222/opam index 7fdbda7380..bd0f574ed4 100644 --- a/packages/hardcaml_verilator/hardcaml_verilator.v0.18~preview.130.76+222/opam +++ b/packages/hardcaml_verilator/hardcaml_verilator.v0.18~preview.130.76+222/opam @@ -20,8 +20,8 @@ depends: [ "ppx_hardcaml" {= "v0.18~preview.130.76+222"} "ppx_jane" {= "v0.18~preview.130.76+222"} "stdio" {= "v0.18~preview.130.76+222"} - "ctypes" {= "0.23.0+ox"} - "ctypes-foreign" {= "0.23.0+ox"} + "ctypes" {>= "0.23.0"} + "ctypes-foreign" {>= "0.23.0"} "dune" {>= "3.17.0"} ] available: arch != "arm32" & arch != "x86_32" diff --git a/packages/hardcaml_waveterm/hardcaml_waveterm.v0.18~preview.130.76+222/opam b/packages/hardcaml_waveterm/hardcaml_waveterm.v0.18~preview.130.76+222/opam index 2358e7ad0c..b4fffd0fa2 100644 --- a/packages/hardcaml_waveterm/hardcaml_waveterm.v0.18~preview.130.76+222/opam +++ b/packages/hardcaml_waveterm/hardcaml_waveterm.v0.18~preview.130.76+222/opam @@ -24,8 +24,8 @@ depends: [ "stdio" {= "v0.18~preview.130.76+222"} "cryptokit" {>= "1.16" & < "1.17"} "dune" {>= "3.17.0"} - "notty-community" {= "0.2.4+ox"} - "re" {= "1.14.0+ox"} + "notty-community" {>= "0.2.4"} + "re" {>= "1.14.0"} ] available: arch != "arm32" & arch != "x86_32" synopsis: "A terminal based digital waveform viewer for Hardcaml" diff --git a/packages/hardcaml_xilinx_components/hardcaml_xilinx_components.v0.18~preview.130.76+222/opam b/packages/hardcaml_xilinx_components/hardcaml_xilinx_components.v0.18~preview.130.76+222/opam index 655097736a..4544461f31 100644 --- a/packages/hardcaml_xilinx_components/hardcaml_xilinx_components.v0.18~preview.130.76+222/opam +++ b/packages/hardcaml_xilinx_components/hardcaml_xilinx_components.v0.18~preview.130.76+222/opam @@ -20,7 +20,7 @@ depends: [ "ppx_jane" {= "v0.18~preview.130.76+222"} "stdio" {= "v0.18~preview.130.76+222"} "dune" {>= "3.17.0"} - "re" {= "1.14.0+ox"} + "re" {>= "1.14.0"} ] available: arch != "arm32" & arch != "x86_32" synopsis: "Hardcaml Xilinx component definitions" diff --git a/packages/incr_dom/incr_dom.v0.18~preview.130.76+222/opam b/packages/incr_dom/incr_dom.v0.18~preview.130.76+222/opam index e8dfdf08f6..f56509fb3c 100644 --- a/packages/incr_dom/incr_dom.v0.18~preview.130.76+222/opam +++ b/packages/incr_dom/incr_dom.v0.18~preview.130.76+222/opam @@ -21,8 +21,8 @@ depends: [ "ppx_jane" {= "v0.18~preview.130.76+222"} "virtual_dom" {= "v0.18~preview.130.76+222"} "dune" {>= "3.17.0"} - "js_of_ocaml" {= "6.0.1+ox"} - "js_of_ocaml-ppx" {= "6.0.1+ox"} + "js_of_ocaml" {>= "6.0.1"} + "js_of_ocaml-ppx" {>= "6.0.1"} ] available: arch != "arm32" & arch != "x86_32" synopsis: "A library for building dynamic webapps, using Js_of_ocaml" diff --git a/packages/incr_dom_interactive/incr_dom_interactive.v0.18~preview.130.76+222/opam b/packages/incr_dom_interactive/incr_dom_interactive.v0.18~preview.130.76+222/opam index 2b9afbc4c6..1ab415d5ab 100644 --- a/packages/incr_dom_interactive/incr_dom_interactive.v0.18~preview.130.76+222/opam +++ b/packages/incr_dom_interactive/incr_dom_interactive.v0.18~preview.130.76+222/opam @@ -23,8 +23,8 @@ depends: [ "splay_tree" {= "v0.18~preview.130.76+222"} "virtual_dom" {= "v0.18~preview.130.76+222"} "dune" {>= "3.17.0"} - "js_of_ocaml" {= "6.0.1+ox"} - "js_of_ocaml-ppx" {= "6.0.1+ox"} + "js_of_ocaml" {>= "6.0.1"} + "js_of_ocaml-ppx" {>= "6.0.1"} ] available: arch != "arm32" & arch != "x86_32" synopsis: "A monad for composing chains of interactive UI elements" diff --git a/packages/incr_dom_partial_render/incr_dom_partial_render.v0.18~preview.130.76+222/opam b/packages/incr_dom_partial_render/incr_dom_partial_render.v0.18~preview.130.76+222/opam index 2b1ec5a706..8d41abff29 100644 --- a/packages/incr_dom_partial_render/incr_dom_partial_render.v0.18~preview.130.76+222/opam +++ b/packages/incr_dom_partial_render/incr_dom_partial_render.v0.18~preview.130.76+222/opam @@ -21,8 +21,8 @@ depends: [ "splay_tree" {= "v0.18~preview.130.76+222"} "virtual_dom" {= "v0.18~preview.130.76+222"} "dune" {>= "3.17.0"} - "js_of_ocaml" {= "6.0.1+ox"} - "js_of_ocaml-ppx" {= "6.0.1+ox"} + "js_of_ocaml" {>= "6.0.1"} + "js_of_ocaml-ppx" {>= "6.0.1"} ] available: arch != "arm32" & arch != "x86_32" synopsis: "A library for simplifying rendering of large amounts of data" diff --git a/packages/incr_dom_sexp_form/incr_dom_sexp_form.v0.18~preview.130.76+222/opam b/packages/incr_dom_sexp_form/incr_dom_sexp_form.v0.18~preview.130.76+222/opam index 4a83996473..c722e1d98c 100644 --- a/packages/incr_dom_sexp_form/incr_dom_sexp_form.v0.18~preview.130.76+222/opam +++ b/packages/incr_dom_sexp_form/incr_dom_sexp_form.v0.18~preview.130.76+222/opam @@ -22,8 +22,8 @@ depends: [ "splay_tree" {= "v0.18~preview.130.76+222"} "virtual_dom" {= "v0.18~preview.130.76+222"} "dune" {>= "3.17.0"} - "js_of_ocaml" {= "6.0.1+ox"} - "js_of_ocaml-ppx" {= "6.0.1+ox"} + "js_of_ocaml" {>= "6.0.1"} + "js_of_ocaml-ppx" {>= "6.0.1"} ] available: arch != "arm32" & arch != "x86_32" synopsis: diff --git a/packages/js_of_ocaml-compiler/js_of_ocaml-compiler.6.0.1+ox/opam b/packages/js_of_ocaml-compiler/js_of_ocaml-compiler.6.0.1+ox/opam index 7a22043e3e..b8e13af3c4 100644 --- a/packages/js_of_ocaml-compiler/js_of_ocaml-compiler.6.0.1+ox/opam +++ b/packages/js_of_ocaml-compiler/js_of_ocaml-compiler.6.0.1+ox/opam @@ -17,10 +17,10 @@ depends: [ "ocaml" {>= "4.08" & < "5.4"} "num" {with-test} "ppx_expect" {>= "v0.16.1" & with-test} - "ppxlib" {= "0.33.0+ox"} - "re" {with-test & = "1.14.0+ox"} + "ppxlib" {>= "0.15.0" & < "0.36.0"} + "re" {with-test} "cmdliner" {>= "1.1.0"} - "sedlex" {= "3.6+ox"} + "sedlex" {>= "3.3"} "qcheck" {with-test} "menhir" "menhirLib" diff --git a/packages/js_of_ocaml-ppx/js_of_ocaml-ppx.6.0.1+ox/opam b/packages/js_of_ocaml-ppx/js_of_ocaml-ppx.6.0.1+ox/opam index b396486e4f..d1ac371f57 100644 --- a/packages/js_of_ocaml-ppx/js_of_ocaml-ppx.6.0.1+ox/opam +++ b/packages/js_of_ocaml-ppx/js_of_ocaml-ppx.6.0.1+ox/opam @@ -15,11 +15,11 @@ bug-reports: "https://github.com/ocsigen/js_of_ocaml/issues" depends: [ "dune" {>= "3.17"} "ocaml" {>= "4.08"} - "js_of_ocaml" {= version & = "6.0.1+ox"} - "ppxlib" {= "0.33.0+ox"} + "js_of_ocaml" {= version} + "ppxlib" {>= "0.15.0" & < "0.36.0"} "num" {with-test} "ppx_expect" {>= "v0.14.2" & with-test} - "re" {>= "1.9.0" & with-test & = "1.14.0+ox"} + "re" {>= "1.9.0" & with-test} "odoc" {with-doc} ] build: [ diff --git a/packages/js_of_ocaml-toplevel/js_of_ocaml-toplevel.6.0.1+ox/opam b/packages/js_of_ocaml-toplevel/js_of_ocaml-toplevel.6.0.1+ox/opam index 7bb4973c5b..d792868632 100644 --- a/packages/js_of_ocaml-toplevel/js_of_ocaml-toplevel.6.0.1+ox/opam +++ b/packages/js_of_ocaml-toplevel/js_of_ocaml-toplevel.6.0.1+ox/opam @@ -15,14 +15,14 @@ bug-reports: "https://github.com/ocsigen/js_of_ocaml/issues" depends: [ "dune" {>= "3.17"} "ocaml" {>= "4.08"} - "js_of_ocaml-compiler" {= version & = "6.0.1+ox"} + "js_of_ocaml-compiler" {= version} "ocamlfind" {>= "1.5.1"} "cohttp-lwt-unix" {>= "6.0.0" & with-test} "graphics" {with-test} "num" {with-test} "ppx_expect" {>= "v0.14.2" & with-test} - "ppxlib" {= "0.33.0+ox"} - "re" {>= "1.9.0" & with-test & = "1.14.0+ox"} + "ppxlib" {>= "0.15"} + "re" {>= "1.9.0" & with-test} "odoc" {with-doc} ] build: [ diff --git a/packages/js_of_ocaml/js_of_ocaml.6.0.1+ox/opam b/packages/js_of_ocaml/js_of_ocaml.6.0.1+ox/opam index 5850e78776..85dd428a6d 100644 --- a/packages/js_of_ocaml/js_of_ocaml.6.0.1+ox/opam +++ b/packages/js_of_ocaml/js_of_ocaml.6.0.1+ox/opam @@ -15,11 +15,11 @@ bug-reports: "https://github.com/ocsigen/js_of_ocaml/issues" depends: [ "dune" {>= "3.17"} "ocaml" {>= "4.08"} - "js_of_ocaml-compiler" {= version & = "6.0.1+ox"} - "ppxlib" {= "0.33.0+ox"} + "js_of_ocaml-compiler" {= version} + "ppxlib" {>= "0.15"} "num" {with-test} "ppx_expect" {>= "v0.14.2" & with-test} - "re" {>= "1.9.0" & with-test & = "1.14.0+ox"} + "re" {>= "1.9.0" & with-test} "odoc" {with-doc} ] build: [ diff --git a/packages/js_of_ocaml_patches/js_of_ocaml_patches.v0.18~preview.130.76+222/opam b/packages/js_of_ocaml_patches/js_of_ocaml_patches.v0.18~preview.130.76+222/opam index eb98971ace..08fc5dbb0f 100644 --- a/packages/js_of_ocaml_patches/js_of_ocaml_patches.v0.18~preview.130.76+222/opam +++ b/packages/js_of_ocaml_patches/js_of_ocaml_patches.v0.18~preview.130.76+222/opam @@ -13,8 +13,8 @@ build: [ depends: [ "ocaml" {>= "5.1.0"} "dune" {>= "3.17.0"} - "js_of_ocaml" {= "6.0.1+ox"} - "js_of_ocaml-ppx" {= "6.0.1+ox"} + "js_of_ocaml" {>= "6.0.1"} + "js_of_ocaml-ppx" {>= "6.0.1"} ] available: arch != "arm32" & arch != "x86_32" synopsis: diff --git a/packages/lsp/lsp.1.19.0+ox/opam b/packages/lsp/lsp.1.19.0+ox/opam index 7a187b0f9e..8dea8bbac3 100644 --- a/packages/lsp/lsp.1.19.0+ox/opam +++ b/packages/lsp/lsp.1.19.0+ox/opam @@ -23,13 +23,13 @@ homepage: "https://github.com/ocaml/ocaml-lsp" bug-reports: "https://github.com/ocaml/ocaml-lsp/issues" depends: [ "dune" {>= "3.0"} - "jsonrpc" {= version & = "1.19.0+ox"} + "jsonrpc" {= version} "yojson" {>= "2.0.0" & < "3.0.0"} "ppx_yojson_conv_lib" {>= "v0.14"} "ppx_yojson_conv" "cinaps" {with-test} "ppx_expect" {with-test} - "uutf" {= "1.0.3+ox"} + "uutf" {>= "1.0.2"} "odoc" {with-doc} "ocaml" {>= "4.14"} ] diff --git a/packages/lsp_rpc/lsp_rpc.v0.18~preview.130.76+222/opam b/packages/lsp_rpc/lsp_rpc.v0.18~preview.130.76+222/opam index 9cbcb09f2b..94f00b32bd 100644 --- a/packages/lsp_rpc/lsp_rpc.v0.18~preview.130.76+222/opam +++ b/packages/lsp_rpc/lsp_rpc.v0.18~preview.130.76+222/opam @@ -18,8 +18,8 @@ depends: [ "ppx_jane" {= "v0.18~preview.130.76+222"} "ppx_yojson_conv" {= "v0.18~preview.130.76+222"} "dune" {>= "3.17.0"} - "jsonrpc" {= "1.19.0+ox"} - "lsp" {= "1.19.0+ox"} + "jsonrpc" {>= "1.19.0"} + "lsp" {>= "1.19.0"} "yojson" {>= "1.7.0" & < "3.0.0"} ] available: arch != "arm32" & arch != "x86_32" diff --git a/packages/lwt_ppx/lwt_ppx.5.9.1+ox/opam b/packages/lwt_ppx/lwt_ppx.5.9.1+ox/opam index 4545e28fac..9d6e9b7787 100644 --- a/packages/lwt_ppx/lwt_ppx.5.9.1+ox/opam +++ b/packages/lwt_ppx/lwt_ppx.5.9.1+ox/opam @@ -14,7 +14,7 @@ bug-reports: "https://github.com/ocsigen/lwt/issues" depends: [ "dune" {>= "2.7"} "ocaml" {>= "4.08"} - "ppxlib" {= "0.33.0+ox"} + "ppxlib" {>= "0.33.0"} "ppx_let" {with-test} "lwt" {>= "5.7.0"} "odoc" {with-doc} diff --git a/packages/mdx/mdx.2.5.0+ox/opam b/packages/mdx/mdx.2.5.0+ox/opam index c8f500dd6d..2be554014f 100644 --- a/packages/mdx/mdx.2.5.0+ox/opam +++ b/packages/mdx/mdx.2.5.0+ox/opam @@ -28,12 +28,12 @@ depends: [ "astring" "logs" {>= "0.7.0"} "cmdliner" {>= "1.1.0" & < "2.0.0"} - "re" {= "1.14.0+ox"} + "re" {>= "1.7.2"} "ocaml-version" {>= "2.3.0"} "lwt" {with-test} "camlp-streams" "result" - "alcotest" {with-test & = "1.9.0+ox"} + "alcotest" {with-test} "odoc" {with-doc} ] conflicts: [ diff --git a/packages/memtrace_viewer/memtrace_viewer.v0.18~preview.130.76+222/opam b/packages/memtrace_viewer/memtrace_viewer.v0.18~preview.130.76+222/opam index cbd170bf27..c193627bc6 100644 --- a/packages/memtrace_viewer/memtrace_viewer.v0.18~preview.130.76+222/opam +++ b/packages/memtrace_viewer/memtrace_viewer.v0.18~preview.130.76+222/opam @@ -36,8 +36,8 @@ depends: [ "cohttp" {>= "2.5.6"} "cohttp-async" {>= "2.5.7" & < "3.0.0" | >= "5.1.1" & < "6.0.0"} "dune" {>= "3.17.0"} - "js_of_ocaml" {= "6.0.1+ox"} - "js_of_ocaml-ppx" {= "6.0.1+ox"} + "js_of_ocaml" {>= "6.0.1"} + "js_of_ocaml-ppx" {>= "6.0.1"} "memtrace" {>= "0.2.1.2"} "uri" {>= "3.0.0"} ] diff --git a/packages/merlin-lib/merlin-lib.5.2.1-502+ox/opam b/packages/merlin-lib/merlin-lib.5.2.1-502+ox/opam index 76f116acf3..6563c9bd70 100644 --- a/packages/merlin-lib/merlin-lib.5.2.1-502+ox/opam +++ b/packages/merlin-lib/merlin-lib.5.2.1-502+ox/opam @@ -15,7 +15,7 @@ depends: [ "ocaml" {>= "5.2" & < "5.3"} "dune" {>= "3.0"} "csexp" {>= "1.5.1" & <= "1.5.2"} - "alcotest" {with-test & <= "1.9.0" & = "1.9.0+ox"} + "alcotest" {with-test & >= "1.3.0"} "menhir" {dev & >= "20201216" & <= "20240715"} "menhirLib" {dev & >= "20201216" & <= "20240715"} "menhirSdk" {dev & >= "20201216" & <= "20240715"} diff --git a/packages/merlin/merlin.5.2.1-502+ox/opam b/packages/merlin/merlin.5.2.1-502+ox/opam index efeadd1022..4c6838c7b7 100644 --- a/packages/merlin/merlin.5.2.1-502+ox/opam +++ b/packages/merlin/merlin.5.2.1-502+ox/opam @@ -13,13 +13,13 @@ bug-reports: "https://github.com/ocaml/merlin/issues" depends: [ "ocaml" {>= "5.2" & < "5.3"} "dune" {>= "3.0.0"} - "merlin-lib" {= version & = "5.2.1-502+ox"} - "dot-merlin-reader" {= version & = "5.2.1-502+ox"} - "ocaml-index" {>= "1.0" & post & = "1.1+ox"} + "merlin-lib" {= version} + "dot-merlin-reader" {= version} + "ocaml-index" {>= "1.0" & post} "yojson" {>= "2.0.0"} "conf-jq" {with-test} - "ppxlib" {with-test & = "0.33.0+ox"} - "alcotest" {with-test & = "1.9.0+ox"} + "ppxlib" {with-test} + "alcotest" {with-test} ] conflicts: [ "seq" {!= "base"} diff --git a/packages/mlt_parser/mlt_parser.v0.18~preview.130.76+222/opam b/packages/mlt_parser/mlt_parser.v0.18~preview.130.76+222/opam index f5fc5bdec3..1083a6a295 100644 --- a/packages/mlt_parser/mlt_parser.v0.18~preview.130.76+222/opam +++ b/packages/mlt_parser/mlt_parser.v0.18~preview.130.76+222/opam @@ -16,7 +16,7 @@ depends: [ "ppx_expect" {= "v0.18~preview.130.76+222"} "ppx_jane" {= "v0.18~preview.130.76+222"} "dune" {>= "3.17.0"} - "ppxlib" {= "0.33.0+ox"} + "ppxlib" {>= "0.33.0"} ] available: arch != "arm32" & arch != "x86_32" synopsis: "Parsing of top-expect files" diff --git a/packages/netsnmp/netsnmp.v0.18~preview.130.76+222/opam b/packages/netsnmp/netsnmp.v0.18~preview.130.76+222/opam index c866dfabcd..f725ecf688 100644 --- a/packages/netsnmp/netsnmp.v0.18~preview.130.76+222/opam +++ b/packages/netsnmp/netsnmp.v0.18~preview.130.76+222/opam @@ -16,7 +16,7 @@ depends: [ "ppx_jane" {= "v0.18~preview.130.76+222"} "conf-netsnmp" {>= "1.0.0"} "dune" {>= "3.17.0"} - "re" {= "1.14.0+ox"} + "re" {>= "1.14.0"} ] available: arch != "arm32" & arch != "x86_32" synopsis: "An interface to the Net-SNMP client library" diff --git a/packages/notty-community/notty-community.0.2.4+ox/opam b/packages/notty-community/notty-community.0.2.4+ox/opam index d0fbc6df84..b4a986136e 100644 --- a/packages/notty-community/notty-community.0.2.4+ox/opam +++ b/packages/notty-community/notty-community.0.2.4+ox/opam @@ -21,7 +21,7 @@ depends: [ "dune" {>= "3.0"} "ocaml" {>= "4.08.0"} "cppo" {build & >= "1.1.0"} - "uutf" {= "1.0.3+ox"} + "uutf" {>= "1.0.0"} "uucp" {with-dev-setup} "lwt" {with-test} "base" diff --git a/packages/notty_async/notty_async.v0.18~preview.130.76+222/opam b/packages/notty_async/notty_async.v0.18~preview.130.76+222/opam index 83ccf633ab..51d982798d 100644 --- a/packages/notty_async/notty_async.v0.18~preview.130.76+222/opam +++ b/packages/notty_async/notty_async.v0.18~preview.130.76+222/opam @@ -16,7 +16,7 @@ depends: [ "core_unix" {= "v0.18~preview.130.76+222"} "ppx_jane" {= "v0.18~preview.130.76+222"} "dune" {>= "3.17.0"} - "notty-community" {= "0.2.4+ox"} + "notty-community" {>= "0.2.4"} ] available: arch != "arm32" & arch != "x86_32" synopsis: "An Async driver for Notty" diff --git a/packages/ocaml-index/ocaml-index.1.1+ox/opam b/packages/ocaml-index/ocaml-index.1.1+ox/opam index f232622dc2..5e833da975 100644 --- a/packages/ocaml-index/ocaml-index.1.1+ox/opam +++ b/packages/ocaml-index/ocaml-index.1.1+ox/opam @@ -15,7 +15,7 @@ depends: [ "merlin-lib" {= "5.2.1-502+ox"} "yojson" {< "3.0.0"} "odoc" {with-doc} - "alcotest" {with-test & = "1.9.0+ox"} + "alcotest" {with-test} ] build: [ ["dune" "subst"] {dev} diff --git a/packages/ocaml-lsp-server/ocaml-lsp-server.1.19.0+ox/opam b/packages/ocaml-lsp-server/ocaml-lsp-server.1.19.0+ox/opam index f44e2ad7e8..aa8d3d4225 100644 --- a/packages/ocaml-lsp-server/ocaml-lsp-server.1.19.0+ox/opam +++ b/packages/ocaml-lsp-server/ocaml-lsp-server.1.19.0+ox/opam @@ -23,9 +23,9 @@ depends: [ "dune" {>= "3.0"} "yojson" {>= "2.0.0" & < "3.0.0"} "base" {>= "v0.18~"} - "lsp" {= version & = "1.19.0+ox"} - "jsonrpc" {= version & = "1.19.0+ox"} - "re" {= "1.14.0+ox"} + "lsp" {= version} + "jsonrpc" {= version} + "re" {>= "1.5.0"} "ppx_yojson_conv_lib" {>= "v0.14"} "dune-rpc" {>= "3.4.0"} "chrome-trace" {>= "3.3.0"} @@ -36,25 +36,25 @@ depends: [ "xdg" "ordering" "dune-build-info" - "spawn" {= "v0.15.1+ox"} + "spawn" "astring" "camlp-streams" - "ppx_expect" {>= "v0.15.0" & < "0.17.0" & with-test} - "ocamlformat" {with-test & = "0.26.2+ox" & = "0.26.2+ox"} + "ppx_expect" {>= "v0.15.0" & < "v0.17.0" & with-test} + "ocamlformat" {with-test & = "0.26.2"} "ocamlc-loc" {>= "3.7.0"} "pp" {>= "1.1.2"} "csexp" {>= "1.5"} "ocamlformat-rpc-lib" {>= "0.21.0"} "odoc" {with-doc} "merlin-lib" {= "5.2.1-502+ox"} - "ocaml-index" {>= "1.0" & post & = "1.1+ox"} + "ocaml-index" {>= "1.0" & post} "ppx_yojson_conv" "core_unix" "async" "cmarkit" "expectree" "re2" - "odoc-parser" {= "3.1.0+ox"} + "odoc-parser" ] build: [ ["dune" "subst"] {dev} diff --git a/packages/ocaml-variants/ocaml-variants.5.2.0+ox/opam b/packages/ocaml-variants/ocaml-variants.5.2.0+ox/opam index 5d3145dc95..c87565c239 100644 --- a/packages/ocaml-variants/ocaml-variants.5.2.0+ox/opam +++ b/packages/ocaml-variants/ocaml-variants.5.2.0+ox/opam @@ -17,6 +17,7 @@ depends: [ "base-domains" {post} "base-nnp" {post} "ocaml-options-vanilla" {post} + "oxcaml-patch-guards" {post} ] conflict-class: "ocaml-core-compiler" flags: compiler @@ -105,43 +106,5 @@ extra-files: [ ] ] conflicts: [ - "base" {< "v0.18~"} - "alcotest" {!= "1.9.0+ox"} - "backoff" {!= "0.1.1+ox"} - "ctypes" {!= "0.23.0+ox"} - "ctypes-foreign" {!= "0.23.0+ox"} - "dot-merlin-reader" {!= "5.2.1-502+ox"} - "dune" {<= "3.20.2"} - "gen_js_api" {!= "1.1.2+ox"} - "js_of_ocaml" {!= "6.0.1+ox"} - "js_of_ocaml-compiler" {!= "6.0.1+ox"} - "js_of_ocaml-ppx" {!= "6.0.1+ox"} - "js_of_ocaml-toplevel" {!= "6.0.1+ox"} - "jsonrpc" {!= "1.19.0+ox"} - "lsp" {!= "1.19.0+ox"} - "lwt_ppx" {!= "5.9.1+ox"} - "mdx" {!= "2.5.0+ox"} - "merlin" {!= "5.2.1-502+ox"} - "merlin-lib" {!= "5.2.1-502+ox"} - "notty-community" {!= "0.2.4+ox"} - "ocaml-compiler-libs" {!= "v0.17.0+ox"} - "ocaml-index" {!= "1.1+ox"} - "ocaml-lsp-server" {!= "1.19.0+ox"} - "ocamlbuild" {!= "0.15.0+ox"} - "ocamlformat" {!= "0.26.2+ox"} - "ocamlformat-lib" {!= "0.26.2+ox"} - "ojs" {!= "1.1.2+ox"} - "ppxlib" {!= "0.33.0+ox"} - "ppxlib_ast" {!= "0.33.0+ox"} - "re" {!= "1.14.0+ox"} - "sedlex" {!= "3.6+ox"} - "spawn" {!= "v0.15.1+ox"} - "topkg" {!= "1.0.8+ox"} - "uTop" {!= "2.16.0+ox"} - "uutf" {!= "1.0.3+ox"} - "wasm_of_ocaml-compiler" {!= "6.0.1+ox"} - "zarith" {<"1.12"} - "zarith" {="1.12"} - "zarith" {="1.13"} - "zarith" {="1.14"} + "sexplib0" {< "v0.18~"} ] diff --git a/packages/ocaml_simd/ocaml_simd.v0.18~preview.130.76+222/opam b/packages/ocaml_simd/ocaml_simd.v0.18~preview.130.76+222/opam index 6c3938a58a..8f7f42700b 100644 --- a/packages/ocaml_simd/ocaml_simd.v0.18~preview.130.76+222/opam +++ b/packages/ocaml_simd/ocaml_simd.v0.18~preview.130.76+222/opam @@ -21,7 +21,7 @@ depends: [ "unboxed" {= "v0.18~preview.130.76+222"} "vec" {= "v0.18~preview.130.76+222"} "dune" {>= "3.17.0"} - "ppxlib" {= "0.33.0+ox"} + "ppxlib" {>= "0.33.0"} ] available: arch != "arm32" & arch != "x86_32" synopsis: "SIMD intrinsics supported by the OxCaml compiler." diff --git a/packages/ocamlformat-lib/ocamlformat-lib.0.26.2+ox/opam b/packages/ocamlformat-lib/ocamlformat-lib.0.26.2+ox/opam index 534bce9df4..a0654e8625 100644 --- a/packages/ocamlformat-lib/ocamlformat-lib.0.26.2+ox/opam +++ b/packages/ocamlformat-lib/ocamlformat-lib.0.26.2+ox/opam @@ -21,7 +21,7 @@ homepage: "https://github.com/ocaml-ppx/ocamlformat" bug-reports: "https://github.com/ocaml-ppx/ocamlformat/issues" depends: [ "ocaml" {>= "4.08" & < "5.3"} - "alcotest" {with-test & >= "1.3.0" & = "1.9.0+ox"} + "alcotest" {with-test & >= "1.3.0"} "cmdliner" {>= "1.1.0" & < "2.0"} "base" {>= "v0.12.0"} "dune" {>= "2.8"} @@ -37,7 +37,7 @@ depends: [ "ocp-indent" {with-test = "false" & >= "1.8.0" | with-test & >= "1.8.1"} "stdio" "uuseg" {>= "10.0.0"} - "uutf" {= "1.0.3+ox"} + "uutf" {>= "1.0.1"} "csexp" {>= "1.4.0"} "astring" "result" diff --git a/packages/ocamlformat/ocamlformat.0.26.2+ox/opam b/packages/ocamlformat/ocamlformat.0.26.2+ox/opam index f6f140b279..deb7ec463b 100644 --- a/packages/ocamlformat/ocamlformat.0.26.2+ox/opam +++ b/packages/ocamlformat/ocamlformat.0.26.2+ox/opam @@ -28,9 +28,9 @@ depends: [ "ocaml" {>= "4.08"} "cmdliner" {with-test = "false" & >= "1.1.0" | with-test & >= "1.2.0"} "dune" {>= "2.8"} - "ocamlformat-lib" {= version & = "0.26.2+ox"} + "ocamlformat-lib" {= version} "ocamlformat-rpc-lib" {with-test & = version} - "re" {= "1.14.0+ox"} + "re" {>= "1.10.3"} "odoc" {with-doc} ] build: [ diff --git a/packages/ojs/ojs.1.1.2+ox/opam b/packages/ojs/ojs.1.1.2+ox/opam index 8638fd4470..71a1330100 100644 --- a/packages/ojs/ojs.1.1.2+ox/opam +++ b/packages/ojs/ojs.1.1.2+ox/opam @@ -14,7 +14,7 @@ bug-reports: "https://github.com/LexiFi/gen_js_api/issues" depends: [ "dune" {>= "2.7"} "ocaml" {>= "4.08"} - "js_of_ocaml-compiler" {= "6.0.1+ox"} + "js_of_ocaml-compiler" {>= "6.0.1"} "odoc" {with-doc} ] build: [ diff --git a/packages/oxcaml-alcotest-patches/oxcaml-alcotest-patches.enabled/opam b/packages/oxcaml-alcotest-patches/oxcaml-alcotest-patches.enabled/opam new file mode 100644 index 0000000000..f2a5eb1979 --- /dev/null +++ b/packages/oxcaml-alcotest-patches/oxcaml-alcotest-patches.enabled/opam @@ -0,0 +1,15 @@ +opam-version: "2.0" +synopsis: "OxCaml patched alcotest" +description: "OxCaml meta-package indicating this library is installed" +maintainer: "David Allsopp " +authors: "David Allsopp" +license: "CC0-1.0+" +homepage: "https://oxcaml.org" +bug-reports: "https://github.com/oxcaml/opam-repository/issues" +conflicts: "oxcaml-alcotest" +depends: [ + ("oxcaml-backoff" {post} | "oxcaml-backoff-patches" {post}) + "alcotest" {build & ( + = "1.9.0+ox" + )} +] diff --git a/packages/oxcaml-alcotest/oxcaml-alcotest.guard/opam b/packages/oxcaml-alcotest/oxcaml-alcotest.guard/opam new file mode 100644 index 0000000000..1c8da3ac91 --- /dev/null +++ b/packages/oxcaml-alcotest/oxcaml-alcotest.guard/opam @@ -0,0 +1,10 @@ +opam-version: "2.0" +synopsis: "OxCaml patched alcotest (not installed)" +description: "OxCaml meta-package indicating this package is not installed" +maintainer: "David Allsopp " +authors: "David Allsopp" +license: "CC0-1.0+" +homepage: "https://oxcaml.org" +bug-reports: "https://github.com/oxcaml/opam-repository/issues" +conflicts: [ "oxcaml-alcotest-patches" "alcotest" ] +depends: "oxcaml-backoff" {post} | "oxcaml-backoff-patches" {post} diff --git a/packages/oxcaml-backoff-patches/oxcaml-backoff-patches.enabled/opam b/packages/oxcaml-backoff-patches/oxcaml-backoff-patches.enabled/opam new file mode 100644 index 0000000000..0c64658f53 --- /dev/null +++ b/packages/oxcaml-backoff-patches/oxcaml-backoff-patches.enabled/opam @@ -0,0 +1,15 @@ +opam-version: "2.0" +synopsis: "OxCaml patched backoff" +description: "OxCaml meta-package indicating this library is installed" +maintainer: "David Allsopp " +authors: "David Allsopp" +license: "CC0-1.0+" +homepage: "https://oxcaml.org" +bug-reports: "https://github.com/oxcaml/opam-repository/issues" +conflicts: "oxcaml-backoff" +depends: [ + ("oxcaml-ctypes" {post} | "oxcaml-ctypes-patches" {post}) + "backoff" {build & ( + = "0.1.1+ox" + )} +] diff --git a/packages/oxcaml-backoff/oxcaml-backoff.guard/opam b/packages/oxcaml-backoff/oxcaml-backoff.guard/opam new file mode 100644 index 0000000000..91d0f62b99 --- /dev/null +++ b/packages/oxcaml-backoff/oxcaml-backoff.guard/opam @@ -0,0 +1,10 @@ +opam-version: "2.0" +synopsis: "OxCaml patched backoff (not installed)" +description: "OxCaml meta-package indicating this package is not installed" +maintainer: "David Allsopp " +authors: "David Allsopp" +license: "CC0-1.0+" +homepage: "https://oxcaml.org" +bug-reports: "https://github.com/oxcaml/opam-repository/issues" +conflicts: [ "oxcaml-backoff-patches" "backoff" ] +depends: "oxcaml-ctypes" {post} | "oxcaml-ctypes-patches" {post} diff --git a/packages/oxcaml-ctypes-foreign-patches/oxcaml-ctypes-foreign-patches.enabled/opam b/packages/oxcaml-ctypes-foreign-patches/oxcaml-ctypes-foreign-patches.enabled/opam new file mode 100644 index 0000000000..4e79f0cda5 --- /dev/null +++ b/packages/oxcaml-ctypes-foreign-patches/oxcaml-ctypes-foreign-patches.enabled/opam @@ -0,0 +1,15 @@ +opam-version: "2.0" +synopsis: "OxCaml patched ctypes-foreign" +description: "OxCaml meta-package indicating this library is installed" +maintainer: "David Allsopp " +authors: "David Allsopp" +license: "CC0-1.0+" +homepage: "https://oxcaml.org" +bug-reports: "https://github.com/oxcaml/opam-repository/issues" +conflicts: "oxcaml-ctypes-foreign" +depends: [ + ("oxcaml-dot-merlin-reader" {post} | "oxcaml-dot-merlin-reader-patches" {post}) + "ctypes-foreign" {build & ( + = "0.23.0+ox" + )} +] diff --git a/packages/oxcaml-ctypes-foreign/oxcaml-ctypes-foreign.guard/opam b/packages/oxcaml-ctypes-foreign/oxcaml-ctypes-foreign.guard/opam new file mode 100644 index 0000000000..c304152dda --- /dev/null +++ b/packages/oxcaml-ctypes-foreign/oxcaml-ctypes-foreign.guard/opam @@ -0,0 +1,10 @@ +opam-version: "2.0" +synopsis: "OxCaml patched ctypes-foreign (not installed)" +description: "OxCaml meta-package indicating this package is not installed" +maintainer: "David Allsopp " +authors: "David Allsopp" +license: "CC0-1.0+" +homepage: "https://oxcaml.org" +bug-reports: "https://github.com/oxcaml/opam-repository/issues" +conflicts: [ "oxcaml-ctypes-foreign-patches" "ctypes-foreign" ] +depends: "oxcaml-dot-merlin-reader" {post} | "oxcaml-dot-merlin-reader-patches" {post} diff --git a/packages/oxcaml-ctypes-patches/oxcaml-ctypes-patches.enabled/opam b/packages/oxcaml-ctypes-patches/oxcaml-ctypes-patches.enabled/opam new file mode 100644 index 0000000000..974d4d2b5c --- /dev/null +++ b/packages/oxcaml-ctypes-patches/oxcaml-ctypes-patches.enabled/opam @@ -0,0 +1,15 @@ +opam-version: "2.0" +synopsis: "OxCaml patched ctypes" +description: "OxCaml meta-package indicating this library is installed" +maintainer: "David Allsopp " +authors: "David Allsopp" +license: "CC0-1.0+" +homepage: "https://oxcaml.org" +bug-reports: "https://github.com/oxcaml/opam-repository/issues" +conflicts: "oxcaml-ctypes" +depends: [ + ("oxcaml-ctypes-foreign" {post} | "oxcaml-ctypes-foreign-patches" {post}) + "ctypes" {build & ( + = "0.23.0+ox" + )} +] diff --git a/packages/oxcaml-ctypes/oxcaml-ctypes.guard/opam b/packages/oxcaml-ctypes/oxcaml-ctypes.guard/opam new file mode 100644 index 0000000000..0d82b41763 --- /dev/null +++ b/packages/oxcaml-ctypes/oxcaml-ctypes.guard/opam @@ -0,0 +1,10 @@ +opam-version: "2.0" +synopsis: "OxCaml patched ctypes (not installed)" +description: "OxCaml meta-package indicating this package is not installed" +maintainer: "David Allsopp " +authors: "David Allsopp" +license: "CC0-1.0+" +homepage: "https://oxcaml.org" +bug-reports: "https://github.com/oxcaml/opam-repository/issues" +conflicts: [ "oxcaml-ctypes-patches" "ctypes" ] +depends: "oxcaml-ctypes-foreign" {post} | "oxcaml-ctypes-foreign-patches" {post} diff --git a/packages/oxcaml-dot-merlin-reader-patches/oxcaml-dot-merlin-reader-patches.enabled/opam b/packages/oxcaml-dot-merlin-reader-patches/oxcaml-dot-merlin-reader-patches.enabled/opam new file mode 100644 index 0000000000..a113a8b4be --- /dev/null +++ b/packages/oxcaml-dot-merlin-reader-patches/oxcaml-dot-merlin-reader-patches.enabled/opam @@ -0,0 +1,15 @@ +opam-version: "2.0" +synopsis: "OxCaml patched dot-merlin-reader" +description: "OxCaml meta-package indicating this library is installed" +maintainer: "David Allsopp " +authors: "David Allsopp" +license: "CC0-1.0+" +homepage: "https://oxcaml.org" +bug-reports: "https://github.com/oxcaml/opam-repository/issues" +conflicts: "oxcaml-dot-merlin-reader" +depends: [ + ("oxcaml-dune" {post} | "oxcaml-dune-patches" {post}) + "dot-merlin-reader" {build & ( + = "5.2.1-502+ox" + )} +] diff --git a/packages/oxcaml-dot-merlin-reader/oxcaml-dot-merlin-reader.guard/opam b/packages/oxcaml-dot-merlin-reader/oxcaml-dot-merlin-reader.guard/opam new file mode 100644 index 0000000000..570a70dd3b --- /dev/null +++ b/packages/oxcaml-dot-merlin-reader/oxcaml-dot-merlin-reader.guard/opam @@ -0,0 +1,10 @@ +opam-version: "2.0" +synopsis: "OxCaml patched dot-merlin-reader (not installed)" +description: "OxCaml meta-package indicating this package is not installed" +maintainer: "David Allsopp " +authors: "David Allsopp" +license: "CC0-1.0+" +homepage: "https://oxcaml.org" +bug-reports: "https://github.com/oxcaml/opam-repository/issues" +conflicts: [ "oxcaml-dot-merlin-reader-patches" "dot-merlin-reader" ] +depends: "oxcaml-dune" {post} | "oxcaml-dune-patches" {post} diff --git a/packages/oxcaml-dune-patches/oxcaml-dune-patches.enabled/opam b/packages/oxcaml-dune-patches/oxcaml-dune-patches.enabled/opam new file mode 100644 index 0000000000..5286a40724 --- /dev/null +++ b/packages/oxcaml-dune-patches/oxcaml-dune-patches.enabled/opam @@ -0,0 +1,15 @@ +opam-version: "2.0" +synopsis: "OxCaml patched dune" +description: "OxCaml meta-package indicating this library is installed" +maintainer: "David Allsopp " +authors: "David Allsopp" +license: "CC0-1.0+" +homepage: "https://oxcaml.org" +bug-reports: "https://github.com/oxcaml/opam-repository/issues" +conflicts: "oxcaml-dune" +depends: [ + ("oxcaml-dune-rpc" {post} | "oxcaml-dune-rpc-patches" {post}) + "dune" {build & ( + = "3.20.2+ox" + )} +] diff --git a/packages/oxcaml-dune-rpc-patches/oxcaml-dune-rpc-patches.enabled/opam b/packages/oxcaml-dune-rpc-patches/oxcaml-dune-rpc-patches.enabled/opam new file mode 100644 index 0000000000..4049d50241 --- /dev/null +++ b/packages/oxcaml-dune-rpc-patches/oxcaml-dune-rpc-patches.enabled/opam @@ -0,0 +1,15 @@ +opam-version: "2.0" +synopsis: "OxCaml patched dune-rpc" +description: "OxCaml meta-package indicating this library is installed" +maintainer: "David Allsopp " +authors: "David Allsopp" +license: "CC0-1.0+" +homepage: "https://oxcaml.org" +bug-reports: "https://github.com/oxcaml/opam-repository/issues" +conflicts: "oxcaml-dune-rpc" +depends: [ + ("oxcaml-dyn" {post} | "oxcaml-dyn-patches" {post}) + "dune-rpc" {build & ( + = "3.20.2+ox" + )} +] diff --git a/packages/oxcaml-dune-rpc/oxcaml-dune-rpc.guard/opam b/packages/oxcaml-dune-rpc/oxcaml-dune-rpc.guard/opam new file mode 100644 index 0000000000..1a7fa1c91d --- /dev/null +++ b/packages/oxcaml-dune-rpc/oxcaml-dune-rpc.guard/opam @@ -0,0 +1,10 @@ +opam-version: "2.0" +synopsis: "OxCaml patched dune-rpc (not installed)" +description: "OxCaml meta-package indicating this package is not installed" +maintainer: "David Allsopp " +authors: "David Allsopp" +license: "CC0-1.0+" +homepage: "https://oxcaml.org" +bug-reports: "https://github.com/oxcaml/opam-repository/issues" +conflicts: [ "oxcaml-dune-rpc-patches" "dune-rpc" ] +depends: "oxcaml-dyn" {post} | "oxcaml-dyn-patches" {post} diff --git a/packages/oxcaml-dune/oxcaml-dune.guard/opam b/packages/oxcaml-dune/oxcaml-dune.guard/opam new file mode 100644 index 0000000000..72821cbd5e --- /dev/null +++ b/packages/oxcaml-dune/oxcaml-dune.guard/opam @@ -0,0 +1,10 @@ +opam-version: "2.0" +synopsis: "OxCaml patched dune (not installed)" +description: "OxCaml meta-package indicating this package is not installed" +maintainer: "David Allsopp " +authors: "David Allsopp" +license: "CC0-1.0+" +homepage: "https://oxcaml.org" +bug-reports: "https://github.com/oxcaml/opam-repository/issues" +conflicts: [ "oxcaml-dune-patches" "dune" ] +depends: "oxcaml-dune-rpc" {post} | "oxcaml-dune-rpc-patches" {post} diff --git a/packages/oxcaml-dyn-patches/oxcaml-dyn-patches.enabled/opam b/packages/oxcaml-dyn-patches/oxcaml-dyn-patches.enabled/opam new file mode 100644 index 0000000000..32114b77d2 --- /dev/null +++ b/packages/oxcaml-dyn-patches/oxcaml-dyn-patches.enabled/opam @@ -0,0 +1,15 @@ +opam-version: "2.0" +synopsis: "OxCaml patched dyn" +description: "OxCaml meta-package indicating this library is installed" +maintainer: "David Allsopp " +authors: "David Allsopp" +license: "CC0-1.0+" +homepage: "https://oxcaml.org" +bug-reports: "https://github.com/oxcaml/opam-repository/issues" +conflicts: "oxcaml-dyn" +depends: [ + ("oxcaml-eio" {post} | "oxcaml-eio-patches" {post}) + "dyn" {build & ( + = "3.20.2+ox" + )} +] diff --git a/packages/oxcaml-dyn/oxcaml-dyn.guard/opam b/packages/oxcaml-dyn/oxcaml-dyn.guard/opam new file mode 100644 index 0000000000..ef8304a390 --- /dev/null +++ b/packages/oxcaml-dyn/oxcaml-dyn.guard/opam @@ -0,0 +1,10 @@ +opam-version: "2.0" +synopsis: "OxCaml patched dyn (not installed)" +description: "OxCaml meta-package indicating this package is not installed" +maintainer: "David Allsopp " +authors: "David Allsopp" +license: "CC0-1.0+" +homepage: "https://oxcaml.org" +bug-reports: "https://github.com/oxcaml/opam-repository/issues" +conflicts: [ "oxcaml-dyn-patches" "dyn" ] +depends: "oxcaml-eio" {post} | "oxcaml-eio-patches" {post} diff --git a/packages/oxcaml-eio-patches/oxcaml-eio-patches.enabled/opam b/packages/oxcaml-eio-patches/oxcaml-eio-patches.enabled/opam new file mode 100644 index 0000000000..c2683e3b4e --- /dev/null +++ b/packages/oxcaml-eio-patches/oxcaml-eio-patches.enabled/opam @@ -0,0 +1,15 @@ +opam-version: "2.0" +synopsis: "OxCaml patched eio" +description: "OxCaml meta-package indicating this library is installed" +maintainer: "David Allsopp " +authors: "David Allsopp" +license: "CC0-1.0+" +homepage: "https://oxcaml.org" +bug-reports: "https://github.com/oxcaml/opam-repository/issues" +conflicts: "oxcaml-eio" +depends: [ + ("oxcaml-eio_linux" {post} | "oxcaml-eio_linux-patches" {post}) + "eio" {build & ( + = "1.3+ox" + )} +] diff --git a/packages/oxcaml-eio/oxcaml-eio.guard/opam b/packages/oxcaml-eio/oxcaml-eio.guard/opam new file mode 100644 index 0000000000..d68e793e5c --- /dev/null +++ b/packages/oxcaml-eio/oxcaml-eio.guard/opam @@ -0,0 +1,10 @@ +opam-version: "2.0" +synopsis: "OxCaml patched eio (not installed)" +description: "OxCaml meta-package indicating this package is not installed" +maintainer: "David Allsopp " +authors: "David Allsopp" +license: "CC0-1.0+" +homepage: "https://oxcaml.org" +bug-reports: "https://github.com/oxcaml/opam-repository/issues" +conflicts: [ "oxcaml-eio-patches" "eio" ] +depends: "oxcaml-eio_linux" {post} | "oxcaml-eio_linux-patches" {post} diff --git a/packages/oxcaml-eio_linux-patches/oxcaml-eio_linux-patches.enabled/opam b/packages/oxcaml-eio_linux-patches/oxcaml-eio_linux-patches.enabled/opam new file mode 100644 index 0000000000..f8e7fd6ace --- /dev/null +++ b/packages/oxcaml-eio_linux-patches/oxcaml-eio_linux-patches.enabled/opam @@ -0,0 +1,15 @@ +opam-version: "2.0" +synopsis: "OxCaml patched eio_linux" +description: "OxCaml meta-package indicating this library is installed" +maintainer: "David Allsopp " +authors: "David Allsopp" +license: "CC0-1.0+" +homepage: "https://oxcaml.org" +bug-reports: "https://github.com/oxcaml/opam-repository/issues" +conflicts: "oxcaml-eio_linux" +depends: [ + ("oxcaml-eio_main" {post} | "oxcaml-eio_main-patches" {post}) + "eio_linux" {build & ( + = "1.3+ox" + )} +] diff --git a/packages/oxcaml-eio_linux/oxcaml-eio_linux.guard/opam b/packages/oxcaml-eio_linux/oxcaml-eio_linux.guard/opam new file mode 100644 index 0000000000..cf4a105e57 --- /dev/null +++ b/packages/oxcaml-eio_linux/oxcaml-eio_linux.guard/opam @@ -0,0 +1,10 @@ +opam-version: "2.0" +synopsis: "OxCaml patched eio_linux (not installed)" +description: "OxCaml meta-package indicating this package is not installed" +maintainer: "David Allsopp " +authors: "David Allsopp" +license: "CC0-1.0+" +homepage: "https://oxcaml.org" +bug-reports: "https://github.com/oxcaml/opam-repository/issues" +conflicts: [ "oxcaml-eio_linux-patches" "eio_linux" ] +depends: "oxcaml-eio_main" {post} | "oxcaml-eio_main-patches" {post} diff --git a/packages/oxcaml-eio_main-patches/oxcaml-eio_main-patches.enabled/opam b/packages/oxcaml-eio_main-patches/oxcaml-eio_main-patches.enabled/opam new file mode 100644 index 0000000000..c9f2b7204d --- /dev/null +++ b/packages/oxcaml-eio_main-patches/oxcaml-eio_main-patches.enabled/opam @@ -0,0 +1,15 @@ +opam-version: "2.0" +synopsis: "OxCaml patched eio_main" +description: "OxCaml meta-package indicating this library is installed" +maintainer: "David Allsopp " +authors: "David Allsopp" +license: "CC0-1.0+" +homepage: "https://oxcaml.org" +bug-reports: "https://github.com/oxcaml/opam-repository/issues" +conflicts: "oxcaml-eio_main" +depends: [ + ("oxcaml-eio_posix" {post} | "oxcaml-eio_posix-patches" {post}) + "eio_main" {build & ( + = "1.3+ox" + )} +] diff --git a/packages/oxcaml-eio_main/oxcaml-eio_main.guard/opam b/packages/oxcaml-eio_main/oxcaml-eio_main.guard/opam new file mode 100644 index 0000000000..b8d1991a8e --- /dev/null +++ b/packages/oxcaml-eio_main/oxcaml-eio_main.guard/opam @@ -0,0 +1,10 @@ +opam-version: "2.0" +synopsis: "OxCaml patched eio_main (not installed)" +description: "OxCaml meta-package indicating this package is not installed" +maintainer: "David Allsopp " +authors: "David Allsopp" +license: "CC0-1.0+" +homepage: "https://oxcaml.org" +bug-reports: "https://github.com/oxcaml/opam-repository/issues" +conflicts: [ "oxcaml-eio_main-patches" "eio_main" ] +depends: "oxcaml-eio_posix" {post} | "oxcaml-eio_posix-patches" {post} diff --git a/packages/oxcaml-eio_posix-patches/oxcaml-eio_posix-patches.enabled/opam b/packages/oxcaml-eio_posix-patches/oxcaml-eio_posix-patches.enabled/opam new file mode 100644 index 0000000000..de302b63b5 --- /dev/null +++ b/packages/oxcaml-eio_posix-patches/oxcaml-eio_posix-patches.enabled/opam @@ -0,0 +1,15 @@ +opam-version: "2.0" +synopsis: "OxCaml patched eio_posix" +description: "OxCaml meta-package indicating this library is installed" +maintainer: "David Allsopp " +authors: "David Allsopp" +license: "CC0-1.0+" +homepage: "https://oxcaml.org" +bug-reports: "https://github.com/oxcaml/opam-repository/issues" +conflicts: "oxcaml-eio_posix" +depends: [ + ("oxcaml-gen_js_api" {post} | "oxcaml-gen_js_api-patches" {post}) + "eio_posix" {build & ( + = "1.3+ox" + )} +] diff --git a/packages/oxcaml-eio_posix/oxcaml-eio_posix.guard/opam b/packages/oxcaml-eio_posix/oxcaml-eio_posix.guard/opam new file mode 100644 index 0000000000..76b7d6c51a --- /dev/null +++ b/packages/oxcaml-eio_posix/oxcaml-eio_posix.guard/opam @@ -0,0 +1,10 @@ +opam-version: "2.0" +synopsis: "OxCaml patched eio_posix (not installed)" +description: "OxCaml meta-package indicating this package is not installed" +maintainer: "David Allsopp " +authors: "David Allsopp" +license: "CC0-1.0+" +homepage: "https://oxcaml.org" +bug-reports: "https://github.com/oxcaml/opam-repository/issues" +conflicts: [ "oxcaml-eio_posix-patches" "eio_posix" ] +depends: "oxcaml-gen_js_api" {post} | "oxcaml-gen_js_api-patches" {post} diff --git a/packages/oxcaml-gen_js_api-patches/oxcaml-gen_js_api-patches.enabled/opam b/packages/oxcaml-gen_js_api-patches/oxcaml-gen_js_api-patches.enabled/opam new file mode 100644 index 0000000000..6703a210ed --- /dev/null +++ b/packages/oxcaml-gen_js_api-patches/oxcaml-gen_js_api-patches.enabled/opam @@ -0,0 +1,15 @@ +opam-version: "2.0" +synopsis: "OxCaml patched gen_js_api" +description: "OxCaml meta-package indicating this library is installed" +maintainer: "David Allsopp " +authors: "David Allsopp" +license: "CC0-1.0+" +homepage: "https://oxcaml.org" +bug-reports: "https://github.com/oxcaml/opam-repository/issues" +conflicts: "oxcaml-gen_js_api" +depends: [ + ("oxcaml-js_of_ocaml" {post} | "oxcaml-js_of_ocaml-patches" {post}) + "gen_js_api" {build & ( + = "1.1.2+ox" + )} +] diff --git a/packages/oxcaml-gen_js_api/oxcaml-gen_js_api.guard/opam b/packages/oxcaml-gen_js_api/oxcaml-gen_js_api.guard/opam new file mode 100644 index 0000000000..92b38e4440 --- /dev/null +++ b/packages/oxcaml-gen_js_api/oxcaml-gen_js_api.guard/opam @@ -0,0 +1,10 @@ +opam-version: "2.0" +synopsis: "OxCaml patched gen_js_api (not installed)" +description: "OxCaml meta-package indicating this package is not installed" +maintainer: "David Allsopp " +authors: "David Allsopp" +license: "CC0-1.0+" +homepage: "https://oxcaml.org" +bug-reports: "https://github.com/oxcaml/opam-repository/issues" +conflicts: [ "oxcaml-gen_js_api-patches" "gen_js_api" ] +depends: "oxcaml-js_of_ocaml" {post} | "oxcaml-js_of_ocaml-patches" {post} diff --git a/packages/oxcaml-js_of_ocaml-compiler-patches/oxcaml-js_of_ocaml-compiler-patches.enabled/opam b/packages/oxcaml-js_of_ocaml-compiler-patches/oxcaml-js_of_ocaml-compiler-patches.enabled/opam new file mode 100644 index 0000000000..91f438b7ee --- /dev/null +++ b/packages/oxcaml-js_of_ocaml-compiler-patches/oxcaml-js_of_ocaml-compiler-patches.enabled/opam @@ -0,0 +1,15 @@ +opam-version: "2.0" +synopsis: "OxCaml patched js_of_ocaml-compiler" +description: "OxCaml meta-package indicating this library is installed" +maintainer: "David Allsopp " +authors: "David Allsopp" +license: "CC0-1.0+" +homepage: "https://oxcaml.org" +bug-reports: "https://github.com/oxcaml/opam-repository/issues" +conflicts: "oxcaml-js_of_ocaml-compiler" +depends: [ + ("oxcaml-js_of_ocaml-ppx" {post} | "oxcaml-js_of_ocaml-ppx-patches" {post}) + "js_of_ocaml-compiler" {build & ( + = "6.0.1+ox" + )} +] diff --git a/packages/oxcaml-js_of_ocaml-compiler/oxcaml-js_of_ocaml-compiler.guard/opam b/packages/oxcaml-js_of_ocaml-compiler/oxcaml-js_of_ocaml-compiler.guard/opam new file mode 100644 index 0000000000..ad4ee76ebc --- /dev/null +++ b/packages/oxcaml-js_of_ocaml-compiler/oxcaml-js_of_ocaml-compiler.guard/opam @@ -0,0 +1,10 @@ +opam-version: "2.0" +synopsis: "OxCaml patched js_of_ocaml-compiler (not installed)" +description: "OxCaml meta-package indicating this package is not installed" +maintainer: "David Allsopp " +authors: "David Allsopp" +license: "CC0-1.0+" +homepage: "https://oxcaml.org" +bug-reports: "https://github.com/oxcaml/opam-repository/issues" +conflicts: [ "oxcaml-js_of_ocaml-compiler-patches" "js_of_ocaml-compiler" ] +depends: "oxcaml-js_of_ocaml-ppx" {post} | "oxcaml-js_of_ocaml-ppx-patches" {post} diff --git a/packages/oxcaml-js_of_ocaml-patches/oxcaml-js_of_ocaml-patches.enabled/opam b/packages/oxcaml-js_of_ocaml-patches/oxcaml-js_of_ocaml-patches.enabled/opam new file mode 100644 index 0000000000..d3432b2f86 --- /dev/null +++ b/packages/oxcaml-js_of_ocaml-patches/oxcaml-js_of_ocaml-patches.enabled/opam @@ -0,0 +1,15 @@ +opam-version: "2.0" +synopsis: "OxCaml patched js_of_ocaml" +description: "OxCaml meta-package indicating this library is installed" +maintainer: "David Allsopp " +authors: "David Allsopp" +license: "CC0-1.0+" +homepage: "https://oxcaml.org" +bug-reports: "https://github.com/oxcaml/opam-repository/issues" +conflicts: "oxcaml-js_of_ocaml" +depends: [ + ("oxcaml-js_of_ocaml-compiler" {post} | "oxcaml-js_of_ocaml-compiler-patches" {post}) + "js_of_ocaml" {build & ( + = "6.0.1+ox" + )} +] diff --git a/packages/oxcaml-js_of_ocaml-ppx-patches/oxcaml-js_of_ocaml-ppx-patches.enabled/opam b/packages/oxcaml-js_of_ocaml-ppx-patches/oxcaml-js_of_ocaml-ppx-patches.enabled/opam new file mode 100644 index 0000000000..f3f909e6a0 --- /dev/null +++ b/packages/oxcaml-js_of_ocaml-ppx-patches/oxcaml-js_of_ocaml-ppx-patches.enabled/opam @@ -0,0 +1,15 @@ +opam-version: "2.0" +synopsis: "OxCaml patched js_of_ocaml-ppx" +description: "OxCaml meta-package indicating this library is installed" +maintainer: "David Allsopp " +authors: "David Allsopp" +license: "CC0-1.0+" +homepage: "https://oxcaml.org" +bug-reports: "https://github.com/oxcaml/opam-repository/issues" +conflicts: "oxcaml-js_of_ocaml-ppx" +depends: [ + ("oxcaml-js_of_ocaml-toplevel" {post} | "oxcaml-js_of_ocaml-toplevel-patches" {post}) + "js_of_ocaml-ppx" {build & ( + = "6.0.1+ox" + )} +] diff --git a/packages/oxcaml-js_of_ocaml-ppx/oxcaml-js_of_ocaml-ppx.guard/opam b/packages/oxcaml-js_of_ocaml-ppx/oxcaml-js_of_ocaml-ppx.guard/opam new file mode 100644 index 0000000000..d22f8b23f3 --- /dev/null +++ b/packages/oxcaml-js_of_ocaml-ppx/oxcaml-js_of_ocaml-ppx.guard/opam @@ -0,0 +1,10 @@ +opam-version: "2.0" +synopsis: "OxCaml patched js_of_ocaml-ppx (not installed)" +description: "OxCaml meta-package indicating this package is not installed" +maintainer: "David Allsopp " +authors: "David Allsopp" +license: "CC0-1.0+" +homepage: "https://oxcaml.org" +bug-reports: "https://github.com/oxcaml/opam-repository/issues" +conflicts: [ "oxcaml-js_of_ocaml-ppx-patches" "js_of_ocaml-ppx" ] +depends: "oxcaml-js_of_ocaml-toplevel" {post} | "oxcaml-js_of_ocaml-toplevel-patches" {post} diff --git a/packages/oxcaml-js_of_ocaml-toplevel-patches/oxcaml-js_of_ocaml-toplevel-patches.enabled/opam b/packages/oxcaml-js_of_ocaml-toplevel-patches/oxcaml-js_of_ocaml-toplevel-patches.enabled/opam new file mode 100644 index 0000000000..0fa564a8c3 --- /dev/null +++ b/packages/oxcaml-js_of_ocaml-toplevel-patches/oxcaml-js_of_ocaml-toplevel-patches.enabled/opam @@ -0,0 +1,15 @@ +opam-version: "2.0" +synopsis: "OxCaml patched js_of_ocaml-toplevel" +description: "OxCaml meta-package indicating this library is installed" +maintainer: "David Allsopp " +authors: "David Allsopp" +license: "CC0-1.0+" +homepage: "https://oxcaml.org" +bug-reports: "https://github.com/oxcaml/opam-repository/issues" +conflicts: "oxcaml-js_of_ocaml-toplevel" +depends: [ + ("oxcaml-jsonrpc" {post} | "oxcaml-jsonrpc-patches" {post}) + "js_of_ocaml-toplevel" {build & ( + = "6.0.1+ox" + )} +] diff --git a/packages/oxcaml-js_of_ocaml-toplevel/oxcaml-js_of_ocaml-toplevel.guard/opam b/packages/oxcaml-js_of_ocaml-toplevel/oxcaml-js_of_ocaml-toplevel.guard/opam new file mode 100644 index 0000000000..5af6312848 --- /dev/null +++ b/packages/oxcaml-js_of_ocaml-toplevel/oxcaml-js_of_ocaml-toplevel.guard/opam @@ -0,0 +1,10 @@ +opam-version: "2.0" +synopsis: "OxCaml patched js_of_ocaml-toplevel (not installed)" +description: "OxCaml meta-package indicating this package is not installed" +maintainer: "David Allsopp " +authors: "David Allsopp" +license: "CC0-1.0+" +homepage: "https://oxcaml.org" +bug-reports: "https://github.com/oxcaml/opam-repository/issues" +conflicts: [ "oxcaml-js_of_ocaml-toplevel-patches" "js_of_ocaml-toplevel" ] +depends: "oxcaml-jsonrpc" {post} | "oxcaml-jsonrpc-patches" {post} diff --git a/packages/oxcaml-js_of_ocaml/oxcaml-js_of_ocaml.guard/opam b/packages/oxcaml-js_of_ocaml/oxcaml-js_of_ocaml.guard/opam new file mode 100644 index 0000000000..1edf7866a4 --- /dev/null +++ b/packages/oxcaml-js_of_ocaml/oxcaml-js_of_ocaml.guard/opam @@ -0,0 +1,10 @@ +opam-version: "2.0" +synopsis: "OxCaml patched js_of_ocaml (not installed)" +description: "OxCaml meta-package indicating this package is not installed" +maintainer: "David Allsopp " +authors: "David Allsopp" +license: "CC0-1.0+" +homepage: "https://oxcaml.org" +bug-reports: "https://github.com/oxcaml/opam-repository/issues" +conflicts: [ "oxcaml-js_of_ocaml-patches" "js_of_ocaml" ] +depends: "oxcaml-js_of_ocaml-compiler" {post} | "oxcaml-js_of_ocaml-compiler-patches" {post} diff --git a/packages/oxcaml-jsonrpc-patches/oxcaml-jsonrpc-patches.enabled/opam b/packages/oxcaml-jsonrpc-patches/oxcaml-jsonrpc-patches.enabled/opam new file mode 100644 index 0000000000..5f9d465996 --- /dev/null +++ b/packages/oxcaml-jsonrpc-patches/oxcaml-jsonrpc-patches.enabled/opam @@ -0,0 +1,15 @@ +opam-version: "2.0" +synopsis: "OxCaml patched jsonrpc" +description: "OxCaml meta-package indicating this library is installed" +maintainer: "David Allsopp " +authors: "David Allsopp" +license: "CC0-1.0+" +homepage: "https://oxcaml.org" +bug-reports: "https://github.com/oxcaml/opam-repository/issues" +conflicts: "oxcaml-jsonrpc" +depends: [ + ("oxcaml-lsp" {post} | "oxcaml-lsp-patches" {post}) + "jsonrpc" {build & ( + = "1.19.0+ox" + )} +] diff --git a/packages/oxcaml-jsonrpc/oxcaml-jsonrpc.guard/opam b/packages/oxcaml-jsonrpc/oxcaml-jsonrpc.guard/opam new file mode 100644 index 0000000000..0c8ff28daf --- /dev/null +++ b/packages/oxcaml-jsonrpc/oxcaml-jsonrpc.guard/opam @@ -0,0 +1,10 @@ +opam-version: "2.0" +synopsis: "OxCaml patched jsonrpc (not installed)" +description: "OxCaml meta-package indicating this package is not installed" +maintainer: "David Allsopp " +authors: "David Allsopp" +license: "CC0-1.0+" +homepage: "https://oxcaml.org" +bug-reports: "https://github.com/oxcaml/opam-repository/issues" +conflicts: [ "oxcaml-jsonrpc-patches" "jsonrpc" ] +depends: "oxcaml-lsp" {post} | "oxcaml-lsp-patches" {post} diff --git a/packages/oxcaml-lsp-patches/oxcaml-lsp-patches.enabled/opam b/packages/oxcaml-lsp-patches/oxcaml-lsp-patches.enabled/opam new file mode 100644 index 0000000000..ca8f404958 --- /dev/null +++ b/packages/oxcaml-lsp-patches/oxcaml-lsp-patches.enabled/opam @@ -0,0 +1,15 @@ +opam-version: "2.0" +synopsis: "OxCaml patched lsp" +description: "OxCaml meta-package indicating this library is installed" +maintainer: "David Allsopp " +authors: "David Allsopp" +license: "CC0-1.0+" +homepage: "https://oxcaml.org" +bug-reports: "https://github.com/oxcaml/opam-repository/issues" +conflicts: "oxcaml-lsp" +depends: [ + ("oxcaml-lwt" {post} | "oxcaml-lwt-patches" {post}) + "lsp" {build & ( + = "1.19.0+ox" + )} +] diff --git a/packages/oxcaml-lsp/oxcaml-lsp.guard/opam b/packages/oxcaml-lsp/oxcaml-lsp.guard/opam new file mode 100644 index 0000000000..e688c6177d --- /dev/null +++ b/packages/oxcaml-lsp/oxcaml-lsp.guard/opam @@ -0,0 +1,10 @@ +opam-version: "2.0" +synopsis: "OxCaml patched lsp (not installed)" +description: "OxCaml meta-package indicating this package is not installed" +maintainer: "David Allsopp " +authors: "David Allsopp" +license: "CC0-1.0+" +homepage: "https://oxcaml.org" +bug-reports: "https://github.com/oxcaml/opam-repository/issues" +conflicts: [ "oxcaml-lsp-patches" "lsp" ] +depends: "oxcaml-lwt" {post} | "oxcaml-lwt-patches" {post} diff --git a/packages/oxcaml-lwt-patches/oxcaml-lwt-patches.enabled/opam b/packages/oxcaml-lwt-patches/oxcaml-lwt-patches.enabled/opam new file mode 100644 index 0000000000..81fe63c20a --- /dev/null +++ b/packages/oxcaml-lwt-patches/oxcaml-lwt-patches.enabled/opam @@ -0,0 +1,15 @@ +opam-version: "2.0" +synopsis: "OxCaml patched lwt" +description: "OxCaml meta-package indicating this library is installed" +maintainer: "David Allsopp " +authors: "David Allsopp" +license: "CC0-1.0+" +homepage: "https://oxcaml.org" +bug-reports: "https://github.com/oxcaml/opam-repository/issues" +conflicts: "oxcaml-lwt" +depends: [ + ("oxcaml-lwt_ppx" {post} | "oxcaml-lwt_ppx-patches" {post}) + "lwt" {build & ( + = "5.9.2+ox" + )} +] diff --git a/packages/oxcaml-lwt/oxcaml-lwt.guard/opam b/packages/oxcaml-lwt/oxcaml-lwt.guard/opam new file mode 100644 index 0000000000..3cfc9aae69 --- /dev/null +++ b/packages/oxcaml-lwt/oxcaml-lwt.guard/opam @@ -0,0 +1,10 @@ +opam-version: "2.0" +synopsis: "OxCaml patched lwt (not installed)" +description: "OxCaml meta-package indicating this package is not installed" +maintainer: "David Allsopp " +authors: "David Allsopp" +license: "CC0-1.0+" +homepage: "https://oxcaml.org" +bug-reports: "https://github.com/oxcaml/opam-repository/issues" +conflicts: [ "oxcaml-lwt-patches" "lwt" ] +depends: "oxcaml-lwt_ppx" {post} | "oxcaml-lwt_ppx-patches" {post} diff --git a/packages/oxcaml-lwt_ppx-patches/oxcaml-lwt_ppx-patches.enabled/opam b/packages/oxcaml-lwt_ppx-patches/oxcaml-lwt_ppx-patches.enabled/opam new file mode 100644 index 0000000000..40f821e5c8 --- /dev/null +++ b/packages/oxcaml-lwt_ppx-patches/oxcaml-lwt_ppx-patches.enabled/opam @@ -0,0 +1,15 @@ +opam-version: "2.0" +synopsis: "OxCaml patched lwt_ppx" +description: "OxCaml meta-package indicating this library is installed" +maintainer: "David Allsopp " +authors: "David Allsopp" +license: "CC0-1.0+" +homepage: "https://oxcaml.org" +bug-reports: "https://github.com/oxcaml/opam-repository/issues" +conflicts: "oxcaml-lwt_ppx" +depends: [ + ("oxcaml-mdx" {post} | "oxcaml-mdx-patches" {post}) + "lwt_ppx" {build & ( + = "5.9.1+ox" + )} +] diff --git a/packages/oxcaml-lwt_ppx/oxcaml-lwt_ppx.guard/opam b/packages/oxcaml-lwt_ppx/oxcaml-lwt_ppx.guard/opam new file mode 100644 index 0000000000..dae4e7edcc --- /dev/null +++ b/packages/oxcaml-lwt_ppx/oxcaml-lwt_ppx.guard/opam @@ -0,0 +1,10 @@ +opam-version: "2.0" +synopsis: "OxCaml patched lwt_ppx (not installed)" +description: "OxCaml meta-package indicating this package is not installed" +maintainer: "David Allsopp " +authors: "David Allsopp" +license: "CC0-1.0+" +homepage: "https://oxcaml.org" +bug-reports: "https://github.com/oxcaml/opam-repository/issues" +conflicts: [ "oxcaml-lwt_ppx-patches" "lwt_ppx" ] +depends: "oxcaml-mdx" {post} | "oxcaml-mdx-patches" {post} diff --git a/packages/oxcaml-mdx-patches/oxcaml-mdx-patches.enabled/opam b/packages/oxcaml-mdx-patches/oxcaml-mdx-patches.enabled/opam new file mode 100644 index 0000000000..4bd196ebe7 --- /dev/null +++ b/packages/oxcaml-mdx-patches/oxcaml-mdx-patches.enabled/opam @@ -0,0 +1,15 @@ +opam-version: "2.0" +synopsis: "OxCaml patched mdx" +description: "OxCaml meta-package indicating this library is installed" +maintainer: "David Allsopp " +authors: "David Allsopp" +license: "CC0-1.0+" +homepage: "https://oxcaml.org" +bug-reports: "https://github.com/oxcaml/opam-repository/issues" +conflicts: "oxcaml-mdx" +depends: [ + ("oxcaml-merlin" {post} | "oxcaml-merlin-patches" {post}) + "mdx" {build & ( + = "2.5.0+ox" + )} +] diff --git a/packages/oxcaml-mdx/oxcaml-mdx.guard/opam b/packages/oxcaml-mdx/oxcaml-mdx.guard/opam new file mode 100644 index 0000000000..45809b581e --- /dev/null +++ b/packages/oxcaml-mdx/oxcaml-mdx.guard/opam @@ -0,0 +1,10 @@ +opam-version: "2.0" +synopsis: "OxCaml patched mdx (not installed)" +description: "OxCaml meta-package indicating this package is not installed" +maintainer: "David Allsopp " +authors: "David Allsopp" +license: "CC0-1.0+" +homepage: "https://oxcaml.org" +bug-reports: "https://github.com/oxcaml/opam-repository/issues" +conflicts: [ "oxcaml-mdx-patches" "mdx" ] +depends: "oxcaml-merlin" {post} | "oxcaml-merlin-patches" {post} diff --git a/packages/oxcaml-merlin-lib-patches/oxcaml-merlin-lib-patches.enabled/opam b/packages/oxcaml-merlin-lib-patches/oxcaml-merlin-lib-patches.enabled/opam new file mode 100644 index 0000000000..2314309c0d --- /dev/null +++ b/packages/oxcaml-merlin-lib-patches/oxcaml-merlin-lib-patches.enabled/opam @@ -0,0 +1,15 @@ +opam-version: "2.0" +synopsis: "OxCaml patched merlin-lib" +description: "OxCaml meta-package indicating this library is installed" +maintainer: "David Allsopp " +authors: "David Allsopp" +license: "CC0-1.0+" +homepage: "https://oxcaml.org" +bug-reports: "https://github.com/oxcaml/opam-repository/issues" +conflicts: "oxcaml-merlin-lib" +depends: [ + ("oxcaml-notty-community" {post} | "oxcaml-notty-community-patches" {post}) + "merlin-lib" {build & ( + = "5.2.1-502+ox" + )} +] diff --git a/packages/oxcaml-merlin-lib/oxcaml-merlin-lib.guard/opam b/packages/oxcaml-merlin-lib/oxcaml-merlin-lib.guard/opam new file mode 100644 index 0000000000..3fa530c180 --- /dev/null +++ b/packages/oxcaml-merlin-lib/oxcaml-merlin-lib.guard/opam @@ -0,0 +1,10 @@ +opam-version: "2.0" +synopsis: "OxCaml patched merlin-lib (not installed)" +description: "OxCaml meta-package indicating this package is not installed" +maintainer: "David Allsopp " +authors: "David Allsopp" +license: "CC0-1.0+" +homepage: "https://oxcaml.org" +bug-reports: "https://github.com/oxcaml/opam-repository/issues" +conflicts: [ "oxcaml-merlin-lib-patches" "merlin-lib" ] +depends: "oxcaml-notty-community" {post} | "oxcaml-notty-community-patches" {post} diff --git a/packages/oxcaml-merlin-patches/oxcaml-merlin-patches.enabled/opam b/packages/oxcaml-merlin-patches/oxcaml-merlin-patches.enabled/opam new file mode 100644 index 0000000000..d6295edfb2 --- /dev/null +++ b/packages/oxcaml-merlin-patches/oxcaml-merlin-patches.enabled/opam @@ -0,0 +1,15 @@ +opam-version: "2.0" +synopsis: "OxCaml patched merlin" +description: "OxCaml meta-package indicating this library is installed" +maintainer: "David Allsopp " +authors: "David Allsopp" +license: "CC0-1.0+" +homepage: "https://oxcaml.org" +bug-reports: "https://github.com/oxcaml/opam-repository/issues" +conflicts: "oxcaml-merlin" +depends: [ + ("oxcaml-merlin-lib" {post} | "oxcaml-merlin-lib-patches" {post}) + "merlin" {build & ( + = "5.2.1-502+ox" + )} +] diff --git a/packages/oxcaml-merlin/oxcaml-merlin.guard/opam b/packages/oxcaml-merlin/oxcaml-merlin.guard/opam new file mode 100644 index 0000000000..438afe6288 --- /dev/null +++ b/packages/oxcaml-merlin/oxcaml-merlin.guard/opam @@ -0,0 +1,10 @@ +opam-version: "2.0" +synopsis: "OxCaml patched merlin (not installed)" +description: "OxCaml meta-package indicating this package is not installed" +maintainer: "David Allsopp " +authors: "David Allsopp" +license: "CC0-1.0+" +homepage: "https://oxcaml.org" +bug-reports: "https://github.com/oxcaml/opam-repository/issues" +conflicts: [ "oxcaml-merlin-patches" "merlin" ] +depends: "oxcaml-merlin-lib" {post} | "oxcaml-merlin-lib-patches" {post} diff --git a/packages/oxcaml-notty-community-patches/oxcaml-notty-community-patches.enabled/opam b/packages/oxcaml-notty-community-patches/oxcaml-notty-community-patches.enabled/opam new file mode 100644 index 0000000000..41acf81dc2 --- /dev/null +++ b/packages/oxcaml-notty-community-patches/oxcaml-notty-community-patches.enabled/opam @@ -0,0 +1,15 @@ +opam-version: "2.0" +synopsis: "OxCaml patched notty-community" +description: "OxCaml meta-package indicating this library is installed" +maintainer: "David Allsopp " +authors: "David Allsopp" +license: "CC0-1.0+" +homepage: "https://oxcaml.org" +bug-reports: "https://github.com/oxcaml/opam-repository/issues" +conflicts: "oxcaml-notty-community" +depends: [ + ("oxcaml-obuild" {post} | "oxcaml-obuild-patches" {post}) + "notty-community" {build & ( + = "0.2.4+ox" + )} +] diff --git a/packages/oxcaml-notty-community/oxcaml-notty-community.guard/opam b/packages/oxcaml-notty-community/oxcaml-notty-community.guard/opam new file mode 100644 index 0000000000..505ecfd5a1 --- /dev/null +++ b/packages/oxcaml-notty-community/oxcaml-notty-community.guard/opam @@ -0,0 +1,10 @@ +opam-version: "2.0" +synopsis: "OxCaml patched notty-community (not installed)" +description: "OxCaml meta-package indicating this package is not installed" +maintainer: "David Allsopp " +authors: "David Allsopp" +license: "CC0-1.0+" +homepage: "https://oxcaml.org" +bug-reports: "https://github.com/oxcaml/opam-repository/issues" +conflicts: [ "oxcaml-notty-community-patches" "notty-community" ] +depends: "oxcaml-obuild" {post} | "oxcaml-obuild-patches" {post} diff --git a/packages/oxcaml-obuild-patches/oxcaml-obuild-patches.enabled/opam b/packages/oxcaml-obuild-patches/oxcaml-obuild-patches.enabled/opam new file mode 100644 index 0000000000..b76a9d56e2 --- /dev/null +++ b/packages/oxcaml-obuild-patches/oxcaml-obuild-patches.enabled/opam @@ -0,0 +1,15 @@ +opam-version: "2.0" +synopsis: "OxCaml patched obuild" +description: "OxCaml meta-package indicating this library is installed" +maintainer: "David Allsopp " +authors: "David Allsopp" +license: "CC0-1.0+" +homepage: "https://oxcaml.org" +bug-reports: "https://github.com/oxcaml/opam-repository/issues" +conflicts: "oxcaml-obuild" +depends: [ + ("oxcaml-ocaml-compiler-libs" {post} | "oxcaml-ocaml-compiler-libs-patches" {post}) + "obuild" {build & ( + = "0.1.10" + )} +] diff --git a/packages/oxcaml-obuild/oxcaml-obuild.guard/opam b/packages/oxcaml-obuild/oxcaml-obuild.guard/opam new file mode 100644 index 0000000000..51f605b976 --- /dev/null +++ b/packages/oxcaml-obuild/oxcaml-obuild.guard/opam @@ -0,0 +1,10 @@ +opam-version: "2.0" +synopsis: "OxCaml patched obuild (not installed)" +description: "OxCaml meta-package indicating this package is not installed" +maintainer: "David Allsopp " +authors: "David Allsopp" +license: "CC0-1.0+" +homepage: "https://oxcaml.org" +bug-reports: "https://github.com/oxcaml/opam-repository/issues" +conflicts: [ "oxcaml-obuild-patches" "obuild" ] +depends: "oxcaml-ocaml-compiler-libs" {post} | "oxcaml-ocaml-compiler-libs-patches" {post} diff --git a/packages/oxcaml-ocaml-compiler-libs-patches/oxcaml-ocaml-compiler-libs-patches.enabled/opam b/packages/oxcaml-ocaml-compiler-libs-patches/oxcaml-ocaml-compiler-libs-patches.enabled/opam new file mode 100644 index 0000000000..d170dcc2a5 --- /dev/null +++ b/packages/oxcaml-ocaml-compiler-libs-patches/oxcaml-ocaml-compiler-libs-patches.enabled/opam @@ -0,0 +1,16 @@ +opam-version: "2.0" +synopsis: "OxCaml patched ocaml-compiler-libs" +description: "OxCaml meta-package indicating this library is installed" +maintainer: "David Allsopp " +authors: "David Allsopp" +license: "CC0-1.0+" +homepage: "https://oxcaml.org" +bug-reports: "https://github.com/oxcaml/opam-repository/issues" +conflicts: "oxcaml-ocaml-compiler-libs" +depends: [ + ("oxcaml-ocaml-index" {post} | "oxcaml-ocaml-index-patches" {post}) + "ocaml-compiler-libs" {build & ( + = "v0.12.4" + | = "v0.17.0+ox" + )} +] diff --git a/packages/oxcaml-ocaml-compiler-libs/oxcaml-ocaml-compiler-libs.guard/opam b/packages/oxcaml-ocaml-compiler-libs/oxcaml-ocaml-compiler-libs.guard/opam new file mode 100644 index 0000000000..19ac749dde --- /dev/null +++ b/packages/oxcaml-ocaml-compiler-libs/oxcaml-ocaml-compiler-libs.guard/opam @@ -0,0 +1,10 @@ +opam-version: "2.0" +synopsis: "OxCaml patched ocaml-compiler-libs (not installed)" +description: "OxCaml meta-package indicating this package is not installed" +maintainer: "David Allsopp " +authors: "David Allsopp" +license: "CC0-1.0+" +homepage: "https://oxcaml.org" +bug-reports: "https://github.com/oxcaml/opam-repository/issues" +conflicts: [ "oxcaml-ocaml-compiler-libs-patches" "ocaml-compiler-libs" ] +depends: "oxcaml-ocaml-index" {post} | "oxcaml-ocaml-index-patches" {post} diff --git a/packages/oxcaml-ocaml-index-patches/oxcaml-ocaml-index-patches.enabled/opam b/packages/oxcaml-ocaml-index-patches/oxcaml-ocaml-index-patches.enabled/opam new file mode 100644 index 0000000000..d08c67ee0a --- /dev/null +++ b/packages/oxcaml-ocaml-index-patches/oxcaml-ocaml-index-patches.enabled/opam @@ -0,0 +1,15 @@ +opam-version: "2.0" +synopsis: "OxCaml patched ocaml-index" +description: "OxCaml meta-package indicating this library is installed" +maintainer: "David Allsopp " +authors: "David Allsopp" +license: "CC0-1.0+" +homepage: "https://oxcaml.org" +bug-reports: "https://github.com/oxcaml/opam-repository/issues" +conflicts: "oxcaml-ocaml-index" +depends: [ + ("oxcaml-ocaml-lsp-server" {post} | "oxcaml-ocaml-lsp-server-patches" {post}) + "ocaml-index" {build & ( + = "1.1+ox" + )} +] diff --git a/packages/oxcaml-ocaml-index/oxcaml-ocaml-index.guard/opam b/packages/oxcaml-ocaml-index/oxcaml-ocaml-index.guard/opam new file mode 100644 index 0000000000..ca56af9757 --- /dev/null +++ b/packages/oxcaml-ocaml-index/oxcaml-ocaml-index.guard/opam @@ -0,0 +1,10 @@ +opam-version: "2.0" +synopsis: "OxCaml patched ocaml-index (not installed)" +description: "OxCaml meta-package indicating this package is not installed" +maintainer: "David Allsopp " +authors: "David Allsopp" +license: "CC0-1.0+" +homepage: "https://oxcaml.org" +bug-reports: "https://github.com/oxcaml/opam-repository/issues" +conflicts: [ "oxcaml-ocaml-index-patches" "ocaml-index" ] +depends: "oxcaml-ocaml-lsp-server" {post} | "oxcaml-ocaml-lsp-server-patches" {post} diff --git a/packages/oxcaml-ocaml-lsp-server-patches/oxcaml-ocaml-lsp-server-patches.enabled/opam b/packages/oxcaml-ocaml-lsp-server-patches/oxcaml-ocaml-lsp-server-patches.enabled/opam new file mode 100644 index 0000000000..7b338f1329 --- /dev/null +++ b/packages/oxcaml-ocaml-lsp-server-patches/oxcaml-ocaml-lsp-server-patches.enabled/opam @@ -0,0 +1,15 @@ +opam-version: "2.0" +synopsis: "OxCaml patched ocaml-lsp-server" +description: "OxCaml meta-package indicating this library is installed" +maintainer: "David Allsopp " +authors: "David Allsopp" +license: "CC0-1.0+" +homepage: "https://oxcaml.org" +bug-reports: "https://github.com/oxcaml/opam-repository/issues" +conflicts: "oxcaml-ocaml-lsp-server" +depends: [ + ("oxcaml-ocamlbuild" {post} | "oxcaml-ocamlbuild-patches" {post}) + "ocaml-lsp-server" {build & ( + = "1.19.0+ox" + )} +] diff --git a/packages/oxcaml-ocaml-lsp-server/oxcaml-ocaml-lsp-server.guard/opam b/packages/oxcaml-ocaml-lsp-server/oxcaml-ocaml-lsp-server.guard/opam new file mode 100644 index 0000000000..ebfd845e40 --- /dev/null +++ b/packages/oxcaml-ocaml-lsp-server/oxcaml-ocaml-lsp-server.guard/opam @@ -0,0 +1,10 @@ +opam-version: "2.0" +synopsis: "OxCaml patched ocaml-lsp-server (not installed)" +description: "OxCaml meta-package indicating this package is not installed" +maintainer: "David Allsopp " +authors: "David Allsopp" +license: "CC0-1.0+" +homepage: "https://oxcaml.org" +bug-reports: "https://github.com/oxcaml/opam-repository/issues" +conflicts: [ "oxcaml-ocaml-lsp-server-patches" "ocaml-lsp-server" ] +depends: "oxcaml-ocamlbuild" {post} | "oxcaml-ocamlbuild-patches" {post} diff --git a/packages/oxcaml-ocamlbuild-patches/oxcaml-ocamlbuild-patches.enabled/opam b/packages/oxcaml-ocamlbuild-patches/oxcaml-ocamlbuild-patches.enabled/opam new file mode 100644 index 0000000000..fae878a4a2 --- /dev/null +++ b/packages/oxcaml-ocamlbuild-patches/oxcaml-ocamlbuild-patches.enabled/opam @@ -0,0 +1,15 @@ +opam-version: "2.0" +synopsis: "OxCaml patched ocamlbuild" +description: "OxCaml meta-package indicating this library is installed" +maintainer: "David Allsopp " +authors: "David Allsopp" +license: "CC0-1.0+" +homepage: "https://oxcaml.org" +bug-reports: "https://github.com/oxcaml/opam-repository/issues" +conflicts: "oxcaml-ocamlbuild" +depends: [ + ("oxcaml-ocamlc-loc" {post} | "oxcaml-ocamlc-loc-patches" {post}) + "ocamlbuild" {build & ( + = "0.15.0+ox" + )} +] diff --git a/packages/oxcaml-ocamlbuild/oxcaml-ocamlbuild.guard/opam b/packages/oxcaml-ocamlbuild/oxcaml-ocamlbuild.guard/opam new file mode 100644 index 0000000000..7b5df4d6f7 --- /dev/null +++ b/packages/oxcaml-ocamlbuild/oxcaml-ocamlbuild.guard/opam @@ -0,0 +1,10 @@ +opam-version: "2.0" +synopsis: "OxCaml patched ocamlbuild (not installed)" +description: "OxCaml meta-package indicating this package is not installed" +maintainer: "David Allsopp " +authors: "David Allsopp" +license: "CC0-1.0+" +homepage: "https://oxcaml.org" +bug-reports: "https://github.com/oxcaml/opam-repository/issues" +conflicts: [ "oxcaml-ocamlbuild-patches" "ocamlbuild" ] +depends: "oxcaml-ocamlc-loc" {post} | "oxcaml-ocamlc-loc-patches" {post} diff --git a/packages/oxcaml-ocamlc-loc-patches/oxcaml-ocamlc-loc-patches.enabled/opam b/packages/oxcaml-ocamlc-loc-patches/oxcaml-ocamlc-loc-patches.enabled/opam new file mode 100644 index 0000000000..dd962baebc --- /dev/null +++ b/packages/oxcaml-ocamlc-loc-patches/oxcaml-ocamlc-loc-patches.enabled/opam @@ -0,0 +1,15 @@ +opam-version: "2.0" +synopsis: "OxCaml patched ocamlc-loc" +description: "OxCaml meta-package indicating this library is installed" +maintainer: "David Allsopp " +authors: "David Allsopp" +license: "CC0-1.0+" +homepage: "https://oxcaml.org" +bug-reports: "https://github.com/oxcaml/opam-repository/issues" +conflicts: "oxcaml-ocamlc-loc" +depends: [ + ("oxcaml-ocamlformat" {post} | "oxcaml-ocamlformat-patches" {post}) + "ocamlc-loc" {build & ( + = "3.20.2+ox" + )} +] diff --git a/packages/oxcaml-ocamlc-loc/oxcaml-ocamlc-loc.guard/opam b/packages/oxcaml-ocamlc-loc/oxcaml-ocamlc-loc.guard/opam new file mode 100644 index 0000000000..2011613f65 --- /dev/null +++ b/packages/oxcaml-ocamlc-loc/oxcaml-ocamlc-loc.guard/opam @@ -0,0 +1,10 @@ +opam-version: "2.0" +synopsis: "OxCaml patched ocamlc-loc (not installed)" +description: "OxCaml meta-package indicating this package is not installed" +maintainer: "David Allsopp " +authors: "David Allsopp" +license: "CC0-1.0+" +homepage: "https://oxcaml.org" +bug-reports: "https://github.com/oxcaml/opam-repository/issues" +conflicts: [ "oxcaml-ocamlc-loc-patches" "ocamlc-loc" ] +depends: "oxcaml-ocamlformat" {post} | "oxcaml-ocamlformat-patches" {post} diff --git a/packages/oxcaml-ocamlformat-lib-patches/oxcaml-ocamlformat-lib-patches.enabled/opam b/packages/oxcaml-ocamlformat-lib-patches/oxcaml-ocamlformat-lib-patches.enabled/opam new file mode 100644 index 0000000000..d99844ebea --- /dev/null +++ b/packages/oxcaml-ocamlformat-lib-patches/oxcaml-ocamlformat-lib-patches.enabled/opam @@ -0,0 +1,15 @@ +opam-version: "2.0" +synopsis: "OxCaml patched ocamlformat-lib" +description: "OxCaml meta-package indicating this library is installed" +maintainer: "David Allsopp " +authors: "David Allsopp" +license: "CC0-1.0+" +homepage: "https://oxcaml.org" +bug-reports: "https://github.com/oxcaml/opam-repository/issues" +conflicts: "oxcaml-ocamlformat-lib" +depends: [ + ("oxcaml-odoc" {post} | "oxcaml-odoc-patches" {post}) + "ocamlformat-lib" {build & ( + = "0.26.2+ox" + )} +] diff --git a/packages/oxcaml-ocamlformat-lib/oxcaml-ocamlformat-lib.guard/opam b/packages/oxcaml-ocamlformat-lib/oxcaml-ocamlformat-lib.guard/opam new file mode 100644 index 0000000000..9d726ff799 --- /dev/null +++ b/packages/oxcaml-ocamlformat-lib/oxcaml-ocamlformat-lib.guard/opam @@ -0,0 +1,10 @@ +opam-version: "2.0" +synopsis: "OxCaml patched ocamlformat-lib (not installed)" +description: "OxCaml meta-package indicating this package is not installed" +maintainer: "David Allsopp " +authors: "David Allsopp" +license: "CC0-1.0+" +homepage: "https://oxcaml.org" +bug-reports: "https://github.com/oxcaml/opam-repository/issues" +conflicts: [ "oxcaml-ocamlformat-lib-patches" "ocamlformat-lib" ] +depends: "oxcaml-odoc" {post} | "oxcaml-odoc-patches" {post} diff --git a/packages/oxcaml-ocamlformat-patches/oxcaml-ocamlformat-patches.enabled/opam b/packages/oxcaml-ocamlformat-patches/oxcaml-ocamlformat-patches.enabled/opam new file mode 100644 index 0000000000..d0db251564 --- /dev/null +++ b/packages/oxcaml-ocamlformat-patches/oxcaml-ocamlformat-patches.enabled/opam @@ -0,0 +1,15 @@ +opam-version: "2.0" +synopsis: "OxCaml patched ocamlformat" +description: "OxCaml meta-package indicating this library is installed" +maintainer: "David Allsopp " +authors: "David Allsopp" +license: "CC0-1.0+" +homepage: "https://oxcaml.org" +bug-reports: "https://github.com/oxcaml/opam-repository/issues" +conflicts: "oxcaml-ocamlformat" +depends: [ + ("oxcaml-ocamlformat-lib" {post} | "oxcaml-ocamlformat-lib-patches" {post}) + "ocamlformat" {build & ( + = "0.26.2+ox" + )} +] diff --git a/packages/oxcaml-ocamlformat/oxcaml-ocamlformat.guard/opam b/packages/oxcaml-ocamlformat/oxcaml-ocamlformat.guard/opam new file mode 100644 index 0000000000..d8015b86f5 --- /dev/null +++ b/packages/oxcaml-ocamlformat/oxcaml-ocamlformat.guard/opam @@ -0,0 +1,10 @@ +opam-version: "2.0" +synopsis: "OxCaml patched ocamlformat (not installed)" +description: "OxCaml meta-package indicating this package is not installed" +maintainer: "David Allsopp " +authors: "David Allsopp" +license: "CC0-1.0+" +homepage: "https://oxcaml.org" +bug-reports: "https://github.com/oxcaml/opam-repository/issues" +conflicts: [ "oxcaml-ocamlformat-patches" "ocamlformat" ] +depends: "oxcaml-ocamlformat-lib" {post} | "oxcaml-ocamlformat-lib-patches" {post} diff --git a/packages/oxcaml-odoc-driver-patches/oxcaml-odoc-driver-patches.enabled/opam b/packages/oxcaml-odoc-driver-patches/oxcaml-odoc-driver-patches.enabled/opam new file mode 100644 index 0000000000..d1bfb3b30b --- /dev/null +++ b/packages/oxcaml-odoc-driver-patches/oxcaml-odoc-driver-patches.enabled/opam @@ -0,0 +1,15 @@ +opam-version: "2.0" +synopsis: "OxCaml patched odoc-driver" +description: "OxCaml meta-package indicating this library is installed" +maintainer: "David Allsopp " +authors: "David Allsopp" +license: "CC0-1.0+" +homepage: "https://oxcaml.org" +bug-reports: "https://github.com/oxcaml/opam-repository/issues" +conflicts: "oxcaml-odoc-driver" +depends: [ + ("oxcaml-odoc-md" {post} | "oxcaml-odoc-md-patches" {post}) + "odoc-driver" {build & ( + = "3.1.0+ox" + )} +] diff --git a/packages/oxcaml-odoc-driver/oxcaml-odoc-driver.guard/opam b/packages/oxcaml-odoc-driver/oxcaml-odoc-driver.guard/opam new file mode 100644 index 0000000000..2b0fd0f214 --- /dev/null +++ b/packages/oxcaml-odoc-driver/oxcaml-odoc-driver.guard/opam @@ -0,0 +1,10 @@ +opam-version: "2.0" +synopsis: "OxCaml patched odoc-driver (not installed)" +description: "OxCaml meta-package indicating this package is not installed" +maintainer: "David Allsopp " +authors: "David Allsopp" +license: "CC0-1.0+" +homepage: "https://oxcaml.org" +bug-reports: "https://github.com/oxcaml/opam-repository/issues" +conflicts: [ "oxcaml-odoc-driver-patches" "odoc-driver" ] +depends: "oxcaml-odoc-md" {post} | "oxcaml-odoc-md-patches" {post} diff --git a/packages/oxcaml-odoc-md-patches/oxcaml-odoc-md-patches.enabled/opam b/packages/oxcaml-odoc-md-patches/oxcaml-odoc-md-patches.enabled/opam new file mode 100644 index 0000000000..2fc3bfb697 --- /dev/null +++ b/packages/oxcaml-odoc-md-patches/oxcaml-odoc-md-patches.enabled/opam @@ -0,0 +1,15 @@ +opam-version: "2.0" +synopsis: "OxCaml patched odoc-md" +description: "OxCaml meta-package indicating this library is installed" +maintainer: "David Allsopp " +authors: "David Allsopp" +license: "CC0-1.0+" +homepage: "https://oxcaml.org" +bug-reports: "https://github.com/oxcaml/opam-repository/issues" +conflicts: "oxcaml-odoc-md" +depends: [ + ("oxcaml-odoc-parser" {post} | "oxcaml-odoc-parser-patches" {post}) + "odoc-md" {build & ( + = "3.1.0+ox" + )} +] diff --git a/packages/oxcaml-odoc-md/oxcaml-odoc-md.guard/opam b/packages/oxcaml-odoc-md/oxcaml-odoc-md.guard/opam new file mode 100644 index 0000000000..7556adadc2 --- /dev/null +++ b/packages/oxcaml-odoc-md/oxcaml-odoc-md.guard/opam @@ -0,0 +1,10 @@ +opam-version: "2.0" +synopsis: "OxCaml patched odoc-md (not installed)" +description: "OxCaml meta-package indicating this package is not installed" +maintainer: "David Allsopp " +authors: "David Allsopp" +license: "CC0-1.0+" +homepage: "https://oxcaml.org" +bug-reports: "https://github.com/oxcaml/opam-repository/issues" +conflicts: [ "oxcaml-odoc-md-patches" "odoc-md" ] +depends: "oxcaml-odoc-parser" {post} | "oxcaml-odoc-parser-patches" {post} diff --git a/packages/oxcaml-odoc-parser-patches/oxcaml-odoc-parser-patches.enabled/opam b/packages/oxcaml-odoc-parser-patches/oxcaml-odoc-parser-patches.enabled/opam new file mode 100644 index 0000000000..79868808ef --- /dev/null +++ b/packages/oxcaml-odoc-parser-patches/oxcaml-odoc-parser-patches.enabled/opam @@ -0,0 +1,15 @@ +opam-version: "2.0" +synopsis: "OxCaml patched odoc-parser" +description: "OxCaml meta-package indicating this library is installed" +maintainer: "David Allsopp " +authors: "David Allsopp" +license: "CC0-1.0+" +homepage: "https://oxcaml.org" +bug-reports: "https://github.com/oxcaml/opam-repository/issues" +conflicts: "oxcaml-odoc-parser" +depends: [ + ("oxcaml-ojs" {post} | "oxcaml-ojs-patches" {post}) + "odoc-parser" {build & ( + = "3.1.0+ox" + )} +] diff --git a/packages/oxcaml-odoc-parser/oxcaml-odoc-parser.guard/opam b/packages/oxcaml-odoc-parser/oxcaml-odoc-parser.guard/opam new file mode 100644 index 0000000000..d5722f277c --- /dev/null +++ b/packages/oxcaml-odoc-parser/oxcaml-odoc-parser.guard/opam @@ -0,0 +1,10 @@ +opam-version: "2.0" +synopsis: "OxCaml patched odoc-parser (not installed)" +description: "OxCaml meta-package indicating this package is not installed" +maintainer: "David Allsopp " +authors: "David Allsopp" +license: "CC0-1.0+" +homepage: "https://oxcaml.org" +bug-reports: "https://github.com/oxcaml/opam-repository/issues" +conflicts: [ "oxcaml-odoc-parser-patches" "odoc-parser" ] +depends: "oxcaml-ojs" {post} | "oxcaml-ojs-patches" {post} diff --git a/packages/oxcaml-odoc-patches/oxcaml-odoc-patches.enabled/opam b/packages/oxcaml-odoc-patches/oxcaml-odoc-patches.enabled/opam new file mode 100644 index 0000000000..94fc8107e1 --- /dev/null +++ b/packages/oxcaml-odoc-patches/oxcaml-odoc-patches.enabled/opam @@ -0,0 +1,15 @@ +opam-version: "2.0" +synopsis: "OxCaml patched odoc" +description: "OxCaml meta-package indicating this library is installed" +maintainer: "David Allsopp " +authors: "David Allsopp" +license: "CC0-1.0+" +homepage: "https://oxcaml.org" +bug-reports: "https://github.com/oxcaml/opam-repository/issues" +conflicts: "oxcaml-odoc" +depends: [ + ("oxcaml-odoc-driver" {post} | "oxcaml-odoc-driver-patches" {post}) + "odoc" {build & ( + = "3.1.0+ox" + )} +] diff --git a/packages/oxcaml-odoc/oxcaml-odoc.guard/opam b/packages/oxcaml-odoc/oxcaml-odoc.guard/opam new file mode 100644 index 0000000000..fe480b0e4a --- /dev/null +++ b/packages/oxcaml-odoc/oxcaml-odoc.guard/opam @@ -0,0 +1,10 @@ +opam-version: "2.0" +synopsis: "OxCaml patched odoc (not installed)" +description: "OxCaml meta-package indicating this package is not installed" +maintainer: "David Allsopp " +authors: "David Allsopp" +license: "CC0-1.0+" +homepage: "https://oxcaml.org" +bug-reports: "https://github.com/oxcaml/opam-repository/issues" +conflicts: [ "oxcaml-odoc-patches" "odoc" ] +depends: "oxcaml-odoc-driver" {post} | "oxcaml-odoc-driver-patches" {post} diff --git a/packages/oxcaml-ojs-patches/oxcaml-ojs-patches.enabled/opam b/packages/oxcaml-ojs-patches/oxcaml-ojs-patches.enabled/opam new file mode 100644 index 0000000000..50dbb9d445 --- /dev/null +++ b/packages/oxcaml-ojs-patches/oxcaml-ojs-patches.enabled/opam @@ -0,0 +1,15 @@ +opam-version: "2.0" +synopsis: "OxCaml patched ojs" +description: "OxCaml meta-package indicating this library is installed" +maintainer: "David Allsopp " +authors: "David Allsopp" +license: "CC0-1.0+" +homepage: "https://oxcaml.org" +bug-reports: "https://github.com/oxcaml/opam-repository/issues" +conflicts: "oxcaml-ojs" +depends: [ + ("oxcaml-ordering" {post} | "oxcaml-ordering-patches" {post}) + "ojs" {build & ( + = "1.1.2+ox" + )} +] diff --git a/packages/oxcaml-ojs/oxcaml-ojs.guard/opam b/packages/oxcaml-ojs/oxcaml-ojs.guard/opam new file mode 100644 index 0000000000..38b75f6c3e --- /dev/null +++ b/packages/oxcaml-ojs/oxcaml-ojs.guard/opam @@ -0,0 +1,10 @@ +opam-version: "2.0" +synopsis: "OxCaml patched ojs (not installed)" +description: "OxCaml meta-package indicating this package is not installed" +maintainer: "David Allsopp " +authors: "David Allsopp" +license: "CC0-1.0+" +homepage: "https://oxcaml.org" +bug-reports: "https://github.com/oxcaml/opam-repository/issues" +conflicts: [ "oxcaml-ojs-patches" "ojs" ] +depends: "oxcaml-ordering" {post} | "oxcaml-ordering-patches" {post} diff --git a/packages/oxcaml-ordering-patches/oxcaml-ordering-patches.enabled/opam b/packages/oxcaml-ordering-patches/oxcaml-ordering-patches.enabled/opam new file mode 100644 index 0000000000..95a10cc3a0 --- /dev/null +++ b/packages/oxcaml-ordering-patches/oxcaml-ordering-patches.enabled/opam @@ -0,0 +1,15 @@ +opam-version: "2.0" +synopsis: "OxCaml patched ordering" +description: "OxCaml meta-package indicating this library is installed" +maintainer: "David Allsopp " +authors: "David Allsopp" +license: "CC0-1.0+" +homepage: "https://oxcaml.org" +bug-reports: "https://github.com/oxcaml/opam-repository/issues" +conflicts: "oxcaml-ordering" +depends: [ + ("oxcaml-ppx_deriving" {post} | "oxcaml-ppx_deriving-patches" {post}) + "ordering" {build & ( + = "3.20.2+ox" + )} +] diff --git a/packages/oxcaml-ordering/oxcaml-ordering.guard/opam b/packages/oxcaml-ordering/oxcaml-ordering.guard/opam new file mode 100644 index 0000000000..2c4bbb7e1f --- /dev/null +++ b/packages/oxcaml-ordering/oxcaml-ordering.guard/opam @@ -0,0 +1,10 @@ +opam-version: "2.0" +synopsis: "OxCaml patched ordering (not installed)" +description: "OxCaml meta-package indicating this package is not installed" +maintainer: "David Allsopp " +authors: "David Allsopp" +license: "CC0-1.0+" +homepage: "https://oxcaml.org" +bug-reports: "https://github.com/oxcaml/opam-repository/issues" +conflicts: [ "oxcaml-ordering-patches" "ordering" ] +depends: "oxcaml-ppx_deriving" {post} | "oxcaml-ppx_deriving-patches" {post} diff --git a/packages/oxcaml-patch-guards/oxcaml-patch-guards.ox/opam b/packages/oxcaml-patch-guards/oxcaml-patch-guards.ox/opam new file mode 100644 index 0000000000..2102a95493 --- /dev/null +++ b/packages/oxcaml-patch-guards/oxcaml-patch-guards.ox/opam @@ -0,0 +1,12 @@ +opam-version: "2.0" +synopsis: "OxCaml patched upstream packages" +description: """ +oxcaml-patch-guards and the associated oxcaml-* packages ensure that when a +non-Jane Street package in opam-repository has to be patched to work with OxCaml +that only those patched versions can be used in a switch with OxCaml.""" +maintainer: "David Allsopp " +authors: "David Allsopp" +license: "CC0-1.0+" +homepage: "https://oxcaml.org" +bug-reports: "https://github.com/oxcaml/opam-repository/issues" +depends: "oxcaml-alcotest" {post} | "oxcaml-alcotest-patches" {post} diff --git a/packages/oxcaml-ppx_deriving-patches/oxcaml-ppx_deriving-patches.enabled/opam b/packages/oxcaml-ppx_deriving-patches/oxcaml-ppx_deriving-patches.enabled/opam new file mode 100644 index 0000000000..15e81273c0 --- /dev/null +++ b/packages/oxcaml-ppx_deriving-patches/oxcaml-ppx_deriving-patches.enabled/opam @@ -0,0 +1,15 @@ +opam-version: "2.0" +synopsis: "OxCaml patched ppx_deriving" +description: "OxCaml meta-package indicating this library is installed" +maintainer: "David Allsopp " +authors: "David Allsopp" +license: "CC0-1.0+" +homepage: "https://oxcaml.org" +bug-reports: "https://github.com/oxcaml/opam-repository/issues" +conflicts: "oxcaml-ppx_deriving" +depends: [ + ("oxcaml-ppxlib" {post} | "oxcaml-ppxlib-patches" {post}) + "ppx_deriving" {build & ( + = "6.1.1+ox" + )} +] diff --git a/packages/oxcaml-ppx_deriving/oxcaml-ppx_deriving.guard/opam b/packages/oxcaml-ppx_deriving/oxcaml-ppx_deriving.guard/opam new file mode 100644 index 0000000000..9f9bc9fc05 --- /dev/null +++ b/packages/oxcaml-ppx_deriving/oxcaml-ppx_deriving.guard/opam @@ -0,0 +1,10 @@ +opam-version: "2.0" +synopsis: "OxCaml patched ppx_deriving (not installed)" +description: "OxCaml meta-package indicating this package is not installed" +maintainer: "David Allsopp " +authors: "David Allsopp" +license: "CC0-1.0+" +homepage: "https://oxcaml.org" +bug-reports: "https://github.com/oxcaml/opam-repository/issues" +conflicts: [ "oxcaml-ppx_deriving-patches" "ppx_deriving" ] +depends: "oxcaml-ppxlib" {post} | "oxcaml-ppxlib-patches" {post} diff --git a/packages/oxcaml-ppxlib-patches/oxcaml-ppxlib-patches.enabled/opam b/packages/oxcaml-ppxlib-patches/oxcaml-ppxlib-patches.enabled/opam new file mode 100644 index 0000000000..c92e046a8b --- /dev/null +++ b/packages/oxcaml-ppxlib-patches/oxcaml-ppxlib-patches.enabled/opam @@ -0,0 +1,15 @@ +opam-version: "2.0" +synopsis: "OxCaml patched ppxlib" +description: "OxCaml meta-package indicating this library is installed" +maintainer: "David Allsopp " +authors: "David Allsopp" +license: "CC0-1.0+" +homepage: "https://oxcaml.org" +bug-reports: "https://github.com/oxcaml/opam-repository/issues" +conflicts: "oxcaml-ppxlib" +depends: [ + ("oxcaml-ppxlib_ast" {post} | "oxcaml-ppxlib_ast-patches" {post}) + "ppxlib" {build & ( + = "0.33.0+ox" + )} +] diff --git a/packages/oxcaml-ppxlib/oxcaml-ppxlib.guard/opam b/packages/oxcaml-ppxlib/oxcaml-ppxlib.guard/opam new file mode 100644 index 0000000000..c2be4c331d --- /dev/null +++ b/packages/oxcaml-ppxlib/oxcaml-ppxlib.guard/opam @@ -0,0 +1,10 @@ +opam-version: "2.0" +synopsis: "OxCaml patched ppxlib (not installed)" +description: "OxCaml meta-package indicating this package is not installed" +maintainer: "David Allsopp " +authors: "David Allsopp" +license: "CC0-1.0+" +homepage: "https://oxcaml.org" +bug-reports: "https://github.com/oxcaml/opam-repository/issues" +conflicts: [ "oxcaml-ppxlib-patches" "ppxlib" ] +depends: "oxcaml-ppxlib_ast" {post} | "oxcaml-ppxlib_ast-patches" {post} diff --git a/packages/oxcaml-ppxlib_ast-patches/oxcaml-ppxlib_ast-patches.enabled/opam b/packages/oxcaml-ppxlib_ast-patches/oxcaml-ppxlib_ast-patches.enabled/opam new file mode 100644 index 0000000000..22cdc82450 --- /dev/null +++ b/packages/oxcaml-ppxlib_ast-patches/oxcaml-ppxlib_ast-patches.enabled/opam @@ -0,0 +1,15 @@ +opam-version: "2.0" +synopsis: "OxCaml patched ppxlib_ast" +description: "OxCaml meta-package indicating this library is installed" +maintainer: "David Allsopp " +authors: "David Allsopp" +license: "CC0-1.0+" +homepage: "https://oxcaml.org" +bug-reports: "https://github.com/oxcaml/opam-repository/issues" +conflicts: "oxcaml-ppxlib_ast" +depends: [ + ("oxcaml-re" {post} | "oxcaml-re-patches" {post}) + "ppxlib_ast" {build & ( + = "0.33.0+ox" + )} +] diff --git a/packages/oxcaml-ppxlib_ast/oxcaml-ppxlib_ast.guard/opam b/packages/oxcaml-ppxlib_ast/oxcaml-ppxlib_ast.guard/opam new file mode 100644 index 0000000000..629e41122a --- /dev/null +++ b/packages/oxcaml-ppxlib_ast/oxcaml-ppxlib_ast.guard/opam @@ -0,0 +1,10 @@ +opam-version: "2.0" +synopsis: "OxCaml patched ppxlib_ast (not installed)" +description: "OxCaml meta-package indicating this package is not installed" +maintainer: "David Allsopp " +authors: "David Allsopp" +license: "CC0-1.0+" +homepage: "https://oxcaml.org" +bug-reports: "https://github.com/oxcaml/opam-repository/issues" +conflicts: [ "oxcaml-ppxlib_ast-patches" "ppxlib_ast" ] +depends: "oxcaml-re" {post} | "oxcaml-re-patches" {post} diff --git a/packages/oxcaml-re-patches/oxcaml-re-patches.enabled/opam b/packages/oxcaml-re-patches/oxcaml-re-patches.enabled/opam new file mode 100644 index 0000000000..b1a4f25731 --- /dev/null +++ b/packages/oxcaml-re-patches/oxcaml-re-patches.enabled/opam @@ -0,0 +1,15 @@ +opam-version: "2.0" +synopsis: "OxCaml patched re" +description: "OxCaml meta-package indicating this library is installed" +maintainer: "David Allsopp " +authors: "David Allsopp" +license: "CC0-1.0+" +homepage: "https://oxcaml.org" +bug-reports: "https://github.com/oxcaml/opam-repository/issues" +conflicts: "oxcaml-re" +depends: [ + ("oxcaml-sedlex" {post} | "oxcaml-sedlex-patches" {post}) + "re" {build & ( + = "1.14.0+ox" + )} +] diff --git a/packages/oxcaml-re/oxcaml-re.guard/opam b/packages/oxcaml-re/oxcaml-re.guard/opam new file mode 100644 index 0000000000..e12bab9691 --- /dev/null +++ b/packages/oxcaml-re/oxcaml-re.guard/opam @@ -0,0 +1,10 @@ +opam-version: "2.0" +synopsis: "OxCaml patched re (not installed)" +description: "OxCaml meta-package indicating this package is not installed" +maintainer: "David Allsopp " +authors: "David Allsopp" +license: "CC0-1.0+" +homepage: "https://oxcaml.org" +bug-reports: "https://github.com/oxcaml/opam-repository/issues" +conflicts: [ "oxcaml-re-patches" "re" ] +depends: "oxcaml-sedlex" {post} | "oxcaml-sedlex-patches" {post} diff --git a/packages/oxcaml-sedlex-patches/oxcaml-sedlex-patches.enabled/opam b/packages/oxcaml-sedlex-patches/oxcaml-sedlex-patches.enabled/opam new file mode 100644 index 0000000000..8309d2b4c6 --- /dev/null +++ b/packages/oxcaml-sedlex-patches/oxcaml-sedlex-patches.enabled/opam @@ -0,0 +1,16 @@ +opam-version: "2.0" +synopsis: "OxCaml patched sedlex" +description: "OxCaml meta-package indicating this library is installed" +maintainer: "David Allsopp " +authors: "David Allsopp" +license: "CC0-1.0+" +homepage: "https://oxcaml.org" +bug-reports: "https://github.com/oxcaml/opam-repository/issues" +conflicts: "oxcaml-sedlex" +depends: [ + ("oxcaml-sherlodoc" {post} | "oxcaml-sherlodoc-patches" {post}) + "sedlex" {build & ( + = "3.3+ox" + | = "3.6+ox" + )} +] diff --git a/packages/oxcaml-sedlex/oxcaml-sedlex.guard/opam b/packages/oxcaml-sedlex/oxcaml-sedlex.guard/opam new file mode 100644 index 0000000000..d0d0431ddc --- /dev/null +++ b/packages/oxcaml-sedlex/oxcaml-sedlex.guard/opam @@ -0,0 +1,10 @@ +opam-version: "2.0" +synopsis: "OxCaml patched sedlex (not installed)" +description: "OxCaml meta-package indicating this package is not installed" +maintainer: "David Allsopp " +authors: "David Allsopp" +license: "CC0-1.0+" +homepage: "https://oxcaml.org" +bug-reports: "https://github.com/oxcaml/opam-repository/issues" +conflicts: [ "oxcaml-sedlex-patches" "sedlex" ] +depends: "oxcaml-sherlodoc" {post} | "oxcaml-sherlodoc-patches" {post} diff --git a/packages/oxcaml-sherlodoc-patches/oxcaml-sherlodoc-patches.enabled/opam b/packages/oxcaml-sherlodoc-patches/oxcaml-sherlodoc-patches.enabled/opam new file mode 100644 index 0000000000..76893eab6a --- /dev/null +++ b/packages/oxcaml-sherlodoc-patches/oxcaml-sherlodoc-patches.enabled/opam @@ -0,0 +1,15 @@ +opam-version: "2.0" +synopsis: "OxCaml patched sherlodoc" +description: "OxCaml meta-package indicating this library is installed" +maintainer: "David Allsopp " +authors: "David Allsopp" +license: "CC0-1.0+" +homepage: "https://oxcaml.org" +bug-reports: "https://github.com/oxcaml/opam-repository/issues" +conflicts: "oxcaml-sherlodoc" +depends: [ + ("oxcaml-spawn" {post} | "oxcaml-spawn-patches" {post}) + "sherlodoc" {build & ( + = "3.1.0+ox" + )} +] diff --git a/packages/oxcaml-sherlodoc/oxcaml-sherlodoc.guard/opam b/packages/oxcaml-sherlodoc/oxcaml-sherlodoc.guard/opam new file mode 100644 index 0000000000..66a66151c4 --- /dev/null +++ b/packages/oxcaml-sherlodoc/oxcaml-sherlodoc.guard/opam @@ -0,0 +1,10 @@ +opam-version: "2.0" +synopsis: "OxCaml patched sherlodoc (not installed)" +description: "OxCaml meta-package indicating this package is not installed" +maintainer: "David Allsopp " +authors: "David Allsopp" +license: "CC0-1.0+" +homepage: "https://oxcaml.org" +bug-reports: "https://github.com/oxcaml/opam-repository/issues" +conflicts: [ "oxcaml-sherlodoc-patches" "sherlodoc" ] +depends: "oxcaml-spawn" {post} | "oxcaml-spawn-patches" {post} diff --git a/packages/oxcaml-spawn-patches/oxcaml-spawn-patches.enabled/opam b/packages/oxcaml-spawn-patches/oxcaml-spawn-patches.enabled/opam new file mode 100644 index 0000000000..ca1e7b627e --- /dev/null +++ b/packages/oxcaml-spawn-patches/oxcaml-spawn-patches.enabled/opam @@ -0,0 +1,15 @@ +opam-version: "2.0" +synopsis: "OxCaml patched spawn" +description: "OxCaml meta-package indicating this library is installed" +maintainer: "David Allsopp " +authors: "David Allsopp" +license: "CC0-1.0+" +homepage: "https://oxcaml.org" +bug-reports: "https://github.com/oxcaml/opam-repository/issues" +conflicts: "oxcaml-spawn" +depends: [ + ("oxcaml-stdune" {post} | "oxcaml-stdune-patches" {post}) + "spawn" {build & ( + = "v0.15.1+ox" + )} +] diff --git a/packages/oxcaml-spawn/oxcaml-spawn.guard/opam b/packages/oxcaml-spawn/oxcaml-spawn.guard/opam new file mode 100644 index 0000000000..e48e863a58 --- /dev/null +++ b/packages/oxcaml-spawn/oxcaml-spawn.guard/opam @@ -0,0 +1,10 @@ +opam-version: "2.0" +synopsis: "OxCaml patched spawn (not installed)" +description: "OxCaml meta-package indicating this package is not installed" +maintainer: "David Allsopp " +authors: "David Allsopp" +license: "CC0-1.0+" +homepage: "https://oxcaml.org" +bug-reports: "https://github.com/oxcaml/opam-repository/issues" +conflicts: [ "oxcaml-spawn-patches" "spawn" ] +depends: "oxcaml-stdune" {post} | "oxcaml-stdune-patches" {post} diff --git a/packages/oxcaml-stdune-patches/oxcaml-stdune-patches.enabled/opam b/packages/oxcaml-stdune-patches/oxcaml-stdune-patches.enabled/opam new file mode 100644 index 0000000000..9dce67f109 --- /dev/null +++ b/packages/oxcaml-stdune-patches/oxcaml-stdune-patches.enabled/opam @@ -0,0 +1,15 @@ +opam-version: "2.0" +synopsis: "OxCaml patched stdune" +description: "OxCaml meta-package indicating this library is installed" +maintainer: "David Allsopp " +authors: "David Allsopp" +license: "CC0-1.0+" +homepage: "https://oxcaml.org" +bug-reports: "https://github.com/oxcaml/opam-repository/issues" +conflicts: "oxcaml-stdune" +depends: [ + ("oxcaml-topkg" {post} | "oxcaml-topkg-patches" {post}) + "stdune" {build & ( + = "3.20.2+ox" + )} +] diff --git a/packages/oxcaml-stdune/oxcaml-stdune.guard/opam b/packages/oxcaml-stdune/oxcaml-stdune.guard/opam new file mode 100644 index 0000000000..f56a214fe5 --- /dev/null +++ b/packages/oxcaml-stdune/oxcaml-stdune.guard/opam @@ -0,0 +1,10 @@ +opam-version: "2.0" +synopsis: "OxCaml patched stdune (not installed)" +description: "OxCaml meta-package indicating this package is not installed" +maintainer: "David Allsopp " +authors: "David Allsopp" +license: "CC0-1.0+" +homepage: "https://oxcaml.org" +bug-reports: "https://github.com/oxcaml/opam-repository/issues" +conflicts: [ "oxcaml-stdune-patches" "stdune" ] +depends: "oxcaml-topkg" {post} | "oxcaml-topkg-patches" {post} diff --git a/packages/oxcaml-topkg-patches/oxcaml-topkg-patches.enabled/opam b/packages/oxcaml-topkg-patches/oxcaml-topkg-patches.enabled/opam new file mode 100644 index 0000000000..c0b36a020a --- /dev/null +++ b/packages/oxcaml-topkg-patches/oxcaml-topkg-patches.enabled/opam @@ -0,0 +1,15 @@ +opam-version: "2.0" +synopsis: "OxCaml patched topkg" +description: "OxCaml meta-package indicating this library is installed" +maintainer: "David Allsopp " +authors: "David Allsopp" +license: "CC0-1.0+" +homepage: "https://oxcaml.org" +bug-reports: "https://github.com/oxcaml/opam-repository/issues" +conflicts: "oxcaml-topkg" +depends: [ + ("oxcaml-utop" {post} | "oxcaml-utop-patches" {post}) + "topkg" {build & ( + = "1.0.8+ox" + )} +] diff --git a/packages/oxcaml-topkg/oxcaml-topkg.guard/opam b/packages/oxcaml-topkg/oxcaml-topkg.guard/opam new file mode 100644 index 0000000000..7961445171 --- /dev/null +++ b/packages/oxcaml-topkg/oxcaml-topkg.guard/opam @@ -0,0 +1,10 @@ +opam-version: "2.0" +synopsis: "OxCaml patched topkg (not installed)" +description: "OxCaml meta-package indicating this package is not installed" +maintainer: "David Allsopp " +authors: "David Allsopp" +license: "CC0-1.0+" +homepage: "https://oxcaml.org" +bug-reports: "https://github.com/oxcaml/opam-repository/issues" +conflicts: [ "oxcaml-topkg-patches" "topkg" ] +depends: "oxcaml-utop" {post} | "oxcaml-utop-patches" {post} diff --git a/packages/oxcaml-utop-patches/oxcaml-utop-patches.enabled/opam b/packages/oxcaml-utop-patches/oxcaml-utop-patches.enabled/opam new file mode 100644 index 0000000000..68303d432d --- /dev/null +++ b/packages/oxcaml-utop-patches/oxcaml-utop-patches.enabled/opam @@ -0,0 +1,15 @@ +opam-version: "2.0" +synopsis: "OxCaml patched utop" +description: "OxCaml meta-package indicating this library is installed" +maintainer: "David Allsopp " +authors: "David Allsopp" +license: "CC0-1.0+" +homepage: "https://oxcaml.org" +bug-reports: "https://github.com/oxcaml/opam-repository/issues" +conflicts: "oxcaml-utop" +depends: [ + ("oxcaml-uutf" {post} | "oxcaml-uutf-patches" {post}) + "utop" {build & ( + = "2.16.0+ox" + )} +] diff --git a/packages/oxcaml-utop/oxcaml-utop.guard/opam b/packages/oxcaml-utop/oxcaml-utop.guard/opam new file mode 100644 index 0000000000..e131e3db11 --- /dev/null +++ b/packages/oxcaml-utop/oxcaml-utop.guard/opam @@ -0,0 +1,10 @@ +opam-version: "2.0" +synopsis: "OxCaml patched utop (not installed)" +description: "OxCaml meta-package indicating this package is not installed" +maintainer: "David Allsopp " +authors: "David Allsopp" +license: "CC0-1.0+" +homepage: "https://oxcaml.org" +bug-reports: "https://github.com/oxcaml/opam-repository/issues" +conflicts: [ "oxcaml-utop-patches" "utop" ] +depends: "oxcaml-uutf" {post} | "oxcaml-uutf-patches" {post} diff --git a/packages/oxcaml-uutf-patches/oxcaml-uutf-patches.enabled/opam b/packages/oxcaml-uutf-patches/oxcaml-uutf-patches.enabled/opam new file mode 100644 index 0000000000..13b5710190 --- /dev/null +++ b/packages/oxcaml-uutf-patches/oxcaml-uutf-patches.enabled/opam @@ -0,0 +1,15 @@ +opam-version: "2.0" +synopsis: "OxCaml patched uutf" +description: "OxCaml meta-package indicating this library is installed" +maintainer: "David Allsopp " +authors: "David Allsopp" +license: "CC0-1.0+" +homepage: "https://oxcaml.org" +bug-reports: "https://github.com/oxcaml/opam-repository/issues" +conflicts: "oxcaml-uutf" +depends: [ + ("oxcaml-wasm_of_ocaml-compiler" {post} | "oxcaml-wasm_of_ocaml-compiler-patches" {post}) + "uutf" {build & ( + = "1.0.3+ox" + )} +] diff --git a/packages/oxcaml-uutf/oxcaml-uutf.guard/opam b/packages/oxcaml-uutf/oxcaml-uutf.guard/opam new file mode 100644 index 0000000000..77de0d9b14 --- /dev/null +++ b/packages/oxcaml-uutf/oxcaml-uutf.guard/opam @@ -0,0 +1,10 @@ +opam-version: "2.0" +synopsis: "OxCaml patched uutf (not installed)" +description: "OxCaml meta-package indicating this package is not installed" +maintainer: "David Allsopp " +authors: "David Allsopp" +license: "CC0-1.0+" +homepage: "https://oxcaml.org" +bug-reports: "https://github.com/oxcaml/opam-repository/issues" +conflicts: [ "oxcaml-uutf-patches" "uutf" ] +depends: "oxcaml-wasm_of_ocaml-compiler" {post} | "oxcaml-wasm_of_ocaml-compiler-patches" {post} diff --git a/packages/oxcaml-wasm_of_ocaml-compiler-patches/oxcaml-wasm_of_ocaml-compiler-patches.enabled/opam b/packages/oxcaml-wasm_of_ocaml-compiler-patches/oxcaml-wasm_of_ocaml-compiler-patches.enabled/opam new file mode 100644 index 0000000000..fe58a5faec --- /dev/null +++ b/packages/oxcaml-wasm_of_ocaml-compiler-patches/oxcaml-wasm_of_ocaml-compiler-patches.enabled/opam @@ -0,0 +1,15 @@ +opam-version: "2.0" +synopsis: "OxCaml patched wasm_of_ocaml-compiler" +description: "OxCaml meta-package indicating this library is installed" +maintainer: "David Allsopp " +authors: "David Allsopp" +license: "CC0-1.0+" +homepage: "https://oxcaml.org" +bug-reports: "https://github.com/oxcaml/opam-repository/issues" +conflicts: "oxcaml-wasm_of_ocaml-compiler" +depends: [ + ("oxcaml-zarith" {post} | "oxcaml-zarith-patches" {post}) + "wasm_of_ocaml-compiler" {build & ( + = "6.0.1+ox" + )} +] diff --git a/packages/oxcaml-wasm_of_ocaml-compiler/oxcaml-wasm_of_ocaml-compiler.guard/opam b/packages/oxcaml-wasm_of_ocaml-compiler/oxcaml-wasm_of_ocaml-compiler.guard/opam new file mode 100644 index 0000000000..41d2e0c16d --- /dev/null +++ b/packages/oxcaml-wasm_of_ocaml-compiler/oxcaml-wasm_of_ocaml-compiler.guard/opam @@ -0,0 +1,10 @@ +opam-version: "2.0" +synopsis: "OxCaml patched wasm_of_ocaml-compiler (not installed)" +description: "OxCaml meta-package indicating this package is not installed" +maintainer: "David Allsopp " +authors: "David Allsopp" +license: "CC0-1.0+" +homepage: "https://oxcaml.org" +bug-reports: "https://github.com/oxcaml/opam-repository/issues" +conflicts: [ "oxcaml-wasm_of_ocaml-compiler-patches" "wasm_of_ocaml-compiler" ] +depends: "oxcaml-zarith" {post} | "oxcaml-zarith-patches" {post} diff --git a/packages/oxcaml-zarith-patches/oxcaml-zarith-patches.enabled/opam b/packages/oxcaml-zarith-patches/oxcaml-zarith-patches.enabled/opam new file mode 100644 index 0000000000..4ca023cba9 --- /dev/null +++ b/packages/oxcaml-zarith-patches/oxcaml-zarith-patches.enabled/opam @@ -0,0 +1,15 @@ +opam-version: "2.0" +synopsis: "OxCaml patched zarith" +description: "OxCaml meta-package indicating this library is installed" +maintainer: "David Allsopp " +authors: "David Allsopp" +license: "CC0-1.0+" +homepage: "https://oxcaml.org" +bug-reports: "https://github.com/oxcaml/opam-repository/issues" +conflicts: "oxcaml-zarith" +depends: [ + "zarith" {build & ( + = "1.12+ox" + | = "1.14+ox" + )} +] diff --git a/packages/oxcaml-zarith/oxcaml-zarith.guard/opam b/packages/oxcaml-zarith/oxcaml-zarith.guard/opam new file mode 100644 index 0000000000..536c9bb618 --- /dev/null +++ b/packages/oxcaml-zarith/oxcaml-zarith.guard/opam @@ -0,0 +1,9 @@ +opam-version: "2.0" +synopsis: "OxCaml patched zarith (not installed)" +description: "OxCaml meta-package indicating this package is not installed" +maintainer: "David Allsopp " +authors: "David Allsopp" +license: "CC0-1.0+" +homepage: "https://oxcaml.org" +bug-reports: "https://github.com/oxcaml/opam-repository/issues" +conflicts: [ "oxcaml-zarith-patches" "zarith" ] diff --git a/packages/patdiff/patdiff.v0.18~preview.130.76+222/opam b/packages/patdiff/patdiff.v0.18~preview.130.76+222/opam index 376806a510..516204f4a2 100644 --- a/packages/patdiff/patdiff.v0.18~preview.130.76+222/opam +++ b/packages/patdiff/patdiff.v0.18~preview.130.76+222/opam @@ -19,7 +19,7 @@ depends: [ "patience_diff" {= "v0.18~preview.130.76+222"} "ppx_jane" {= "v0.18~preview.130.76+222"} "dune" {>= "3.17.0"} - "re" {= "1.14.0+ox"} + "re" {>= "1.14.0"} "uucp" ] available: arch != "arm32" & arch != "x86_32" diff --git a/packages/ppx_accessor/ppx_accessor.v0.18~preview.130.76+222/opam b/packages/ppx_accessor/ppx_accessor.v0.18~preview.130.76+222/opam index 461be2cd2e..b349d446da 100644 --- a/packages/ppx_accessor/ppx_accessor.v0.18~preview.130.76+222/opam +++ b/packages/ppx_accessor/ppx_accessor.v0.18~preview.130.76+222/opam @@ -16,7 +16,7 @@ depends: [ "base" {= "v0.18~preview.130.76+222"} "ppxlib_jane" {= "v0.18~preview.130.76+222"} "dune" {>= "3.17.0"} - "ppxlib" {= "0.33.0+ox"} + "ppxlib" {>= "0.33.0"} ] available: arch != "arm32" & arch != "x86_32" synopsis: diff --git a/packages/ppx_anonymous_record/ppx_anonymous_record.v0.18~preview.130.76+222/opam b/packages/ppx_anonymous_record/ppx_anonymous_record.v0.18~preview.130.76+222/opam index bf65691db6..d801a43a33 100644 --- a/packages/ppx_anonymous_record/ppx_anonymous_record.v0.18~preview.130.76+222/opam +++ b/packages/ppx_anonymous_record/ppx_anonymous_record.v0.18~preview.130.76+222/opam @@ -17,7 +17,7 @@ depends: [ "ppx_string" {= "v0.18~preview.130.76+222"} "ppxlib_jane" {= "v0.18~preview.130.76+222"} "dune" {>= "3.17.0"} - "ppxlib" {= "0.33.0+ox"} + "ppxlib" {>= "0.33.0"} ] available: arch != "arm32" & arch != "x86_32" synopsis: diff --git a/packages/ppx_array/ppx_array.v0.18~preview.130.76+222/opam b/packages/ppx_array/ppx_array.v0.18~preview.130.76+222/opam index 068047f3d6..79852a2756 100644 --- a/packages/ppx_array/ppx_array.v0.18~preview.130.76+222/opam +++ b/packages/ppx_array/ppx_array.v0.18~preview.130.76+222/opam @@ -18,7 +18,7 @@ depends: [ "ppx_template" {= "v0.18~preview.130.76+222"} "ppxlib_jane" {= "v0.18~preview.130.76+222"} "dune" {>= "3.17.0"} - "ppxlib" {= "0.33.0+ox"} + "ppxlib" {>= "0.33.0"} ] available: arch != "arm32" & arch != "x86_32" synopsis: diff --git a/packages/ppx_array_base/ppx_array_base.v0.18~preview.130.76+222/opam b/packages/ppx_array_base/ppx_array_base.v0.18~preview.130.76+222/opam index 6ba2400bb3..f76b2af42d 100644 --- a/packages/ppx_array_base/ppx_array_base.v0.18~preview.130.76+222/opam +++ b/packages/ppx_array_base/ppx_array_base.v0.18~preview.130.76+222/opam @@ -15,7 +15,7 @@ depends: [ "ppx_helpers" {= "v0.18~preview.130.76+222"} "ppxlib_jane" {= "v0.18~preview.130.76+222"} "dune" {>= "3.17.0"} - "ppxlib" {= "0.33.0+ox"} + "ppxlib" {>= "0.33.0"} ] available: arch != "arm32" & arch != "x86_32" synopsis: "Defines array functions used in [Base.Array]." diff --git a/packages/ppx_assert/ppx_assert.v0.18~preview.130.76+222/opam b/packages/ppx_assert/ppx_assert.v0.18~preview.130.76+222/opam index 6fed8a917a..b4457ed781 100644 --- a/packages/ppx_assert/ppx_assert.v0.18~preview.130.76+222/opam +++ b/packages/ppx_assert/ppx_assert.v0.18~preview.130.76+222/opam @@ -19,7 +19,7 @@ depends: [ "ppx_sexp_conv" {= "v0.18~preview.130.76+222"} "ppx_template" {= "v0.18~preview.130.76+222"} "dune" {>= "3.17.0"} - "ppxlib" {= "0.33.0+ox"} + "ppxlib" {>= "0.33.0"} ] available: arch != "arm32" & arch != "x86_32" synopsis: "Assert-like extension nodes that raise useful errors on failure" diff --git a/packages/ppx_base/ppx_base.v0.18~preview.130.76+222/opam b/packages/ppx_base/ppx_base.v0.18~preview.130.76+222/opam index 59ed5c68f4..87c4ec420e 100644 --- a/packages/ppx_base/ppx_base.v0.18~preview.130.76+222/opam +++ b/packages/ppx_base/ppx_base.v0.18~preview.130.76+222/opam @@ -20,7 +20,7 @@ depends: [ "ppx_shorthand" {= "v0.18~preview.130.76+222"} "ppx_template" {= "v0.18~preview.130.76+222"} "dune" {>= "3.17.0"} - "ppxlib" {= "0.33.0+ox"} + "ppxlib" {>= "0.33.0"} ] available: arch != "arm32" & arch != "x86_32" synopsis: "Base set of ppx rewriters" diff --git a/packages/ppx_bench/ppx_bench.v0.18~preview.130.76+222/opam b/packages/ppx_bench/ppx_bench.v0.18~preview.130.76+222/opam index 6ed18f4287..5ecf7c4ea3 100644 --- a/packages/ppx_bench/ppx_bench.v0.18~preview.130.76+222/opam +++ b/packages/ppx_bench/ppx_bench.v0.18~preview.130.76+222/opam @@ -15,7 +15,7 @@ depends: [ "ppx_inline_test" {= "v0.18~preview.130.76+222"} "ppxlib_jane" {= "v0.18~preview.130.76+222"} "dune" {>= "3.17.0"} - "ppxlib" {= "0.33.0+ox"} + "ppxlib" {>= "0.33.0"} ] available: arch != "arm32" & arch != "x86_32" synopsis: "Syntax extension for writing in-line benchmarks in ocaml code" diff --git a/packages/ppx_bin_prot/ppx_bin_prot.v0.18~preview.130.76+222/opam b/packages/ppx_bin_prot/ppx_bin_prot.v0.18~preview.130.76+222/opam index 99e92dca44..c6975a83ed 100644 --- a/packages/ppx_bin_prot/ppx_bin_prot.v0.18~preview.130.76+222/opam +++ b/packages/ppx_bin_prot/ppx_bin_prot.v0.18~preview.130.76+222/opam @@ -17,8 +17,8 @@ depends: [ "ppx_here" {= "v0.18~preview.130.76+222"} "ppxlib_jane" {= "v0.18~preview.130.76+222"} "dune" {>= "3.17.0"} - "ocaml-compiler-libs" {= "v0.17.0+ox"} - "ppxlib" {= "0.33.0+ox"} + "ocaml-compiler-libs" {>= "v0.17.0"} + "ppxlib" {>= "0.33.0"} ] available: arch != "arm32" & arch != "x86_32" synopsis: "Generation of bin_prot readers and writers from types" diff --git a/packages/ppx_box/ppx_box.v0.18~preview.130.76+222/opam b/packages/ppx_box/ppx_box.v0.18~preview.130.76+222/opam index f2fa84713c..be606228cd 100644 --- a/packages/ppx_box/ppx_box.v0.18~preview.130.76+222/opam +++ b/packages/ppx_box/ppx_box.v0.18~preview.130.76+222/opam @@ -16,7 +16,7 @@ depends: [ "ppx_template" {= "v0.18~preview.130.76+222"} "ppxlib_jane" {= "v0.18~preview.130.76+222"} "dune" {>= "3.17.0"} - "ppxlib" {= "0.33.0+ox"} + "ppxlib" {>= "0.33.0"} ] available: arch != "arm32" & arch != "x86_32" synopsis: "Boxes and unboxes product types." diff --git a/packages/ppx_cold/ppx_cold.v0.18~preview.130.76+222/opam b/packages/ppx_cold/ppx_cold.v0.18~preview.130.76+222/opam index 8ee82f6675..3808b7412b 100644 --- a/packages/ppx_cold/ppx_cold.v0.18~preview.130.76+222/opam +++ b/packages/ppx_cold/ppx_cold.v0.18~preview.130.76+222/opam @@ -12,7 +12,7 @@ build: [ depends: [ "ocaml" {>= "5.1.0"} "dune" {>= "3.17.0"} - "ppxlib" {= "0.33.0+ox"} + "ppxlib" {>= "0.33.0"} ] available: arch != "arm32" & arch != "x86_32" synopsis: diff --git a/packages/ppx_compare/ppx_compare.v0.18~preview.130.76+222/opam b/packages/ppx_compare/ppx_compare.v0.18~preview.130.76+222/opam index 4d5f73e501..c020673343 100644 --- a/packages/ppx_compare/ppx_compare.v0.18~preview.130.76+222/opam +++ b/packages/ppx_compare/ppx_compare.v0.18~preview.130.76+222/opam @@ -17,7 +17,7 @@ depends: [ "ppx_template" {= "v0.18~preview.130.76+222"} "ppxlib_jane" {= "v0.18~preview.130.76+222"} "dune" {>= "3.17.0"} - "ppxlib" {= "0.33.0+ox"} + "ppxlib" {>= "0.33.0"} ] available: arch != "arm32" & arch != "x86_32" synopsis: "Generation of comparison functions from types" diff --git a/packages/ppx_conv_func/ppx_conv_func.v0.18~preview.130.76+222/opam b/packages/ppx_conv_func/ppx_conv_func.v0.18~preview.130.76+222/opam index 6c29c29809..20401d8617 100644 --- a/packages/ppx_conv_func/ppx_conv_func.v0.18~preview.130.76+222/opam +++ b/packages/ppx_conv_func/ppx_conv_func.v0.18~preview.130.76+222/opam @@ -15,7 +15,7 @@ depends: [ "base" {= "v0.18~preview.130.76+222"} "ppxlib_jane" {= "v0.18~preview.130.76+222"} "dune" {>= "3.17.0"} - "ppxlib" {= "0.33.0+ox"} + "ppxlib" {>= "0.33.0"} ] available: arch != "arm32" & arch != "x86_32" synopsis: "Deprecated" diff --git a/packages/ppx_css/ppx_css.v0.18~preview.130.76+222/opam b/packages/ppx_css/ppx_css.v0.18~preview.130.76+222/opam index abc5cd8cd3..efaeaec8ee 100644 --- a/packages/ppx_css/ppx_css.v0.18~preview.130.76+222/opam +++ b/packages/ppx_css/ppx_css.v0.18~preview.130.76+222/opam @@ -26,12 +26,12 @@ depends: [ "ppxlib_jane" {= "v0.18~preview.130.76+222"} "virtual_dom" {= "v0.18~preview.130.76+222"} "dune" {>= "3.17.0"} - "js_of_ocaml" {= "6.0.1+ox"} - "js_of_ocaml-ppx" {= "6.0.1+ox"} - "ocaml-compiler-libs" {= "v0.17.0+ox"} + "js_of_ocaml" {>= "6.0.1"} + "js_of_ocaml-ppx" {>= "6.0.1"} + "ocaml-compiler-libs" {>= "v0.17.0"} "ocamlgraph" {= "2.0.0"} - "ppxlib" {= "0.33.0+ox"} - "sedlex" {= "3.6+ox"} + "ppxlib" {>= "0.33.0"} + "sedlex" {>= "3.6"} ] available: arch != "arm32" & arch != "x86_32" synopsis: diff --git a/packages/ppx_csv_conv/ppx_csv_conv.v0.18~preview.130.76+222/opam b/packages/ppx_csv_conv/ppx_csv_conv.v0.18~preview.130.76+222/opam index 23b4343dae..6a53ec5ede 100644 --- a/packages/ppx_csv_conv/ppx_csv_conv.v0.18~preview.130.76+222/opam +++ b/packages/ppx_csv_conv/ppx_csv_conv.v0.18~preview.130.76+222/opam @@ -17,7 +17,7 @@ depends: [ "ppx_conv_func" {= "v0.18~preview.130.76+222"} "ppx_fields_conv" {= "v0.18~preview.130.76+222"} "dune" {>= "3.17.0"} - "ppxlib" {= "0.33.0+ox"} + "ppxlib" {>= "0.33.0"} ] available: arch != "arm32" & arch != "x86_32" synopsis: "Generate functions to read/write records in csv format" diff --git a/packages/ppx_custom_printf/ppx_custom_printf.v0.18~preview.130.76+222/opam b/packages/ppx_custom_printf/ppx_custom_printf.v0.18~preview.130.76+222/opam index 1061230c9e..3e25905d43 100644 --- a/packages/ppx_custom_printf/ppx_custom_printf.v0.18~preview.130.76+222/opam +++ b/packages/ppx_custom_printf/ppx_custom_printf.v0.18~preview.130.76+222/opam @@ -15,7 +15,7 @@ depends: [ "base" {= "v0.18~preview.130.76+222"} "ppx_sexp_conv" {= "v0.18~preview.130.76+222"} "dune" {>= "3.17.0"} - "ppxlib" {= "0.33.0+ox"} + "ppxlib" {>= "0.33.0"} ] available: arch != "arm32" & arch != "x86_32" synopsis: "Printf-style format-strings for user-defined string conversion" diff --git a/packages/ppx_debug_assert/ppx_debug_assert.v0.18~preview.130.76+222/opam b/packages/ppx_debug_assert/ppx_debug_assert.v0.18~preview.130.76+222/opam index a906001f69..3ba4057cfc 100644 --- a/packages/ppx_debug_assert/ppx_debug_assert.v0.18~preview.130.76+222/opam +++ b/packages/ppx_debug_assert/ppx_debug_assert.v0.18~preview.130.76+222/opam @@ -13,7 +13,7 @@ build: [ depends: [ "ocaml" {>= "5.2.0"} "dune" {>= "3.17.0"} - "ppxlib" {= "0.33.0+ox"} + "ppxlib" {>= "0.33.0"} ] available: arch != "arm32" & arch != "x86_32" synopsis: "Ppx for debug assertions" diff --git a/packages/ppx_demo/ppx_demo.v0.18~preview.130.76+222/opam b/packages/ppx_demo/ppx_demo.v0.18~preview.130.76+222/opam index d474a96949..eed2c766eb 100644 --- a/packages/ppx_demo/ppx_demo.v0.18~preview.130.76+222/opam +++ b/packages/ppx_demo/ppx_demo.v0.18~preview.130.76+222/opam @@ -20,7 +20,7 @@ depends: [ "ppxlib_jane" {= "v0.18~preview.130.76+222"} "re2" {= "v0.18~preview.130.76+222"} "dune" {>= "3.17.0"} - "ppxlib" {= "0.33.0+ox"} + "ppxlib" {>= "0.33.0"} ] available: arch != "arm32" & arch != "x86_32" synopsis: diff --git a/packages/ppx_derive_at_runtime/ppx_derive_at_runtime.v0.18~preview.130.76+222/opam b/packages/ppx_derive_at_runtime/ppx_derive_at_runtime.v0.18~preview.130.76+222/opam index 2f36980a62..b560d79fdb 100644 --- a/packages/ppx_derive_at_runtime/ppx_derive_at_runtime.v0.18~preview.130.76+222/opam +++ b/packages/ppx_derive_at_runtime/ppx_derive_at_runtime.v0.18~preview.130.76+222/opam @@ -19,8 +19,8 @@ depends: [ "ppx_template" {= "v0.18~preview.130.76+222"} "ppxlib_jane" {= "v0.18~preview.130.76+222"} "dune" {>= "3.17.0"} - "ocaml-compiler-libs" {= "v0.17.0+ox"} - "ppxlib" {= "0.33.0+ox"} + "ocaml-compiler-libs" {>= "v0.17.0"} + "ppxlib" {>= "0.33.0"} ] available: arch != "arm32" & arch != "x86_32" synopsis: "Define a new ppx deriver by naming a runtime module." diff --git a/packages/ppx_deriving/ppx_deriving.6.1.1+ox/opam b/packages/ppx_deriving/ppx_deriving.6.1.1+ox/opam index 4b3078b367..7b17f005e3 100644 --- a/packages/ppx_deriving/ppx_deriving.6.1.1+ox/opam +++ b/packages/ppx_deriving/ppx_deriving.6.1.1+ox/opam @@ -20,7 +20,7 @@ depends: [ "cppo" {>= "1.1.0" & build} "ocamlfind" "ppx_derivers" - "ppxlib" {= "0.33.0+ox"} + "ppxlib" {>= "0.33.0"} "ounit2" {with-test} ] synopsis: "Type-driven code generation for OCaml" diff --git a/packages/ppx_diff/ppx_diff.v0.18~preview.130.76+222/opam b/packages/ppx_diff/ppx_diff.v0.18~preview.130.76+222/opam index 8a2c0c7611..bbf83c2957 100644 --- a/packages/ppx_diff/ppx_diff.v0.18~preview.130.76+222/opam +++ b/packages/ppx_diff/ppx_diff.v0.18~preview.130.76+222/opam @@ -18,7 +18,7 @@ depends: [ "ppx_stable_witness" {= "v0.18~preview.130.76+222"} "ppxlib_jane" {= "v0.18~preview.130.76+222"} "dune" {>= "3.17.0"} - "ppxlib" {= "0.33.0+ox"} + "ppxlib" {>= "0.33.0"} ] available: arch != "arm32" & arch != "x86_32" synopsis: diff --git a/packages/ppx_disable_unused_warnings/ppx_disable_unused_warnings.v0.18~preview.130.76+222/opam b/packages/ppx_disable_unused_warnings/ppx_disable_unused_warnings.v0.18~preview.130.76+222/opam index 40e8194f30..b37afb64e7 100644 --- a/packages/ppx_disable_unused_warnings/ppx_disable_unused_warnings.v0.18~preview.130.76+222/opam +++ b/packages/ppx_disable_unused_warnings/ppx_disable_unused_warnings.v0.18~preview.130.76+222/opam @@ -14,7 +14,7 @@ build: [ depends: [ "ocaml" {>= "5.1.0"} "dune" {>= "3.17.0"} - "ppxlib" {= "0.33.0+ox"} + "ppxlib" {>= "0.33.0"} ] available: arch != "arm32" & arch != "x86_32" synopsis: diff --git a/packages/ppx_embed_file/ppx_embed_file.v0.18~preview.130.76+222/opam b/packages/ppx_embed_file/ppx_embed_file.v0.18~preview.130.76+222/opam index f9f6938fc0..c49a871f05 100644 --- a/packages/ppx_embed_file/ppx_embed_file.v0.18~preview.130.76+222/opam +++ b/packages/ppx_embed_file/ppx_embed_file.v0.18~preview.130.76+222/opam @@ -15,7 +15,7 @@ depends: [ "core" {= "v0.18~preview.130.76+222"} "ppx_jane" {= "v0.18~preview.130.76+222"} "dune" {>= "3.17.0"} - "ppxlib" {= "0.33.0+ox"} + "ppxlib" {>= "0.33.0"} ] available: arch != "arm32" & arch != "x86_32" synopsis: diff --git a/packages/ppx_enumerate/ppx_enumerate.v0.18~preview.130.76+222/opam b/packages/ppx_enumerate/ppx_enumerate.v0.18~preview.130.76+222/opam index 31847152b7..04b0405a84 100644 --- a/packages/ppx_enumerate/ppx_enumerate.v0.18~preview.130.76+222/opam +++ b/packages/ppx_enumerate/ppx_enumerate.v0.18~preview.130.76+222/opam @@ -14,7 +14,7 @@ depends: [ "ocaml" {>= "5.1.0"} "ppxlib_jane" {= "v0.18~preview.130.76+222"} "dune" {>= "3.17.0"} - "ppxlib" {= "0.33.0+ox"} + "ppxlib" {>= "0.33.0"} ] available: arch != "arm32" & arch != "x86_32" synopsis: "Generate a list containing all values of a finite type" diff --git a/packages/ppx_expect/ppx_expect.v0.18~preview.130.76+222/opam b/packages/ppx_expect/ppx_expect.v0.18~preview.130.76+222/opam index 0116720b18..0a83dd55d6 100644 --- a/packages/ppx_expect/ppx_expect.v0.18~preview.130.76+222/opam +++ b/packages/ppx_expect/ppx_expect.v0.18~preview.130.76+222/opam @@ -21,7 +21,7 @@ depends: [ "ppx_inline_test" {= "v0.18~preview.130.76+222"} "stdio" {= "v0.18~preview.130.76+222"} "dune" {>= "3.17.0"} - "ppxlib" {= "0.33.0+ox"} + "ppxlib" {>= "0.33.0"} ] available: arch != "arm32" & arch != "x86_32" synopsis: "Cram like framework for OCaml" diff --git a/packages/ppx_fields_conv/ppx_fields_conv.v0.18~preview.130.76+222/opam b/packages/ppx_fields_conv/ppx_fields_conv.v0.18~preview.130.76+222/opam index b280654249..cbb7d04baa 100644 --- a/packages/ppx_fields_conv/ppx_fields_conv.v0.18~preview.130.76+222/opam +++ b/packages/ppx_fields_conv/ppx_fields_conv.v0.18~preview.130.76+222/opam @@ -17,7 +17,7 @@ depends: [ "ppx_helpers" {= "v0.18~preview.130.76+222"} "ppxlib_jane" {= "v0.18~preview.130.76+222"} "dune" {>= "3.17.0"} - "ppxlib" {= "0.33.0+ox"} + "ppxlib" {>= "0.33.0"} ] available: arch != "arm32" & arch != "x86_32" synopsis: "Generation of accessor and iteration functions for ocaml records" diff --git a/packages/ppx_fixed_literal/ppx_fixed_literal.v0.18~preview.130.76+222/opam b/packages/ppx_fixed_literal/ppx_fixed_literal.v0.18~preview.130.76+222/opam index f39ea4b484..94dd55f8a2 100644 --- a/packages/ppx_fixed_literal/ppx_fixed_literal.v0.18~preview.130.76+222/opam +++ b/packages/ppx_fixed_literal/ppx_fixed_literal.v0.18~preview.130.76+222/opam @@ -14,7 +14,7 @@ depends: [ "ocaml" {>= "5.1.0"} "base" {= "v0.18~preview.130.76+222"} "dune" {>= "3.17.0"} - "ppxlib" {= "0.33.0+ox"} + "ppxlib" {>= "0.33.0"} ] available: arch != "arm32" & arch != "x86_32" synopsis: "Simpler notation for fixed point literals" diff --git a/packages/ppx_for_loop/ppx_for_loop.v0.18~preview.130.76+222/opam b/packages/ppx_for_loop/ppx_for_loop.v0.18~preview.130.76+222/opam index 6d86fb6029..a5c38f52f9 100644 --- a/packages/ppx_for_loop/ppx_for_loop.v0.18~preview.130.76+222/opam +++ b/packages/ppx_for_loop/ppx_for_loop.v0.18~preview.130.76+222/opam @@ -16,7 +16,7 @@ depends: [ "ppxlib_jane" {= "v0.18~preview.130.76+222"} "unboxed" {= "v0.18~preview.130.76+222"} "dune" {>= "3.17.0"} - "ppxlib" {= "0.33.0+ox"} + "ppxlib" {>= "0.33.0"} ] available: arch != "arm32" & arch != "x86_32" synopsis: "For-loop syntax that supports unboxed numbers." diff --git a/packages/ppx_fuelproof/ppx_fuelproof.v0.18~preview.130.76+222/opam b/packages/ppx_fuelproof/ppx_fuelproof.v0.18~preview.130.76+222/opam index f40f2a9928..46a71d24be 100644 --- a/packages/ppx_fuelproof/ppx_fuelproof.v0.18~preview.130.76+222/opam +++ b/packages/ppx_fuelproof/ppx_fuelproof.v0.18~preview.130.76+222/opam @@ -18,7 +18,7 @@ depends: [ "ppx_sexp_conv" {= "v0.18~preview.130.76+222"} "ppxlib_jane" {= "v0.18~preview.130.76+222"} "dune" {>= "3.17.0"} - "ppxlib" {= "0.33.0+ox"} + "ppxlib" {>= "0.33.0"} ] available: arch != "arm32" & arch != "x86_32" synopsis: "Get better error messages and improve mode crossing for types" diff --git a/packages/ppx_globalize/ppx_globalize.v0.18~preview.130.76+222/opam b/packages/ppx_globalize/ppx_globalize.v0.18~preview.130.76+222/opam index 9b6b7040d4..69e7de0c7f 100644 --- a/packages/ppx_globalize/ppx_globalize.v0.18~preview.130.76+222/opam +++ b/packages/ppx_globalize/ppx_globalize.v0.18~preview.130.76+222/opam @@ -15,7 +15,7 @@ depends: [ "ppx_helpers" {= "v0.18~preview.130.76+222"} "ppxlib_jane" {= "v0.18~preview.130.76+222"} "dune" {>= "3.17.0"} - "ppxlib" {= "0.33.0+ox"} + "ppxlib" {>= "0.33.0"} ] available: arch != "arm32" & arch != "x86_32" synopsis: diff --git a/packages/ppx_hardcaml/ppx_hardcaml.v0.18~preview.130.76+222/opam b/packages/ppx_hardcaml/ppx_hardcaml.v0.18~preview.130.76+222/opam index dc3a33b255..f96993b0ff 100644 --- a/packages/ppx_hardcaml/ppx_hardcaml.v0.18~preview.130.76+222/opam +++ b/packages/ppx_hardcaml/ppx_hardcaml.v0.18~preview.130.76+222/opam @@ -16,7 +16,7 @@ depends: [ "hardcaml" {= "v0.18~preview.130.76+222"} "ppx_jane" {= "v0.18~preview.130.76+222"} "dune" {>= "3.17.0"} - "ppxlib" {= "0.33.0+ox"} + "ppxlib" {>= "0.33.0"} ] available: arch != "arm32" & arch != "x86_32" synopsis: "Rewrite OCaml records for use as Hardcaml Interfaces" diff --git a/packages/ppx_hash/ppx_hash.v0.18~preview.130.76+222/opam b/packages/ppx_hash/ppx_hash.v0.18~preview.130.76+222/opam index 9c03aeef8d..9017d1ee75 100644 --- a/packages/ppx_hash/ppx_hash.v0.18~preview.130.76+222/opam +++ b/packages/ppx_hash/ppx_hash.v0.18~preview.130.76+222/opam @@ -16,8 +16,8 @@ depends: [ "ppx_sexp_conv" {= "v0.18~preview.130.76+222"} "ppxlib_jane" {= "v0.18~preview.130.76+222"} "dune" {>= "3.17.0"} - "ocaml-compiler-libs" {= "v0.17.0+ox"} - "ppxlib" {= "0.33.0+ox"} + "ocaml-compiler-libs" {>= "v0.17.0"} + "ppxlib" {>= "0.33.0"} ] available: arch != "arm32" & arch != "x86_32" synopsis: diff --git a/packages/ppx_helpers/ppx_helpers.v0.18~preview.130.76+222/opam b/packages/ppx_helpers/ppx_helpers.v0.18~preview.130.76+222/opam index d0c33d371e..e54df9c5db 100644 --- a/packages/ppx_helpers/ppx_helpers.v0.18~preview.130.76+222/opam +++ b/packages/ppx_helpers/ppx_helpers.v0.18~preview.130.76+222/opam @@ -14,7 +14,7 @@ depends: [ "ocaml" {>= "5.1.0"} "ppxlib_jane" {= "v0.18~preview.130.76+222"} "dune" {>= "3.17.0"} - "ppxlib" {= "0.33.0+ox"} + "ppxlib" {>= "0.33.0"} ] available: arch != "arm32" & arch != "x86_32" synopsis: "Miscellaneous helpers for writing PPXes" diff --git a/packages/ppx_here/ppx_here.v0.18~preview.130.76+222/opam b/packages/ppx_here/ppx_here.v0.18~preview.130.76+222/opam index cbb946271f..24220774a8 100644 --- a/packages/ppx_here/ppx_here.v0.18~preview.130.76+222/opam +++ b/packages/ppx_here/ppx_here.v0.18~preview.130.76+222/opam @@ -13,7 +13,7 @@ depends: [ "ocaml" {>= "5.1.0"} "base" {= "v0.18~preview.130.76+222"} "dune" {>= "3.17.0"} - "ppxlib" {= "0.33.0+ox"} + "ppxlib" {>= "0.33.0"} ] available: arch != "arm32" & arch != "x86_32" synopsis: "Expands [%here] into its location" diff --git a/packages/ppx_html/ppx_html.v0.18~preview.130.76+222/opam b/packages/ppx_html/ppx_html.v0.18~preview.130.76+222/opam index f75c8a011f..d672133976 100644 --- a/packages/ppx_html/ppx_html.v0.18~preview.130.76+222/opam +++ b/packages/ppx_html/ppx_html.v0.18~preview.130.76+222/opam @@ -24,9 +24,9 @@ depends: [ "virtual_dom" {= "v0.18~preview.130.76+222"} "angstrom" {>= "0.15.0"} "dune" {>= "3.17.0"} - "js_of_ocaml-ppx" {= "6.0.1+ox"} - "ocaml-compiler-libs" {= "v0.17.0+ox"} - "ppxlib" {= "0.33.0+ox"} + "js_of_ocaml-ppx" {>= "6.0.1"} + "ocaml-compiler-libs" {>= "v0.17.0"} + "ppxlib" {>= "0.33.0"} ] available: arch != "arm32" & arch != "x86_32" synopsis: diff --git a/packages/ppx_ignore_instrumentation/ppx_ignore_instrumentation.v0.18~preview.130.76+222/opam b/packages/ppx_ignore_instrumentation/ppx_ignore_instrumentation.v0.18~preview.130.76+222/opam index b9d1a2dc51..f88f5b967e 100644 --- a/packages/ppx_ignore_instrumentation/ppx_ignore_instrumentation.v0.18~preview.130.76+222/opam +++ b/packages/ppx_ignore_instrumentation/ppx_ignore_instrumentation.v0.18~preview.130.76+222/opam @@ -14,7 +14,7 @@ build: [ depends: [ "ocaml" {>= "5.1.0"} "dune" {>= "3.17.0"} - "ppxlib" {= "0.33.0+ox"} + "ppxlib" {>= "0.33.0"} ] available: arch != "arm32" & arch != "x86_32" synopsis: "Ignore Jane Street specific instrumentation extensions" diff --git a/packages/ppx_inline_test/ppx_inline_test.v0.18~preview.130.76+222/opam b/packages/ppx_inline_test/ppx_inline_test.v0.18~preview.130.76+222/opam index 267ad1b4ea..fd9301c189 100644 --- a/packages/ppx_inline_test/ppx_inline_test.v0.18~preview.130.76+222/opam +++ b/packages/ppx_inline_test/ppx_inline_test.v0.18~preview.130.76+222/opam @@ -18,7 +18,7 @@ depends: [ "sexplib0" {= "v0.18~preview.130.76+222"} "time_now" {= "v0.18~preview.130.76+222"} "dune" {>= "3.17.0"} - "ppxlib" {= "0.33.0+ox"} + "ppxlib" {>= "0.33.0"} ] available: arch != "arm32" & arch != "x86_32" synopsis: "Syntax extension for writing in-line tests in ocaml code" diff --git a/packages/ppx_int63_literal/ppx_int63_literal.v0.18~preview.130.76+222/opam b/packages/ppx_int63_literal/ppx_int63_literal.v0.18~preview.130.76+222/opam index 4990607891..54593528e5 100644 --- a/packages/ppx_int63_literal/ppx_int63_literal.v0.18~preview.130.76+222/opam +++ b/packages/ppx_int63_literal/ppx_int63_literal.v0.18~preview.130.76+222/opam @@ -14,7 +14,7 @@ depends: [ "ocaml" {>= "5.2.0"} "base" {= "v0.18~preview.130.76+222"} "dune" {>= "3.17.0"} - "ppxlib" {= "0.33.0+ox"} + "ppxlib" {>= "0.33.0"} ] available: arch != "arm32" & arch != "x86_32" synopsis: "Syntax extension for writing int63 literals." diff --git a/packages/ppx_jane/ppx_jane.v0.18~preview.130.76+222/opam b/packages/ppx_jane/ppx_jane.v0.18~preview.130.76+222/opam index df636efcf0..bebb48c628 100644 --- a/packages/ppx_jane/ppx_jane.v0.18~preview.130.76+222/opam +++ b/packages/ppx_jane/ppx_jane.v0.18~preview.130.76+222/opam @@ -45,7 +45,7 @@ depends: [ "ppx_var_name" {= "v0.18~preview.130.76+222"} "ppx_variants_conv" {= "v0.18~preview.130.76+222"} "dune" {>= "3.17.0"} - "ppxlib" {= "0.33.0+ox"} + "ppxlib" {>= "0.33.0"} ] available: arch != "arm32" & arch != "x86_32" synopsis: "Standard Jane Street ppx rewriters" diff --git a/packages/ppx_js_style/ppx_js_style.v0.18~preview.130.76+222/opam b/packages/ppx_js_style/ppx_js_style.v0.18~preview.130.76+222/opam index 2111d324de..cde0969207 100644 --- a/packages/ppx_js_style/ppx_js_style.v0.18~preview.130.76+222/opam +++ b/packages/ppx_js_style/ppx_js_style.v0.18~preview.130.76+222/opam @@ -15,9 +15,9 @@ depends: [ "ppx_template" {= "v0.18~preview.130.76+222"} "ppxlib_jane" {= "v0.18~preview.130.76+222"} "dune" {>= "3.17.0"} - "ocaml-compiler-libs" {= "v0.17.0+ox"} + "ocaml-compiler-libs" {>= "v0.17.0"} "odoc-parser" - "ppxlib" {= "0.33.0+ox"} + "ppxlib" {>= "0.33.0"} ] available: arch != "arm32" & arch != "x86_32" synopsis: "Code style checker for Jane Street Packages" diff --git a/packages/ppx_jsonaf_conv/ppx_jsonaf_conv.v0.18~preview.130.76+222/opam b/packages/ppx_jsonaf_conv/ppx_jsonaf_conv.v0.18~preview.130.76+222/opam index 75449a1988..6055422c4f 100644 --- a/packages/ppx_jsonaf_conv/ppx_jsonaf_conv.v0.18~preview.130.76+222/opam +++ b/packages/ppx_jsonaf_conv/ppx_jsonaf_conv.v0.18~preview.130.76+222/opam @@ -18,7 +18,7 @@ depends: [ "ppx_jane" {= "v0.18~preview.130.76+222"} "ppxlib_jane" {= "v0.18~preview.130.76+222"} "dune" {>= "3.17.0"} - "ppxlib" {= "0.33.0+ox"} + "ppxlib" {>= "0.33.0"} ] available: arch != "arm32" & arch != "x86_32" synopsis: "[@@deriving] plugin to generate Jsonaf conversion functions" diff --git a/packages/ppx_let/ppx_let.v0.18~preview.130.76+222/opam b/packages/ppx_let/ppx_let.v0.18~preview.130.76+222/opam index 615cb3e30d..22e76dd54c 100644 --- a/packages/ppx_let/ppx_let.v0.18~preview.130.76+222/opam +++ b/packages/ppx_let/ppx_let.v0.18~preview.130.76+222/opam @@ -15,7 +15,7 @@ depends: [ "ppx_here" {= "v0.18~preview.130.76+222"} "ppxlib_jane" {= "v0.18~preview.130.76+222"} "dune" {>= "3.17.0"} - "ppxlib" {= "0.33.0+ox"} + "ppxlib" {>= "0.33.0"} ] available: arch != "arm32" & arch != "x86_32" synopsis: "Monadic let-bindings" diff --git a/packages/ppx_log/ppx_log.v0.18~preview.130.76+222/opam b/packages/ppx_log/ppx_log.v0.18~preview.130.76+222/opam index b7ac1828ca..07835a0133 100644 --- a/packages/ppx_log/ppx_log.v0.18~preview.130.76+222/opam +++ b/packages/ppx_log/ppx_log.v0.18~preview.130.76+222/opam @@ -26,7 +26,7 @@ depends: [ "sexplib" {= "v0.18~preview.130.76+222"} "stdio" {= "v0.18~preview.130.76+222"} "dune" {>= "3.17.0"} - "ppxlib" {= "0.33.0+ox"} + "ppxlib" {>= "0.33.0"} ] available: arch != "arm32" & arch != "x86_32" synopsis: diff --git a/packages/ppx_module_timer/ppx_module_timer.v0.18~preview.130.76+222/opam b/packages/ppx_module_timer/ppx_module_timer.v0.18~preview.130.76+222/opam index ef3a11cdd3..e6135c43f7 100644 --- a/packages/ppx_module_timer/ppx_module_timer.v0.18~preview.130.76+222/opam +++ b/packages/ppx_module_timer/ppx_module_timer.v0.18~preview.130.76+222/opam @@ -18,7 +18,7 @@ depends: [ "stdio" {= "v0.18~preview.130.76+222"} "time_now" {= "v0.18~preview.130.76+222"} "dune" {>= "3.17.0"} - "ppxlib" {= "0.33.0+ox"} + "ppxlib" {>= "0.33.0"} ] available: arch != "arm32" & arch != "x86_32" synopsis: "Ppx rewriter that records top-level module startup times" diff --git a/packages/ppx_optcomp/ppx_optcomp.v0.18~preview.130.76+222/opam b/packages/ppx_optcomp/ppx_optcomp.v0.18~preview.130.76+222/opam index 97e5562abb..ff8885afb8 100644 --- a/packages/ppx_optcomp/ppx_optcomp.v0.18~preview.130.76+222/opam +++ b/packages/ppx_optcomp/ppx_optcomp.v0.18~preview.130.76+222/opam @@ -16,8 +16,8 @@ depends: [ "ppxlib_jane" {= "v0.18~preview.130.76+222"} "stdio" {= "v0.18~preview.130.76+222"} "dune" {>= "3.17.0"} - "ocaml-compiler-libs" {= "v0.17.0+ox"} - "ppxlib" {= "0.33.0+ox"} + "ocaml-compiler-libs" {>= "v0.17.0"} + "ppxlib" {>= "0.33.0"} ] available: arch != "arm32" & arch != "x86_32" synopsis: "Optional compilation for OCaml" diff --git a/packages/ppx_optional/ppx_optional.v0.18~preview.130.76+222/opam b/packages/ppx_optional/ppx_optional.v0.18~preview.130.76+222/opam index ae8d859200..ed7f7e7284 100644 --- a/packages/ppx_optional/ppx_optional.v0.18~preview.130.76+222/opam +++ b/packages/ppx_optional/ppx_optional.v0.18~preview.130.76+222/opam @@ -15,7 +15,7 @@ depends: [ "base" {= "v0.18~preview.130.76+222"} "ppxlib_jane" {= "v0.18~preview.130.76+222"} "dune" {>= "3.17.0"} - "ppxlib" {= "0.33.0+ox"} + "ppxlib" {>= "0.33.0"} ] available: arch != "arm32" & arch != "x86_32" synopsis: "Pattern matching on flat options" diff --git a/packages/ppx_pattern_bind/ppx_pattern_bind.v0.18~preview.130.76+222/opam b/packages/ppx_pattern_bind/ppx_pattern_bind.v0.18~preview.130.76+222/opam index a1683c54de..d08bb0507e 100644 --- a/packages/ppx_pattern_bind/ppx_pattern_bind.v0.18~preview.130.76+222/opam +++ b/packages/ppx_pattern_bind/ppx_pattern_bind.v0.18~preview.130.76+222/opam @@ -16,7 +16,7 @@ depends: [ "ppx_let" {= "v0.18~preview.130.76+222"} "ppxlib_jane" {= "v0.18~preview.130.76+222"} "dune" {>= "3.17.0"} - "ppxlib" {= "0.33.0+ox"} + "ppxlib" {>= "0.33.0"} ] available: arch != "arm32" & arch != "x86_32" synopsis: "A ppx for writing fast incremental bind nodes in a pattern match" diff --git a/packages/ppx_pipebang/ppx_pipebang.v0.18~preview.130.76+222/opam b/packages/ppx_pipebang/ppx_pipebang.v0.18~preview.130.76+222/opam index 952e0c63f1..f6b467d652 100644 --- a/packages/ppx_pipebang/ppx_pipebang.v0.18~preview.130.76+222/opam +++ b/packages/ppx_pipebang/ppx_pipebang.v0.18~preview.130.76+222/opam @@ -13,7 +13,7 @@ build: [ depends: [ "ocaml" {>= "5.1.0"} "dune" {>= "3.17.0"} - "ppxlib" {= "0.33.0+ox"} + "ppxlib" {>= "0.33.0"} ] available: arch != "arm32" & arch != "x86_32" synopsis: diff --git a/packages/ppx_portable/ppx_portable.v0.18~preview.130.76+222/opam b/packages/ppx_portable/ppx_portable.v0.18~preview.130.76+222/opam index 700c325858..b10c6fdae2 100644 --- a/packages/ppx_portable/ppx_portable.v0.18~preview.130.76+222/opam +++ b/packages/ppx_portable/ppx_portable.v0.18~preview.130.76+222/opam @@ -16,7 +16,7 @@ depends: [ "ppx_js_style" {= "v0.18~preview.130.76+222"} "ppxlib_jane" {= "v0.18~preview.130.76+222"} "dune" {>= "3.17.0"} - "ppxlib" {= "0.33.0+ox"} + "ppxlib" {>= "0.33.0"} ] available: arch != "arm32" & arch != "x86_32" synopsis: diff --git a/packages/ppx_quick_test/ppx_quick_test.v0.18~preview.130.76+222/opam b/packages/ppx_quick_test/ppx_quick_test.v0.18~preview.130.76+222/opam index cb4bc87260..c3d4f32205 100644 --- a/packages/ppx_quick_test/ppx_quick_test.v0.18~preview.130.76+222/opam +++ b/packages/ppx_quick_test/ppx_quick_test.v0.18~preview.130.76+222/opam @@ -28,7 +28,7 @@ depends: [ "ppxlib_jane" {= "v0.18~preview.130.76+222"} "stdio" {= "v0.18~preview.130.76+222"} "dune" {>= "3.17.0"} - "ppxlib" {= "0.33.0+ox"} + "ppxlib" {>= "0.33.0"} ] available: arch != "arm32" & arch != "x86_32" synopsis: diff --git a/packages/ppx_rope/ppx_rope.v0.18~preview.130.76+222/opam b/packages/ppx_rope/ppx_rope.v0.18~preview.130.76+222/opam index 48a0b1d4b5..33327918a1 100644 --- a/packages/ppx_rope/ppx_rope.v0.18~preview.130.76+222/opam +++ b/packages/ppx_rope/ppx_rope.v0.18~preview.130.76+222/opam @@ -16,7 +16,7 @@ depends: [ "jane_rope" {= "v0.18~preview.130.76+222"} "ppx_string" {= "v0.18~preview.130.76+222"} "dune" {>= "3.17.0"} - "ppxlib" {= "0.33.0+ox"} + "ppxlib" {>= "0.33.0"} ] available: arch != "arm32" & arch != "x86_32" synopsis: "Ppx extension for string interpolation using ropes" diff --git a/packages/ppx_sexp_conv/ppx_sexp_conv.v0.18~preview.130.76+222/opam b/packages/ppx_sexp_conv/ppx_sexp_conv.v0.18~preview.130.76+222/opam index 784bb0bd7d..1832beb194 100644 --- a/packages/ppx_sexp_conv/ppx_sexp_conv.v0.18~preview.130.76+222/opam +++ b/packages/ppx_sexp_conv/ppx_sexp_conv.v0.18~preview.130.76+222/opam @@ -17,7 +17,7 @@ depends: [ "ppxlib_jane" {= "v0.18~preview.130.76+222"} "sexplib0" {= "v0.18~preview.130.76+222"} "dune" {>= "3.17.0"} - "ppxlib" {= "0.33.0+ox"} + "ppxlib" {>= "0.33.0"} ] available: arch != "arm32" & arch != "x86_32" synopsis: "[@@deriving] plugin to generate S-expression conversion functions" diff --git a/packages/ppx_sexp_message/ppx_sexp_message.v0.18~preview.130.76+222/opam b/packages/ppx_sexp_message/ppx_sexp_message.v0.18~preview.130.76+222/opam index a4c0b0d1c9..3f74f6bf5e 100644 --- a/packages/ppx_sexp_message/ppx_sexp_message.v0.18~preview.130.76+222/opam +++ b/packages/ppx_sexp_message/ppx_sexp_message.v0.18~preview.130.76+222/opam @@ -16,7 +16,7 @@ depends: [ "ppx_here" {= "v0.18~preview.130.76+222"} "ppx_sexp_conv" {= "v0.18~preview.130.76+222"} "dune" {>= "3.17.0"} - "ppxlib" {= "0.33.0+ox"} + "ppxlib" {>= "0.33.0"} ] available: arch != "arm32" & arch != "x86_32" synopsis: "A ppx rewriter for easy construction of s-expressions" diff --git a/packages/ppx_sexp_value/ppx_sexp_value.v0.18~preview.130.76+222/opam b/packages/ppx_sexp_value/ppx_sexp_value.v0.18~preview.130.76+222/opam index ecc4b208b1..0b327fe538 100644 --- a/packages/ppx_sexp_value/ppx_sexp_value.v0.18~preview.130.76+222/opam +++ b/packages/ppx_sexp_value/ppx_sexp_value.v0.18~preview.130.76+222/opam @@ -16,7 +16,7 @@ depends: [ "ppx_here" {= "v0.18~preview.130.76+222"} "ppx_sexp_conv" {= "v0.18~preview.130.76+222"} "dune" {>= "3.17.0"} - "ppxlib" {= "0.33.0+ox"} + "ppxlib" {>= "0.33.0"} ] available: arch != "arm32" & arch != "x86_32" synopsis: diff --git a/packages/ppx_shorthand/ppx_shorthand.v0.18~preview.130.76+222/opam b/packages/ppx_shorthand/ppx_shorthand.v0.18~preview.130.76+222/opam index 716fa4297a..32890ea68a 100644 --- a/packages/ppx_shorthand/ppx_shorthand.v0.18~preview.130.76+222/opam +++ b/packages/ppx_shorthand/ppx_shorthand.v0.18~preview.130.76+222/opam @@ -14,7 +14,7 @@ depends: [ "ocaml" {>= "5.1.0"} "ppxlib_jane" {= "v0.18~preview.130.76+222"} "dune" {>= "3.17.0"} - "ppxlib" {= "0.33.0+ox"} + "ppxlib" {>= "0.33.0"} ] available: arch != "arm32" & arch != "x86_32" synopsis: "A grab-bag of small but useful AST transformations" diff --git a/packages/ppx_simple_xml_conv/ppx_simple_xml_conv.v0.18~preview.130.76+222/opam b/packages/ppx_simple_xml_conv/ppx_simple_xml_conv.v0.18~preview.130.76+222/opam index fae5b973fc..5f71622bfb 100644 --- a/packages/ppx_simple_xml_conv/ppx_simple_xml_conv.v0.18~preview.130.76+222/opam +++ b/packages/ppx_simple_xml_conv/ppx_simple_xml_conv.v0.18~preview.130.76+222/opam @@ -19,7 +19,7 @@ depends: [ "ppxlib_jane" {= "v0.18~preview.130.76+222"} "simple_xml" {= "v0.18~preview.130.76+222"} "dune" {>= "3.17.0"} - "ppxlib" {= "0.33.0+ox"} + "ppxlib" {>= "0.33.0"} "xmlm" {>= "1.4.0"} ] available: arch != "arm32" & arch != "x86_32" diff --git a/packages/ppx_stable/ppx_stable.v0.18~preview.130.76+222/opam b/packages/ppx_stable/ppx_stable.v0.18~preview.130.76+222/opam index ec0b82ee96..713e82cff7 100644 --- a/packages/ppx_stable/ppx_stable.v0.18~preview.130.76+222/opam +++ b/packages/ppx_stable/ppx_stable.v0.18~preview.130.76+222/opam @@ -15,7 +15,7 @@ depends: [ "base" {= "v0.18~preview.130.76+222"} "ppxlib_jane" {= "v0.18~preview.130.76+222"} "dune" {>= "3.17.0"} - "ppxlib" {= "0.33.0+ox"} + "ppxlib" {>= "0.33.0"} ] available: arch != "arm32" & arch != "x86_32" synopsis: "Stable types conversions generator" diff --git a/packages/ppx_stable_witness/ppx_stable_witness.v0.18~preview.130.76+222/opam b/packages/ppx_stable_witness/ppx_stable_witness.v0.18~preview.130.76+222/opam index eacfd84fe4..589b645f69 100644 --- a/packages/ppx_stable_witness/ppx_stable_witness.v0.18~preview.130.76+222/opam +++ b/packages/ppx_stable_witness/ppx_stable_witness.v0.18~preview.130.76+222/opam @@ -16,7 +16,7 @@ depends: [ "basement" {= "v0.18~preview.130.76+222"} "ppxlib_jane" {= "v0.18~preview.130.76+222"} "dune" {>= "3.17.0"} - "ppxlib" {= "0.33.0+ox"} + "ppxlib" {>= "0.33.0"} ] available: arch != "arm32" & arch != "x86_32" synopsis: """\ diff --git a/packages/ppx_string/ppx_string.v0.18~preview.130.76+222/opam b/packages/ppx_string/ppx_string.v0.18~preview.130.76+222/opam index b69ee8f564..7d5702b0f9 100644 --- a/packages/ppx_string/ppx_string.v0.18~preview.130.76+222/opam +++ b/packages/ppx_string/ppx_string.v0.18~preview.130.76+222/opam @@ -16,7 +16,7 @@ depends: [ "ppx_base" {= "v0.18~preview.130.76+222"} "ppx_template" {= "v0.18~preview.130.76+222"} "dune" {>= "3.17.0"} - "ppxlib" {= "0.33.0+ox"} + "ppxlib" {>= "0.33.0"} ] available: arch != "arm32" & arch != "x86_32" synopsis: "Ppx extension for string interpolation" diff --git a/packages/ppx_string_conv/ppx_string_conv.v0.18~preview.130.76+222/opam b/packages/ppx_string_conv/ppx_string_conv.v0.18~preview.130.76+222/opam index f2a9da0014..42a7a4e9a5 100644 --- a/packages/ppx_string_conv/ppx_string_conv.v0.18~preview.130.76+222/opam +++ b/packages/ppx_string_conv/ppx_string_conv.v0.18~preview.130.76+222/opam @@ -18,7 +18,7 @@ depends: [ "ppx_string" {= "v0.18~preview.130.76+222"} "ppxlib_jane" {= "v0.18~preview.130.76+222"} "dune" {>= "3.17.0"} - "ppxlib" {= "0.33.0+ox"} + "ppxlib" {>= "0.33.0"} ] available: arch != "arm32" & arch != "x86_32" synopsis: "Ppx extension for generating of_string & to_string" diff --git a/packages/ppx_template/ppx_template.v0.18~preview.130.76+222/opam b/packages/ppx_template/ppx_template.v0.18~preview.130.76+222/opam index 7a396774e4..21196a1b51 100644 --- a/packages/ppx_template/ppx_template.v0.18~preview.130.76+222/opam +++ b/packages/ppx_template/ppx_template.v0.18~preview.130.76+222/opam @@ -16,7 +16,7 @@ depends: [ "ppxlib_jane" {= "v0.18~preview.130.76+222"} "sexplib0" {= "v0.18~preview.130.76+222"} "dune" {>= "3.17.0"} - "ppxlib" {= "0.33.0+ox"} + "ppxlib" {>= "0.33.0"} ] available: arch != "arm32" & arch != "x86_32" synopsis: diff --git a/packages/ppx_tydi/ppx_tydi.v0.18~preview.130.76+222/opam b/packages/ppx_tydi/ppx_tydi.v0.18~preview.130.76+222/opam index 8dca0ddb90..639c7e4f3c 100644 --- a/packages/ppx_tydi/ppx_tydi.v0.18~preview.130.76+222/opam +++ b/packages/ppx_tydi/ppx_tydi.v0.18~preview.130.76+222/opam @@ -13,7 +13,7 @@ depends: [ "ocaml" {>= "5.1.0"} "base" {= "v0.18~preview.130.76+222"} "dune" {>= "3.17.0"} - "ppxlib" {= "0.33.0+ox"} + "ppxlib" {>= "0.33.0"} ] available: arch != "arm32" & arch != "x86_32" synopsis: "Let expressions, inferring pattern type from expression." diff --git a/packages/ppx_typed_fields/ppx_typed_fields.v0.18~preview.130.76+222/opam b/packages/ppx_typed_fields/ppx_typed_fields.v0.18~preview.130.76+222/opam index b2aa893a4d..858e02f804 100644 --- a/packages/ppx_typed_fields/ppx_typed_fields.v0.18~preview.130.76+222/opam +++ b/packages/ppx_typed_fields/ppx_typed_fields.v0.18~preview.130.76+222/opam @@ -28,7 +28,7 @@ depends: [ "sexplib0" {= "v0.18~preview.130.76+222"} "univ_map" {= "v0.18~preview.130.76+222"} "dune" {>= "3.17.0"} - "ppxlib" {= "0.33.0+ox"} + "ppxlib" {>= "0.33.0"} ] available: arch != "arm32" & arch != "x86_32" synopsis: "GADT-based field accessors and utilities" diff --git a/packages/ppx_typerep_conv/ppx_typerep_conv.v0.18~preview.130.76+222/opam b/packages/ppx_typerep_conv/ppx_typerep_conv.v0.18~preview.130.76+222/opam index 38e52d9ede..519be62765 100644 --- a/packages/ppx_typerep_conv/ppx_typerep_conv.v0.18~preview.130.76+222/opam +++ b/packages/ppx_typerep_conv/ppx_typerep_conv.v0.18~preview.130.76+222/opam @@ -17,7 +17,7 @@ depends: [ "ppxlib_jane" {= "v0.18~preview.130.76+222"} "typerep" {= "v0.18~preview.130.76+222"} "dune" {>= "3.17.0"} - "ppxlib" {= "0.33.0+ox"} + "ppxlib" {>= "0.33.0"} ] available: arch != "arm32" & arch != "x86_32" synopsis: "Generation of runtime types from type declarations" diff --git a/packages/ppx_var_name/ppx_var_name.v0.18~preview.130.76+222/opam b/packages/ppx_var_name/ppx_var_name.v0.18~preview.130.76+222/opam index 5da9b267b2..db7d0e93fc 100644 --- a/packages/ppx_var_name/ppx_var_name.v0.18~preview.130.76+222/opam +++ b/packages/ppx_var_name/ppx_var_name.v0.18~preview.130.76+222/opam @@ -14,7 +14,7 @@ depends: [ "ocaml" {>= "5.1.0"} "base" {= "v0.18~preview.130.76+222"} "dune" {>= "3.17.0"} - "ppxlib" {= "0.33.0+ox"} + "ppxlib" {>= "0.33.0"} ] available: arch != "arm32" & arch != "x86_32" synopsis: diff --git a/packages/ppx_variants_conv/ppx_variants_conv.v0.18~preview.130.76+222/opam b/packages/ppx_variants_conv/ppx_variants_conv.v0.18~preview.130.76+222/opam index af9eaa6170..d58c1069c3 100644 --- a/packages/ppx_variants_conv/ppx_variants_conv.v0.18~preview.130.76+222/opam +++ b/packages/ppx_variants_conv/ppx_variants_conv.v0.18~preview.130.76+222/opam @@ -16,7 +16,7 @@ depends: [ "ppxlib_jane" {= "v0.18~preview.130.76+222"} "variantslib" {= "v0.18~preview.130.76+222"} "dune" {>= "3.17.0"} - "ppxlib" {= "0.33.0+ox"} + "ppxlib" {>= "0.33.0"} ] available: arch != "arm32" & arch != "x86_32" synopsis: diff --git a/packages/ppx_with/ppx_with.v0.18~preview.130.76+222/opam b/packages/ppx_with/ppx_with.v0.18~preview.130.76+222/opam index 83dc1a73fa..ca279525fc 100644 --- a/packages/ppx_with/ppx_with.v0.18~preview.130.76+222/opam +++ b/packages/ppx_with/ppx_with.v0.18~preview.130.76+222/opam @@ -14,7 +14,7 @@ depends: [ "base" {= "v0.18~preview.130.76+222"} "ppxlib_jane" {= "v0.18~preview.130.76+222"} "dune" {>= "3.17.0"} - "ppxlib" {= "0.33.0+ox"} + "ppxlib" {>= "0.33.0"} ] available: arch != "arm32" & arch != "x86_32" synopsis: "A ppx writer for consisely building scoped operations" diff --git a/packages/ppx_xml_conv/ppx_xml_conv.v0.18~preview.130.76+222/opam b/packages/ppx_xml_conv/ppx_xml_conv.v0.18~preview.130.76+222/opam index 2f694a3241..5ec8c68438 100644 --- a/packages/ppx_xml_conv/ppx_xml_conv.v0.18~preview.130.76+222/opam +++ b/packages/ppx_xml_conv/ppx_xml_conv.v0.18~preview.130.76+222/opam @@ -17,7 +17,7 @@ depends: [ "ppx_conv_func" {= "v0.18~preview.130.76+222"} "ppx_fields_conv" {= "v0.18~preview.130.76+222"} "dune" {>= "3.17.0"} - "ppxlib" {= "0.33.0+ox"} + "ppxlib" {>= "0.33.0"} ] available: arch != "arm32" & arch != "x86_32" synopsis: "Generate XML conversion functions from records" diff --git a/packages/ppx_yojson_conv/ppx_yojson_conv.v0.18~preview.130.76+222/opam b/packages/ppx_yojson_conv/ppx_yojson_conv.v0.18~preview.130.76+222/opam index 0f3e478c61..00b11b0a5e 100644 --- a/packages/ppx_yojson_conv/ppx_yojson_conv.v0.18~preview.130.76+222/opam +++ b/packages/ppx_yojson_conv/ppx_yojson_conv.v0.18~preview.130.76+222/opam @@ -18,7 +18,7 @@ depends: [ "ppx_yojson_conv_lib" {= "v0.18~preview.130.76+222"} "ppxlib_jane" {= "v0.18~preview.130.76+222"} "dune" {>= "3.17.0"} - "ppxlib" {= "0.33.0+ox"} + "ppxlib" {>= "0.33.0"} ] available: arch != "arm32" & arch != "x86_32" synopsis: "[@@deriving] plugin to generate Yojson conversion functions" diff --git a/packages/ppxlib/ppxlib.0.33.0+ox/opam b/packages/ppxlib/ppxlib.0.33.0+ox/opam index e9e645077a..7738c64a2e 100644 --- a/packages/ppxlib/ppxlib.0.33.0+ox/opam +++ b/packages/ppxlib/ppxlib.0.33.0+ox/opam @@ -22,7 +22,7 @@ bug-reports: "https://github.com/ocaml-ppx/ppxlib/issues" depends: [ "dune" {>= "2.7"} "ocaml" {>= "4.04.1" & < "5.3.0"} - "ocaml-compiler-libs" {>= "v0.11.0" & = "v0.17.0+ox"} + "ocaml-compiler-libs" {>= "v0.11.0"} "ppx_derivers" {>= "1.0"} "sexplib0" {>= "v0.12"} "sexplib0" {with-test & >= "v0.15"} @@ -30,7 +30,7 @@ depends: [ "ppxlib_ast" "ppxlib_jane" "ocamlfind" {with-test} - "re" {with-test & >= "1.9.0" & = "1.14.0+ox"} + "re" {with-test & >= "1.9.0"} "cinaps" {with-test & >= "v0.12.1"} "odoc" {with-doc} ] diff --git a/packages/ppxlib_ast/ppxlib_ast.0.33.0+ox/opam b/packages/ppxlib_ast/ppxlib_ast.0.33.0+ox/opam index 347ea0703c..ab06dc3fc5 100644 --- a/packages/ppxlib_ast/ppxlib_ast.0.33.0+ox/opam +++ b/packages/ppxlib_ast/ppxlib_ast.0.33.0+ox/opam @@ -22,13 +22,13 @@ bug-reports: "https://github.com/ocaml-ppx/ppxlib/issues" depends: [ "dune" {>= "2.7"} "ocaml" {>= "4.04.1" & < "5.3.0"} - "ocaml-compiler-libs" {>= "v0.11.0" & = "v0.17.0+ox"} + "ocaml-compiler-libs" {>= "v0.11.0"} "ppx_derivers" {>= "1.0"} "sexplib0" {>= "v0.12"} "sexplib0" {with-test & >= "v0.15"} "stdlib-shims" "ocamlfind" {with-test} - "re" {with-test & >= "1.9.0" & = "1.14.0+ox"} + "re" {with-test & >= "1.9.0"} "cinaps" {with-test & >= "v0.12.1"} "odoc" {with-doc} ] diff --git a/packages/ppxlib_jane/ppxlib_jane.v0.18~preview.130.76+222/opam b/packages/ppxlib_jane/ppxlib_jane.v0.18~preview.130.76+222/opam index dec47159ab..1c1bfdb173 100644 --- a/packages/ppxlib_jane/ppxlib_jane.v0.18~preview.130.76+222/opam +++ b/packages/ppxlib_jane/ppxlib_jane.v0.18~preview.130.76+222/opam @@ -13,7 +13,7 @@ build: [ depends: [ "ocaml" {>= "5.1.0"} "dune" {>= "3.17.0"} - "ppxlib_ast" {= "0.33.0+ox"} + "ppxlib_ast" {>= "0.33.0"} ] available: arch != "arm32" & arch != "x86_32" synopsis: "Utilities for working with Jane Street AST constructs" diff --git a/packages/re/re.1.14.0+ox/opam b/packages/re/re.1.14.0+ox/opam index 9b202d0348..453b7ab453 100644 --- a/packages/re/re.1.14.0+ox/opam +++ b/packages/re/re.1.14.0+ox/opam @@ -26,7 +26,7 @@ depends: [ "seq" "ppx_expect" {with-test} "ounit2" {with-test} - "js_of_ocaml" {with-test & = "6.0.1+ox"} + "js_of_ocaml" {with-test} "conf-npm" {with-test} "odoc" {with-doc} ] diff --git a/packages/re_parser/re_parser.v0.18~preview.130.76+222/opam b/packages/re_parser/re_parser.v0.18~preview.130.76+222/opam index 370f73ce8d..d985983900 100644 --- a/packages/re_parser/re_parser.v0.18~preview.130.76+222/opam +++ b/packages/re_parser/re_parser.v0.18~preview.130.76+222/opam @@ -15,7 +15,7 @@ depends: [ "base" {= "v0.18~preview.130.76+222"} "regex_parser_intf" {= "v0.18~preview.130.76+222"} "dune" {>= "3.17.0"} - "re" {= "1.14.0+ox"} + "re" {>= "1.14.0"} ] available: arch != "arm32" & arch != "x86_32" synopsis: "Typed parsing using regular expressions." diff --git a/packages/sedlex/sedlex.3.3+ox/opam b/packages/sedlex/sedlex.3.3+ox/opam index 4222f44348..308435d353 100644 --- a/packages/sedlex/sedlex.3.3+ox/opam +++ b/packages/sedlex/sedlex.3.3+ox/opam @@ -19,7 +19,7 @@ bug-reports: "https://github.com/ocaml-community/sedlex/issues" depends: [ "ocaml" {>= "4.08"} "dune" {>= "3.0"} - "ppxlib" {= "0.33.0+ox"} + "ppxlib" {>= "0.33.0"} "gen" "ppx_expect" {with-test} "odoc" {with-doc} diff --git a/packages/sedlex/sedlex.3.6+ox/opam b/packages/sedlex/sedlex.3.6+ox/opam index fa7e0cbaee..684fdb3d0e 100644 --- a/packages/sedlex/sedlex.3.6+ox/opam +++ b/packages/sedlex/sedlex.3.6+ox/opam @@ -19,7 +19,7 @@ bug-reports: "https://github.com/ocaml-community/sedlex/issues" depends: [ "ocaml" {>= "4.08"} "dune" {>= "3.0"} - "ppxlib" {= "0.33.0+ox"} + "ppxlib" {>= "0.33.0"} "gen" "ppx_expect" {with-test} "odoc" {with-doc} diff --git a/packages/semantic_version/semantic_version.v0.18~preview.130.76+222/opam b/packages/semantic_version/semantic_version.v0.18~preview.130.76+222/opam index e97675ec67..18b27cad89 100644 --- a/packages/semantic_version/semantic_version.v0.18~preview.130.76+222/opam +++ b/packages/semantic_version/semantic_version.v0.18~preview.130.76+222/opam @@ -15,7 +15,7 @@ depends: [ "core" {= "v0.18~preview.130.76+222"} "ppx_jane" {= "v0.18~preview.130.76+222"} "dune" {>= "3.17.0"} - "re" {= "1.14.0+ox"} + "re" {>= "1.14.0"} ] available: arch != "arm32" & arch != "x86_32" synopsis: "Semantic versioning" diff --git a/packages/sexp_grammar/sexp_grammar.v0.18~preview.130.76+222/opam b/packages/sexp_grammar/sexp_grammar.v0.18~preview.130.76+222/opam index 0420c96a88..2e23ef3eff 100644 --- a/packages/sexp_grammar/sexp_grammar.v0.18~preview.130.76+222/opam +++ b/packages/sexp_grammar/sexp_grammar.v0.18~preview.130.76+222/opam @@ -26,8 +26,8 @@ depends: [ "ppx_sexp_message" {= "v0.18~preview.130.76+222"} "ppx_template" {= "v0.18~preview.130.76+222"} "dune" {>= "3.17.0"} - "ppxlib" {= "0.33.0+ox"} - "zarith" {= "1.12+ox"} + "ppxlib" {>= "0.33.0"} + "zarith" {>= "1.12"} ] available: arch != "arm32" & arch != "x86_32" synopsis: "Sexp grammar helpers" diff --git a/packages/sexp_pretty/sexp_pretty.v0.18~preview.130.76+222/opam b/packages/sexp_pretty/sexp_pretty.v0.18~preview.130.76+222/opam index 7f3e5bce23..c1c447a3ed 100644 --- a/packages/sexp_pretty/sexp_pretty.v0.18~preview.130.76+222/opam +++ b/packages/sexp_pretty/sexp_pretty.v0.18~preview.130.76+222/opam @@ -17,7 +17,7 @@ depends: [ "ppx_base" {= "v0.18~preview.130.76+222"} "sexplib" {= "v0.18~preview.130.76+222"} "dune" {>= "3.17.0"} - "re" {= "1.14.0+ox"} + "re" {>= "1.14.0"} ] available: arch != "arm32" & arch != "x86_32" synopsis: "S-expression pretty-printer" diff --git a/packages/shell/shell.v0.18~preview.130.76+222/opam b/packages/shell/shell.v0.18~preview.130.76+222/opam index 11a7d3a3ab..2e7aa733df 100644 --- a/packages/shell/shell.v0.18~preview.130.76+222/opam +++ b/packages/shell/shell.v0.18~preview.130.76+222/opam @@ -17,7 +17,7 @@ depends: [ "ppx_jane" {= "v0.18~preview.130.76+222"} "textutils" {= "v0.18~preview.130.76+222"} "dune" {>= "3.17.0"} - "spawn" {= "v0.15.1+ox"} + "spawn" {>= "v0.15.1"} ] available: arch != "arm32" & arch != "x86_32" synopsis: "Yet another implementation of fork&exec and related functionality" diff --git a/packages/shexp/shexp.v0.18~preview.130.76+222/opam b/packages/shexp/shexp.v0.18~preview.130.76+222/opam index eb1f68880c..bdc9db081b 100644 --- a/packages/shexp/shexp.v0.18~preview.130.76+222/opam +++ b/packages/shexp/shexp.v0.18~preview.130.76+222/opam @@ -15,7 +15,7 @@ depends: [ "sexplib0" {= "v0.18~preview.130.76+222"} "base-threads" "dune" {>= "3.17.0"} - "spawn" {= "v0.15.1+ox"} + "spawn" {>= "v0.15.1"} ] available: arch != "arm32" & arch != "x86_32" synopsis: "Process library and s-expression based shell" diff --git a/packages/stdune/stdune.3.20.2+ox/opam b/packages/stdune/stdune.3.20.2+ox/opam index 6e0cd9a462..c9870b80a7 100644 --- a/packages/stdune/stdune.3.20.2+ox/opam +++ b/packages/stdune/stdune.3.20.2+ox/opam @@ -13,8 +13,8 @@ depends: [ "dune" {>= "3.20"} "ocaml" {>= "4.08.0"} "base-unix" - "dyn" {= "3.20.2+ox"} - "ordering" {= "3.20.2+ox"} + "dyn" {= version} + "ordering" {= version} "pp" {>= "2.0.0"} "csexp" {>= "1.5.0"} "odoc" {with-doc} diff --git a/packages/streamable/streamable.v0.18~preview.130.76+222/opam b/packages/streamable/streamable.v0.18~preview.130.76+222/opam index ee73a93d7a..9acf3df138 100644 --- a/packages/streamable/streamable.v0.18~preview.130.76+222/opam +++ b/packages/streamable/streamable.v0.18~preview.130.76+222/opam @@ -21,7 +21,7 @@ depends: [ "ppx_jane" {= "v0.18~preview.130.76+222"} "ppxlib_jane" {= "v0.18~preview.130.76+222"} "dune" {>= "3.17.0"} - "ppxlib" {= "0.33.0+ox"} + "ppxlib" {>= "0.33.0"} ] available: arch != "arm32" & arch != "x86_32" synopsis: "A collection of types suitable for incremental serialization." diff --git a/packages/testable_timeout/testable_timeout.v0.18~preview.130.76+222/opam b/packages/testable_timeout/testable_timeout.v0.18~preview.130.76+222/opam index c958caf63a..add271f33f 100644 --- a/packages/testable_timeout/testable_timeout.v0.18~preview.130.76+222/opam +++ b/packages/testable_timeout/testable_timeout.v0.18~preview.130.76+222/opam @@ -16,7 +16,7 @@ depends: [ "core" {= "v0.18~preview.130.76+222"} "ppx_jane" {= "v0.18~preview.130.76+222"} "dune" {>= "3.17.0"} - "js_of_ocaml-ppx" {= "6.0.1+ox"} + "js_of_ocaml-ppx" {>= "6.0.1"} ] available: arch != "arm32" & arch != "x86_32" synopsis: diff --git a/packages/textutils/textutils.v0.18~preview.130.76+222/opam b/packages/textutils/textutils.v0.18~preview.130.76+222/opam index cf4a7d0f54..7a580f4c4e 100644 --- a/packages/textutils/textutils.v0.18~preview.130.76+222/opam +++ b/packages/textutils/textutils.v0.18~preview.130.76+222/opam @@ -17,7 +17,7 @@ depends: [ "core_unix" {= "v0.18~preview.130.76+222"} "ppx_jane" {= "v0.18~preview.130.76+222"} "dune" {>= "3.17.0"} - "uutf" {= "1.0.3+ox"} + "uutf" {>= "1.0.3"} ] available: arch != "arm32" & arch != "x86_32" synopsis: "Text output utilities" diff --git a/packages/textutils_kernel/textutils_kernel.v0.18~preview.130.76+222/opam b/packages/textutils_kernel/textutils_kernel.v0.18~preview.130.76+222/opam index 0974220c68..124cf05ea1 100644 --- a/packages/textutils_kernel/textutils_kernel.v0.18~preview.130.76+222/opam +++ b/packages/textutils_kernel/textutils_kernel.v0.18~preview.130.76+222/opam @@ -15,7 +15,7 @@ depends: [ "core" {= "v0.18~preview.130.76+222"} "ppx_jane" {= "v0.18~preview.130.76+222"} "dune" {>= "3.17.0"} - "uutf" {= "1.0.3+ox"} + "uutf" {>= "1.0.3"} ] available: arch != "arm32" & arch != "x86_32" synopsis: "Text output utilities" diff --git a/packages/time_ago/time_ago.v0.18~preview.130.76+222/opam b/packages/time_ago/time_ago.v0.18~preview.130.76+222/opam index 93f8f1c2a1..b6810d724e 100644 --- a/packages/time_ago/time_ago.v0.18~preview.130.76+222/opam +++ b/packages/time_ago/time_ago.v0.18~preview.130.76+222/opam @@ -16,8 +16,8 @@ depends: [ "incr_dom" {= "v0.18~preview.130.76+222"} "ppx_jane" {= "v0.18~preview.130.76+222"} "dune" {>= "3.17.0"} - "js_of_ocaml" {= "6.0.1+ox"} - "js_of_ocaml-ppx" {= "6.0.1+ox"} + "js_of_ocaml" {>= "6.0.1"} + "js_of_ocaml-ppx" {>= "6.0.1"} ] available: arch != "arm32" & arch != "x86_32" synopsis: diff --git a/packages/topkg/topkg.1.0.8+ox/opam b/packages/topkg/topkg.1.0.8+ox/opam index bcf2ff4e66..b95fc7eba2 100644 --- a/packages/topkg/topkg.1.0.8+ox/opam +++ b/packages/topkg/topkg.1.0.8+ox/opam @@ -40,7 +40,7 @@ bug-reports: "https://github.com/dbuenzli/topkg/issues" depends: [ "ocaml" {>= "4.08.0"} "ocamlfind" {build & >= "1.6.1"} - "ocamlbuild" {= "0.15.0+ox"} + "ocamlbuild" ] build: ["ocaml" "pkg/pkg.ml" "build" "--pkg-name" name "--dev-pkg" "%{dev}%"] dev-repo: "git+https://erratique.ch/repos/topkg.git" diff --git a/packages/toplayer/toplayer.v0.18~preview.130.76+222/opam b/packages/toplayer/toplayer.v0.18~preview.130.76+222/opam index 07679f579f..afe72e9ffd 100644 --- a/packages/toplayer/toplayer.v0.18~preview.130.76+222/opam +++ b/packages/toplayer/toplayer.v0.18~preview.130.76+222/opam @@ -20,9 +20,9 @@ depends: [ "testable_timeout" {= "v0.18~preview.130.76+222"} "virtual_dom" {= "v0.18~preview.130.76+222"} "dune" {>= "3.17.0"} - "gen_js_api" {= "1.1.2+ox"} - "js_of_ocaml" {= "6.0.1+ox"} - "js_of_ocaml-ppx" {= "6.0.1+ox"} + "gen_js_api" {>= "1.1.2"} + "js_of_ocaml" {>= "6.0.1"} + "js_of_ocaml-ppx" {>= "6.0.1"} ] available: arch != "arm32" & arch != "x86_32" synopsis: diff --git a/packages/toplevel_expect_test/toplevel_expect_test.v0.18~preview.130.76+222/opam b/packages/toplevel_expect_test/toplevel_expect_test.v0.18~preview.130.76+222/opam index bfc7d69fc2..bbc73e77bb 100644 --- a/packages/toplevel_expect_test/toplevel_expect_test.v0.18~preview.130.76+222/opam +++ b/packages/toplevel_expect_test/toplevel_expect_test.v0.18~preview.130.76+222/opam @@ -23,9 +23,9 @@ depends: [ "toplevel_backend" {= "v0.18~preview.130.76+222"} "base-threads" "dune" {>= "3.17.0"} - "ocaml-compiler-libs" {= "v0.17.0+ox"} + "ocaml-compiler-libs" {>= "v0.17.0"} "ocamlfind" {>= "1.7.2"} - "ppxlib" {= "0.33.0+ox"} + "ppxlib" {>= "0.33.0"} ] available: arch != "arm32" & arch != "x86_32" synopsis: "Expectation tests for the OCaml toplevel" diff --git a/packages/torch/torch.v0.18~preview.130.76+222/opam b/packages/torch/torch.v0.18~preview.130.76+222/opam index 48625106f1..1681f67269 100644 --- a/packages/torch/torch.v0.18~preview.130.76+222/opam +++ b/packages/torch/torch.v0.18~preview.130.76+222/opam @@ -22,11 +22,11 @@ depends: [ "ppx_module_timer" {= "v0.18~preview.130.76+222"} "ppx_string" {= "v0.18~preview.130.76+222"} "stdio" {= "v0.18~preview.130.76+222"} - "ctypes" {= "0.23.0+ox"} - "ctypes-foreign" {= "0.23.0+ox"} + "ctypes" {>= "0.23.0"} + "ctypes-foreign" {>= "0.23.0"} "dune" {>= "3.17.0"} "dune-configurator" - "ocaml-compiler-libs" {= "v0.17.0+ox"} + "ocaml-compiler-libs" {>= "v0.17.0"} ] depopts: ["libtorch"] available: arch != "arm32" & arch != "x86_32" diff --git a/packages/uri_parsing/uri_parsing.v0.18~preview.130.76+222/opam b/packages/uri_parsing/uri_parsing.v0.18~preview.130.76+222/opam index de649a7cab..500cbab43a 100644 --- a/packages/uri_parsing/uri_parsing.v0.18~preview.130.76+222/opam +++ b/packages/uri_parsing/uri_parsing.v0.18~preview.130.76+222/opam @@ -18,8 +18,8 @@ depends: [ "textutils" {= "v0.18~preview.130.76+222"} "base64" {>= "3.4.0"} "dune" {>= "3.17.0"} - "js_of_ocaml-ppx" {= "6.0.1+ox"} - "re" {= "1.14.0+ox"} + "js_of_ocaml-ppx" {>= "6.0.1"} + "re" {>= "1.14.0"} "uri" {>= "3.0.0"} ] available: arch != "arm32" & arch != "x86_32" diff --git a/packages/utop/utop.2.16.0+ox/opam b/packages/utop/utop.2.16.0+ox/opam index 8ae4648835..9e73271e2c 100644 --- a/packages/utop/utop.2.16.0+ox/opam +++ b/packages/utop/utop.2.16.0+ox/opam @@ -23,7 +23,7 @@ depends: [ "zed" {>= "3.2.0"} "react" {>= "1.0.0"} "cppo" {>= "1.1.2"} - "alcotest" {with-test & = "1.9.0+ox"} + "alcotest" {with-test} "xdg" {>= "3.9.0"} "odoc" {with-doc} ] diff --git a/packages/uutf/uutf.1.0.3+ox/opam b/packages/uutf/uutf.1.0.3+ox/opam index b5ba63fee5..7ecebb8d92 100644 --- a/packages/uutf/uutf.1.0.3+ox/opam +++ b/packages/uutf/uutf.1.0.3+ox/opam @@ -27,8 +27,8 @@ bug-reports: "https://github.com/dbuenzli/uutf/issues" depends: [ "ocaml" {>= "4.03.0"} "ocamlfind" {build} - "ocamlbuild" {build & = "0.15.0+ox"} - "topkg" {build & >= "1.0.3" & = "1.0.8+ox"} + "ocamlbuild" {build} + "topkg" {build & >= "1.0.3"} "cmdliner" ] depopts: ["cmdliner"] diff --git a/packages/vcaml/vcaml.v0.18~preview.130.76+222/opam b/packages/vcaml/vcaml.v0.18~preview.130.76+222/opam index 8122e0c557..0c2a3768a6 100644 --- a/packages/vcaml/vcaml.v0.18~preview.130.76+222/opam +++ b/packages/vcaml/vcaml.v0.18~preview.130.76+222/opam @@ -34,7 +34,7 @@ depends: [ "bigstringaf" "dune" {>= "3.17.0"} "faraday" {>= "0.8.1"} - "re" {= "1.14.0+ox"} + "re" {>= "1.14.0"} ] available: arch != "arm32" & arch != "x86_32" synopsis: "OCaml bindings for the Neovim API" diff --git a/packages/virtual_dom/virtual_dom.v0.18~preview.130.76+222/opam b/packages/virtual_dom/virtual_dom.v0.18~preview.130.76+222/opam index 919c2ebf85..780a2d85eb 100644 --- a/packages/virtual_dom/virtual_dom.v0.18~preview.130.76+222/opam +++ b/packages/virtual_dom/virtual_dom.v0.18~preview.130.76+222/opam @@ -23,9 +23,9 @@ depends: [ "stdio" {= "v0.18~preview.130.76+222"} "base64" {>= "3.4.0"} "dune" {>= "3.17.0"} - "gen_js_api" {= "1.1.2+ox"} - "js_of_ocaml" {= "6.0.1+ox"} - "js_of_ocaml-ppx" {= "6.0.1+ox"} + "gen_js_api" {>= "1.1.2"} + "js_of_ocaml" {>= "6.0.1"} + "js_of_ocaml-ppx" {>= "6.0.1"} "lambdasoup" {>= "0.6.3"} "tyxml" {>= "4.3.0"} "uri" {>= "3.0.0"} diff --git a/packages/wasm_of_ocaml-compiler/wasm_of_ocaml-compiler.6.0.1+ox/opam b/packages/wasm_of_ocaml-compiler/wasm_of_ocaml-compiler.6.0.1+ox/opam index 1fd937da48..4f54783efe 100644 --- a/packages/wasm_of_ocaml-compiler/wasm_of_ocaml-compiler.6.0.1+ox/opam +++ b/packages/wasm_of_ocaml-compiler/wasm_of_ocaml-compiler.6.0.1+ox/opam @@ -15,14 +15,14 @@ bug-reports: "https://github.com/ocsigen/js_of_ocaml/issues" depends: [ "dune" {>= "3.17"} "ocaml" {>= "4.14"} - "js_of_ocaml" {= version & = "6.0.1+ox"} + "js_of_ocaml" {= version} "num" {with-test} "ppx_expect" {>= "v0.14.2" & with-test} - "ppxlib" {= "0.33.0+ox"} - "re" {with-test & = "1.14.0+ox"} + "ppxlib" {>= "0.33.0"} + "re" {with-test} "cmdliner" {>= "1.1.0"} "opam-format" {with-test} - "sedlex" {= "3.6+ox"} + "sedlex" {>= "2.3"} "menhir" "menhirLib" "menhirSdk" diff --git a/packages/zarith/zarith.1.14+ox/opam b/packages/zarith/zarith.1.14+ox/opam index 88d554d742..abd58cc0e2 100644 --- a/packages/zarith/zarith.1.14+ox/opam +++ b/packages/zarith/zarith.1.14+ox/opam @@ -40,7 +40,7 @@ install: [ [make "install"] ] depends: [ - "ocaml-variants" {= "5.2.0+ox"} + "ocaml-variants" {>= "4.07.0"} "ocamlfind" "conf-gmp" ] diff --git a/packages/zstandard/zstandard.v0.18~preview.130.76+222/opam b/packages/zstandard/zstandard.v0.18~preview.130.76+222/opam index 510064f969..25a66132c3 100644 --- a/packages/zstandard/zstandard.v0.18~preview.130.76+222/opam +++ b/packages/zstandard/zstandard.v0.18~preview.130.76+222/opam @@ -16,7 +16,7 @@ depends: [ "core_kernel" {= "v0.18~preview.130.76+222"} "ppx_jane" {= "v0.18~preview.130.76+222"} "conf-zstd" - "ctypes" {= "0.23.0+ox"} + "ctypes" {>= "0.23.0"} "dune" {>= "3.17.0"} "integers" ]