From 8983874ffaee76764be4558b95566ad13ac7c483 Mon Sep 17 00:00:00 2001 From: Spotandjake Date: Mon, 30 Dec 2024 15:09:37 -0500 Subject: [PATCH] feat(admin): Update `js_of_ocaml` --- compiler/esy.json | 6 +- compiler/esy.lock/index.json | 1324 +++++++++++------ .../{angstrom.0.15.0 => angstrom.0.16.1}/opam | 10 +- compiler/esy.lock/opam/astring.0.8.5/opam | 40 + .../opam | 4 +- .../esy.lock/opam/camlp-streams.5.0.1/opam | 59 + .../opam | 10 +- .../{cmdliner.1.2.0 => cmdliner.1.3.0}/opam | 4 +- .../opam/{cppo.1.6.9 => cppo.1.8.0}/opam | 32 +- .../opam | 10 +- .../opam | 10 +- .../{dune-rpc.3.11.1 => dune-rpc.3.17.1}/opam | 10 +- .../opam/{dune.3.11.1 => dune.3.16.1}/opam | 18 +- .../opam/{dyn.3.11.1 => dyn.3.17.1}/opam | 10 +- compiler/esy.lock/opam/either.1.0.0/opam | 41 + compiler/esy.lock/opam/fiber.3.7.0/opam | 2 +- compiler/esy.lock/opam/fpath.0.7.3/opam | 39 + compiler/esy.lock/opam/gen.1.1/opam | 2 +- .../opam | 21 +- .../opam | 8 +- compiler/esy.lock/opam/num.1.4/opam | 34 - compiler/esy.lock/opam/num.1.5/opam | 30 + .../opam/ocaml-compiler-libs.v0.12.4/opam | 2 +- .../esy.lock/opam/ocaml-version.3.7.2/opam | 53 + .../esy.lock/opam/ocamlbuild.0.14.2+win/opam | 38 - compiler/esy.lock/opam/ocamlbuild.0.15.0/opam | 44 + .../{ocamlfind.1.9.6 => ocamlfind.1.9.3}/opam | 12 +- .../files/0001-Harden-test-for-OCaml-5.patch | 12 - .../esy.lock/opam/ocamlformat-lib.0.26.2/opam | 68 + .../opam | 8 +- .../esy.lock/opam/ocamlformat.0.26.2/opam | 58 + compiler/esy.lock/opam/ocp-indent.1.8.1/opam | 57 + compiler/esy.lock/opam/octavius.1.2.2/opam | 5 +- compiler/esy.lock/opam/omd.1.3.2/opam | 2 +- .../{ordering.3.11.1 => ordering.3.17.1}/opam | 10 +- .../esy.lock/opam/{pp.1.2.0 => pp.2.0.0}/opam | 11 +- .../esy.lock/opam/ppx_derivers.1.2.1/opam | 5 +- .../esy.lock/opam/ppx_deriving.5.2.1/opam | 2 +- .../opam | 38 +- .../opam | 28 +- .../opam/{re.1.11.0 => re.1.12.0}/opam | 12 +- compiler/esy.lock/opam/result.1.5/opam | 5 +- .../opam/{sedlex.3.2 => sedlex.3.3}/opam | 6 +- .../esy.lock/opam/seq.base/files/META.seq | 4 - .../esy.lock/opam/seq.base/files/seq.install | 3 - compiler/esy.lock/opam/seq.base/opam | 20 +- compiler/esy.lock/opam/sexplib0.v0.15.1/opam | 8 +- .../{spawn.v0.15.1 => spawn.v0.17.0}/opam | 13 +- compiler/esy.lock/opam/stdio.v0.15.0/opam | 27 + .../{stdune.3.11.1 => stdune.3.17.1}/opam | 12 +- compiler/esy.lock/opam/uucp.16.0.0/opam | 51 + compiler/esy.lock/opam/uuseg.16.0.0/opam | 55 + .../opam/{xdg.3.11.1 => xdg.3.17.1}/opam | 10 +- .../opam/{yojson.2.1.1 => yojson.2.2.2}/opam | 11 +- .../files/num-1.4.patch | 58 - .../package.json | 25 - .../package.json | 10 + .../files/ocamlbuild-0.14.2.patch | 0 .../files/winpatch.patch | 11 - .../package.json | 29 - .../files/findlib.patch | 485 ++++++ .../package.json | 0 .../files/findlib.patch | 11 - 63 files changed, 2156 insertions(+), 887 deletions(-) rename compiler/esy.lock/opam/{angstrom.0.15.0 => angstrom.0.16.1}/opam (83%) create mode 100644 compiler/esy.lock/opam/astring.0.8.5/opam rename compiler/esy.lock/opam/{bigstringaf.0.9.1 => bigstringaf.0.10.0}/opam (90%) create mode 100644 compiler/esy.lock/opam/camlp-streams.5.0.1/opam rename compiler/esy.lock/opam/{chrome-trace.3.11.1 => chrome-trace.3.17.1}/opam (67%) rename compiler/esy.lock/opam/{cmdliner.1.2.0 => cmdliner.1.3.0}/opam (90%) rename compiler/esy.lock/opam/{cppo.1.6.9 => cppo.1.8.0}/opam (57%) rename compiler/esy.lock/opam/{dune-build-info.3.11.1 => dune-build-info.3.17.1}/opam (73%) rename compiler/esy.lock/opam/{dune-configurator.3.11.1 => dune-configurator.3.17.1}/opam (74%) rename compiler/esy.lock/opam/{dune-rpc.3.11.1 => dune-rpc.3.17.1}/opam (68%) rename compiler/esy.lock/opam/{dune.3.11.1 => dune.3.16.1}/opam (69%) rename compiler/esy.lock/opam/{dyn.3.11.1 => dyn.3.17.1}/opam (66%) create mode 100644 compiler/esy.lock/opam/either.1.0.0/opam create mode 100644 compiler/esy.lock/opam/fpath.0.7.3/opam rename compiler/esy.lock/opam/{js_of_ocaml-compiler.5.0.1 => js_of_ocaml-compiler.5.9.1}/opam (68%) rename compiler/esy.lock/opam/{merlin-extend.0.6.1 => merlin-extend.0.6.2}/opam (73%) delete mode 100644 compiler/esy.lock/opam/num.1.4/opam create mode 100644 compiler/esy.lock/opam/num.1.5/opam create mode 100644 compiler/esy.lock/opam/ocaml-version.3.7.2/opam delete mode 100644 compiler/esy.lock/opam/ocamlbuild.0.14.2+win/opam create mode 100644 compiler/esy.lock/opam/ocamlbuild.0.15.0/opam rename compiler/esy.lock/opam/{ocamlfind.1.9.6 => ocamlfind.1.9.3}/opam (70%) delete mode 100644 compiler/esy.lock/opam/ocamlfind.1.9.6/files/0001-Harden-test-for-OCaml-5.patch create mode 100644 compiler/esy.lock/opam/ocamlformat-lib.0.26.2/opam rename compiler/esy.lock/opam/{ocamlformat-rpc-lib.0.26.1 => ocamlformat-rpc-lib.0.27.0}/opam (78%) create mode 100644 compiler/esy.lock/opam/ocamlformat.0.26.2/opam create mode 100644 compiler/esy.lock/opam/ocp-indent.1.8.1/opam rename compiler/esy.lock/opam/{ordering.3.11.1 => ordering.3.17.1}/opam (64%) rename compiler/esy.lock/opam/{pp.1.2.0 => pp.2.0.0}/opam (78%) rename compiler/esy.lock/opam/{ppx_deriving_yojson.3.7.0 => ppx_deriving_yojson.3.9.1}/opam (57%) rename compiler/esy.lock/opam/{ppxlib.0.29.1 => ppxlib.0.33.1~5.3preview}/opam (62%) rename compiler/esy.lock/opam/{re.1.11.0 => re.1.12.0}/opam (71%) rename compiler/esy.lock/opam/{sedlex.3.2 => sedlex.3.3}/opam (85%) delete mode 100644 compiler/esy.lock/opam/seq.base/files/META.seq delete mode 100644 compiler/esy.lock/opam/seq.base/files/seq.install rename compiler/esy.lock/opam/{spawn.v0.15.1 => spawn.v0.17.0}/opam (71%) create mode 100644 compiler/esy.lock/opam/stdio.v0.15.0/opam rename compiler/esy.lock/opam/{stdune.3.11.1 => stdune.3.17.1}/opam (68%) create mode 100644 compiler/esy.lock/opam/uucp.16.0.0/opam create mode 100644 compiler/esy.lock/opam/uuseg.16.0.0/opam rename compiler/esy.lock/opam/{xdg.3.11.1 => xdg.3.17.1}/opam (67%) rename compiler/esy.lock/opam/{yojson.2.1.1 => yojson.2.2.2}/opam (73%) delete mode 100644 compiler/esy.lock/overrides/opam__s__num_opam__c__1.4_opam_override/files/num-1.4.patch delete mode 100644 compiler/esy.lock/overrides/opam__s__num_opam__c__1.4_opam_override/package.json create mode 100644 compiler/esy.lock/overrides/opam__s__num_opam__c__1.5_opam_override/package.json delete mode 100644 compiler/esy.lock/overrides/opam__s__ocamlbuild_opam__c__0.14.2+win_opam_override/files/ocamlbuild-0.14.2.patch delete mode 100644 compiler/esy.lock/overrides/opam__s__ocamlbuild_opam__c__0.14.2+win_opam_override/files/winpatch.patch delete mode 100644 compiler/esy.lock/overrides/opam__s__ocamlbuild_opam__c__0.14.2+win_opam_override/package.json create mode 100644 compiler/esy.lock/overrides/opam__s__ocamlfind_opam__c__1.9.3_opam_override/files/findlib.patch rename compiler/esy.lock/overrides/{opam__s__ocamlfind_opam__c__1.9.6_opam_override => opam__s__ocamlfind_opam__c__1.9.3_opam_override}/package.json (100%) delete mode 100644 compiler/esy.lock/overrides/opam__s__ocamlfind_opam__c__1.9.6_opam_override/files/findlib.patch diff --git a/compiler/esy.json b/compiler/esy.json index 335d94e460..238d65ee88 100644 --- a/compiler/esy.json +++ b/compiler/esy.json @@ -54,9 +54,11 @@ "ocaml": "4.14.1000" }, "devDependencies": { - "@opam/js_of_ocaml-compiler": "5.0.1", + "@opam/js_of_ocaml-compiler": "5.9.1", "@opam/ocaml-lsp-server": "1.14.1", - "@opam/rely": "^4.0.0" + "@opam/rely": "^4.0.0", + "@opam/ocamlfind": "1.9.3", + "@opam/num": "1.5" }, "resolutions": { "@opam/fp": "reasonml/reason-native:fp.opam#fcb74949f8dcbe68f10d4daaee6b9b864b5baff0", diff --git a/compiler/esy.lock/index.json b/compiler/esy.lock/index.json index ba2bd5d473..b21f4d0dd6 100644 --- a/compiler/esy.lock/index.json +++ b/compiler/esy.lock/index.json @@ -1,5 +1,5 @@ { - "checksum": "3afd68a853e9b43daedf7825125eb77b", + "checksum": "78f3412e31c292cee6a5902eb7d8b952", "root": "@grain/compiler@link-dev:./esy.json", "node": { "ocaml@4.14.1000@d41d8cd9": { @@ -16,56 +16,55 @@ "dependencies": [], "devDependencies": [] }, - "@opam/yojson@opam:2.1.1@ad5e299c": { - "id": "@opam/yojson@opam:2.1.1@ad5e299c", + "@opam/yojson@opam:2.2.2@0786d153": { + "id": "@opam/yojson@opam:2.2.2@0786d153", "name": "@opam/yojson", - "version": "opam:2.1.1", + "version": "opam:2.2.2", "source": { "type": "install", "source": [ - "archive:https://opam.ocaml.org/cache/sha256/d5/d58183207b198dc065866239066e074c34f9e139c0d9c4175a38809790e88173#sha256:d58183207b198dc065866239066e074c34f9e139c0d9c4175a38809790e88173", - "archive:https://github.com/ocaml-community/yojson/releases/download/2.1.1/yojson-2.1.1.tbz#sha256:d58183207b198dc065866239066e074c34f9e139c0d9c4175a38809790e88173" + "archive:https://opam.ocaml.org/cache/sha256/9a/9abfad8c9a79d4723ad2f6448e669c1e68dbfc87cc54a1b7c064b0c90912c595#sha256:9abfad8c9a79d4723ad2f6448e669c1e68dbfc87cc54a1b7c064b0c90912c595", + "archive:https://github.com/ocaml-community/yojson/releases/download/2.2.2/yojson-2.2.2.tbz#sha256:9abfad8c9a79d4723ad2f6448e669c1e68dbfc87cc54a1b7c064b0c90912c595" ], "opam": { "name": "yojson", - "version": "2.1.1", - "path": "esy.lock/opam/yojson.2.1.1" + "version": "2.2.2", + "path": "esy.lock/opam/yojson.2.2.2" } }, "overrides": [], "dependencies": [ - "ocaml@4.14.1000@d41d8cd9", "@opam/seq@opam:base@d8d7de1d", - "@opam/dune@opam:3.11.1@ba2e0e6a", "@opam/cppo@opam:1.6.9@db929a12", - "@esy-ocaml/substs@0.0.1@d41d8cd9" + "ocaml@4.14.1000@d41d8cd9", "@opam/seq@opam:base@5ed5af70", + "@opam/dune@opam:3.16.1@0e7c9090", "@esy-ocaml/substs@0.0.1@d41d8cd9" ], "devDependencies": [ - "ocaml@4.14.1000@d41d8cd9", "@opam/seq@opam:base@d8d7de1d", - "@opam/dune@opam:3.11.1@ba2e0e6a" + "ocaml@4.14.1000@d41d8cd9", "@opam/seq@opam:base@5ed5af70", + "@opam/dune@opam:3.16.1@0e7c9090" ] }, - "@opam/xdg@opam:3.11.1@1e207b0b": { - "id": "@opam/xdg@opam:3.11.1@1e207b0b", + "@opam/xdg@opam:3.17.1@8e5ccc4e": { + "id": "@opam/xdg@opam:3.17.1@8e5ccc4e", "name": "@opam/xdg", - "version": "opam:3.11.1", + "version": "opam:3.17.1", "source": { "type": "install", "source": [ - "archive:https://opam.ocaml.org/cache/sha256/86/866f2307adadaf7604f3bf9d98bb4098792baa046953a6726c96c40fc5ed3f71#sha256:866f2307adadaf7604f3bf9d98bb4098792baa046953a6726c96c40fc5ed3f71", - "archive:https://github.com/ocaml/dune/releases/download/3.11.1/dune-3.11.1.tbz#sha256:866f2307adadaf7604f3bf9d98bb4098792baa046953a6726c96c40fc5ed3f71" + "archive:https://opam.ocaml.org/cache/sha256/6b/6b9ee5ed051379a69ca45173ac6c5deb56b44a1c16e30b7c371343303d835ac6#sha256:6b9ee5ed051379a69ca45173ac6c5deb56b44a1c16e30b7c371343303d835ac6", + "archive:https://github.com/ocaml/dune/releases/download/3.17.1/dune-3.17.1.tbz#sha256:6b9ee5ed051379a69ca45173ac6c5deb56b44a1c16e30b7c371343303d835ac6" ], "opam": { "name": "xdg", - "version": "3.11.1", - "path": "esy.lock/opam/xdg.3.11.1" + "version": "3.17.1", + "path": "esy.lock/opam/xdg.3.17.1" } }, "overrides": [], "dependencies": [ - "ocaml@4.14.1000@d41d8cd9", "@opam/dune@opam:3.11.1@ba2e0e6a", + "ocaml@4.14.1000@d41d8cd9", "@opam/dune@opam:3.16.1@0e7c9090", "@esy-ocaml/substs@0.0.1@d41d8cd9" ], "devDependencies": [ - "ocaml@4.14.1000@d41d8cd9", "@opam/dune@opam:3.11.1@ba2e0e6a" + "ocaml@4.14.1000@d41d8cd9", "@opam/dune@opam:3.16.1@0e7c9090" ] }, "@opam/uutf@opam:1.0.3@47c95a18": { @@ -87,9 +86,64 @@ "overrides": [], "dependencies": [ "ocaml@4.14.1000@d41d8cd9", "@opam/topkg@opam:1.0.7@7ee47d76", - "@opam/ocamlfind@opam:1.9.6@da5169c7", - "@opam/ocamlbuild@opam:0.14.2+win@39b9f56d", - "@opam/cmdliner@opam:1.2.0@b0c6143c", + "@opam/ocamlfind@opam:1.9.3@6f4741ee", + "@opam/ocamlbuild@opam:0.15.0@58d40202", + "@opam/cmdliner@opam:1.3.0@f8c5e0f3", + "@esy-ocaml/substs@0.0.1@d41d8cd9" + ], + "devDependencies": [ "ocaml@4.14.1000@d41d8cd9" ] + }, + "@opam/uuseg@opam:16.0.0@7990dd8f": { + "id": "@opam/uuseg@opam:16.0.0@7990dd8f", + "name": "@opam/uuseg", + "version": "opam:16.0.0", + "source": { + "type": "install", + "source": [ + "archive:https://opam.ocaml.org/cache/sha512/35/355139aee2a72baddf3d811e522948456147546ee946b6eca20f57711865770d4b8d32ea01a7338b8e6cdedb4423ee65cee387704bb9c0c057bcbd65012679b8#sha512:355139aee2a72baddf3d811e522948456147546ee946b6eca20f57711865770d4b8d32ea01a7338b8e6cdedb4423ee65cee387704bb9c0c057bcbd65012679b8", + "archive:https://erratique.ch/software/uuseg/releases/uuseg-16.0.0.tbz#sha512:355139aee2a72baddf3d811e522948456147546ee946b6eca20f57711865770d4b8d32ea01a7338b8e6cdedb4423ee65cee387704bb9c0c057bcbd65012679b8" + ], + "opam": { + "name": "uuseg", + "version": "16.0.0", + "path": "esy.lock/opam/uuseg.16.0.0" + } + }, + "overrides": [], + "dependencies": [ + "ocaml@4.14.1000@d41d8cd9", "@opam/uutf@opam:1.0.3@47c95a18", + "@opam/uucp@opam:16.0.0@c0ea3c18", "@opam/topkg@opam:1.0.7@7ee47d76", + "@opam/ocamlfind@opam:1.9.3@6f4741ee", + "@opam/ocamlbuild@opam:0.15.0@58d40202", + "@opam/cmdliner@opam:1.3.0@f8c5e0f3", + "@esy-ocaml/substs@0.0.1@d41d8cd9" + ], + "devDependencies": [ + "ocaml@4.14.1000@d41d8cd9", "@opam/uucp@opam:16.0.0@c0ea3c18" + ] + }, + "@opam/uucp@opam:16.0.0@c0ea3c18": { + "id": "@opam/uucp@opam:16.0.0@c0ea3c18", + "name": "@opam/uucp", + "version": "opam:16.0.0", + "source": { + "type": "install", + "source": [ + "archive:https://opam.ocaml.org/cache/sha512/5c/5c06d8cadb2b011b1e4ac52e14732044f6ab8e9c11e1184950ff8629b26bd173f1264247623a635b8aa4033e287bfe42d709994f19a3d79f7cbfd20158aa4992#sha512:5c06d8cadb2b011b1e4ac52e14732044f6ab8e9c11e1184950ff8629b26bd173f1264247623a635b8aa4033e287bfe42d709994f19a3d79f7cbfd20158aa4992", + "archive:https://erratique.ch/software/uucp/releases/uucp-16.0.0.tbz#sha512:5c06d8cadb2b011b1e4ac52e14732044f6ab8e9c11e1184950ff8629b26bd173f1264247623a635b8aa4033e287bfe42d709994f19a3d79f7cbfd20158aa4992" + ], + "opam": { + "name": "uucp", + "version": "16.0.0", + "path": "esy.lock/opam/uucp.16.0.0" + } + }, + "overrides": [], + "dependencies": [ + "ocaml@4.14.1000@d41d8cd9", "@opam/topkg@opam:1.0.7@7ee47d76", + "@opam/ocamlfind@opam:1.9.3@6f4741ee", + "@opam/ocamlbuild@opam:0.15.0@58d40202", + "@opam/cmdliner@opam:1.3.0@f8c5e0f3", "@esy-ocaml/substs@0.0.1@d41d8cd9" ], "devDependencies": [ "ocaml@4.14.1000@d41d8cd9" ] @@ -109,11 +163,11 @@ "overrides": [], "dependencies": [ "ocaml@4.14.1000@d41d8cd9", "@opam/reason@opam:3.9.0@2a7c0e6f", - "@opam/dune@opam:3.11.1@ba2e0e6a", "@esy-ocaml/substs@0.0.1@d41d8cd9" + "@opam/dune@opam:3.16.1@0e7c9090", "@esy-ocaml/substs@0.0.1@d41d8cd9" ], "devDependencies": [ "ocaml@4.14.1000@d41d8cd9", "@opam/reason@opam:3.9.0@2a7c0e6f", - "@opam/dune@opam:3.11.1@ba2e0e6a" + "@opam/dune@opam:3.16.1@0e7c9090" ] }, "@opam/uri@opam:4.4.0@f70a0b72": { @@ -135,14 +189,14 @@ "overrides": [], "dependencies": [ "ocaml@4.14.1000@d41d8cd9", "@opam/stringext@opam:1.6.0@ac4f328b", - "@opam/dune@opam:3.11.1@ba2e0e6a", - "@opam/angstrom@opam:0.15.0@105656d9", + "@opam/dune@opam:3.16.1@0e7c9090", + "@opam/angstrom@opam:0.16.1@7454dd18", "@esy-ocaml/substs@0.0.1@d41d8cd9" ], "devDependencies": [ "ocaml@4.14.1000@d41d8cd9", "@opam/stringext@opam:1.6.0@ac4f328b", - "@opam/dune@opam:3.11.1@ba2e0e6a", - "@opam/angstrom@opam:0.15.0@105656d9" + "@opam/dune@opam:3.16.1@0e7c9090", + "@opam/angstrom@opam:0.16.1@7454dd18" ] }, "@opam/topkg@opam:1.0.7@7ee47d76": { @@ -163,13 +217,12 @@ }, "overrides": [], "dependencies": [ - "ocaml@4.14.1000@d41d8cd9", "@opam/ocamlfind@opam:1.9.6@da5169c7", - "@opam/ocamlbuild@opam:0.14.2+win@39b9f56d", + "ocaml@4.14.1000@d41d8cd9", "@opam/ocamlfind@opam:1.9.3@6f4741ee", + "@opam/ocamlbuild@opam:0.15.0@58d40202", "@esy-ocaml/substs@0.0.1@d41d8cd9" ], "devDependencies": [ - "ocaml@4.14.1000@d41d8cd9", - "@opam/ocamlbuild@opam:0.14.2+win@39b9f56d" + "ocaml@4.14.1000@d41d8cd9", "@opam/ocamlbuild@opam:0.15.0@58d40202" ] }, "@opam/stringext@opam:1.6.0@ac4f328b": { @@ -190,42 +243,42 @@ }, "overrides": [], "dependencies": [ - "ocaml@4.14.1000@d41d8cd9", "@opam/dune@opam:3.11.1@ba2e0e6a", + "ocaml@4.14.1000@d41d8cd9", "@opam/dune@opam:3.16.1@0e7c9090", "@esy-ocaml/substs@0.0.1@d41d8cd9" ], "devDependencies": [ - "ocaml@4.14.1000@d41d8cd9", "@opam/dune@opam:3.11.1@ba2e0e6a" + "ocaml@4.14.1000@d41d8cd9", "@opam/dune@opam:3.16.1@0e7c9090" ] }, - "@opam/stdune@opam:3.11.1@9a840882": { - "id": "@opam/stdune@opam:3.11.1@9a840882", + "@opam/stdune@opam:3.17.1@233393b1": { + "id": "@opam/stdune@opam:3.17.1@233393b1", "name": "@opam/stdune", - "version": "opam:3.11.1", + "version": "opam:3.17.1", "source": { "type": "install", "source": [ - "archive:https://opam.ocaml.org/cache/sha256/86/866f2307adadaf7604f3bf9d98bb4098792baa046953a6726c96c40fc5ed3f71#sha256:866f2307adadaf7604f3bf9d98bb4098792baa046953a6726c96c40fc5ed3f71", - "archive:https://github.com/ocaml/dune/releases/download/3.11.1/dune-3.11.1.tbz#sha256:866f2307adadaf7604f3bf9d98bb4098792baa046953a6726c96c40fc5ed3f71" + "archive:https://opam.ocaml.org/cache/sha256/6b/6b9ee5ed051379a69ca45173ac6c5deb56b44a1c16e30b7c371343303d835ac6#sha256:6b9ee5ed051379a69ca45173ac6c5deb56b44a1c16e30b7c371343303d835ac6", + "archive:https://github.com/ocaml/dune/releases/download/3.17.1/dune-3.17.1.tbz#sha256:6b9ee5ed051379a69ca45173ac6c5deb56b44a1c16e30b7c371343303d835ac6" ], "opam": { "name": "stdune", - "version": "3.11.1", - "path": "esy.lock/opam/stdune.3.11.1" + "version": "3.17.1", + "path": "esy.lock/opam/stdune.3.17.1" } }, "overrides": [], "dependencies": [ - "ocaml@4.14.1000@d41d8cd9", "@opam/pp@opam:1.2.0@16430027", - "@opam/ordering@opam:3.11.1@92c57daa", - "@opam/dyn@opam:3.11.1@d3c74846", "@opam/dune@opam:3.11.1@ba2e0e6a", + "ocaml@4.14.1000@d41d8cd9", "@opam/pp@opam:2.0.0@2177bbde", + "@opam/ordering@opam:3.17.1@c3903f50", + "@opam/dyn@opam:3.17.1@4193bc51", "@opam/dune@opam:3.16.1@0e7c9090", "@opam/csexp@opam:1.5.2@46614bf4", "@opam/base-unix@opam:base@87d0b2eb", "@esy-ocaml/substs@0.0.1@d41d8cd9" ], "devDependencies": [ - "ocaml@4.14.1000@d41d8cd9", "@opam/pp@opam:1.2.0@16430027", - "@opam/ordering@opam:3.11.1@92c57daa", - "@opam/dyn@opam:3.11.1@d3c74846", "@opam/dune@opam:3.11.1@ba2e0e6a", + "ocaml@4.14.1000@d41d8cd9", "@opam/pp@opam:2.0.0@2177bbde", + "@opam/ordering@opam:3.17.1@c3903f50", + "@opam/dyn@opam:3.17.1@4193bc51", "@opam/dune@opam:3.16.1@0e7c9090", "@opam/csexp@opam:1.5.2@46614bf4", "@opam/base-unix@opam:base@87d0b2eb" ] @@ -248,47 +301,74 @@ }, "overrides": [], "dependencies": [ - "ocaml@4.14.1000@d41d8cd9", "@opam/dune@opam:3.11.1@ba2e0e6a", + "ocaml@4.14.1000@d41d8cd9", "@opam/dune@opam:3.16.1@0e7c9090", "@esy-ocaml/substs@0.0.1@d41d8cd9" ], "devDependencies": [ - "ocaml@4.14.1000@d41d8cd9", "@opam/dune@opam:3.11.1@ba2e0e6a" + "ocaml@4.14.1000@d41d8cd9", "@opam/dune@opam:3.16.1@0e7c9090" ] }, - "@opam/spawn@opam:v0.15.1@85e9d6f1": { - "id": "@opam/spawn@opam:v0.15.1@85e9d6f1", + "@opam/stdio@opam:v0.15.0@aeefdf96": { + "id": "@opam/stdio@opam:v0.15.0@aeefdf96", + "name": "@opam/stdio", + "version": "opam:v0.15.0", + "source": { + "type": "install", + "source": [ + "archive:https://opam.ocaml.org/cache/sha256/c3/c37292921dc6a88425f773eba6bdbeac1dedacd1f55917fa4bcd9c4b25795e4b#sha256:c37292921dc6a88425f773eba6bdbeac1dedacd1f55917fa4bcd9c4b25795e4b", + "archive:https://ocaml.janestreet.com/ocaml-core/v0.15/files/stdio-v0.15.0.tar.gz#sha256:c37292921dc6a88425f773eba6bdbeac1dedacd1f55917fa4bcd9c4b25795e4b" + ], + "opam": { + "name": "stdio", + "version": "v0.15.0", + "path": "esy.lock/opam/stdio.v0.15.0" + } + }, + "overrides": [], + "dependencies": [ + "ocaml@4.14.1000@d41d8cd9", "@opam/dune@opam:3.16.1@0e7c9090", + "@opam/base@opam:v0.15.1@e8a71f35", + "@esy-ocaml/substs@0.0.1@d41d8cd9" + ], + "devDependencies": [ + "ocaml@4.14.1000@d41d8cd9", "@opam/dune@opam:3.16.1@0e7c9090", + "@opam/base@opam:v0.15.1@e8a71f35" + ] + }, + "@opam/spawn@opam:v0.17.0@d0f69739": { + "id": "@opam/spawn@opam:v0.17.0@d0f69739", "name": "@opam/spawn", - "version": "opam:v0.15.1", + "version": "opam:v0.17.0", "source": { "type": "install", "source": [ - "archive:https://opam.ocaml.org/cache/sha256/9a/9afdee314fab6c3fcd689ab6eb5608d6b78078e6dede3953a47debde06c19d50#sha256:9afdee314fab6c3fcd689ab6eb5608d6b78078e6dede3953a47debde06c19d50", - "archive:https://github.com/janestreet/spawn/archive/v0.15.1.tar.gz#sha256:9afdee314fab6c3fcd689ab6eb5608d6b78078e6dede3953a47debde06c19d50" + "archive:https://opam.ocaml.org/cache/sha256/33/33fbb5cd4c3387a6829095cfa73d5fc2eff572be61647e6052010bfbd0c2df49#sha256:33fbb5cd4c3387a6829095cfa73d5fc2eff572be61647e6052010bfbd0c2df49", + "archive:https://github.com/janestreet/spawn/releases/download/v0.17.0/spawn-v0.17.0.tbz#sha256:33fbb5cd4c3387a6829095cfa73d5fc2eff572be61647e6052010bfbd0c2df49" ], "opam": { "name": "spawn", - "version": "v0.15.1", - "path": "esy.lock/opam/spawn.v0.15.1" + "version": "v0.17.0", + "path": "esy.lock/opam/spawn.v0.17.0" } }, "overrides": [], "dependencies": [ - "ocaml@4.14.1000@d41d8cd9", "@opam/dune@opam:3.11.1@ba2e0e6a", + "ocaml@4.14.1000@d41d8cd9", "@opam/dune@opam:3.16.1@0e7c9090", "@esy-ocaml/substs@0.0.1@d41d8cd9" ], "devDependencies": [ - "ocaml@4.14.1000@d41d8cd9", "@opam/dune@opam:3.11.1@ba2e0e6a" + "ocaml@4.14.1000@d41d8cd9", "@opam/dune@opam:3.16.1@0e7c9090" ] }, - "@opam/sexplib0@opam:v0.15.1@51111c0c": { - "id": "@opam/sexplib0@opam:v0.15.1@51111c0c", + "@opam/sexplib0@opam:v0.15.1@df7962ff": { + "id": "@opam/sexplib0@opam:v0.15.1@df7962ff", "name": "@opam/sexplib0", "version": "opam:v0.15.1", "source": { "type": "install", "source": [ - "archive:https://opam.ocaml.org/cache/md5/ab/ab8fd6273f35a792cad48cbb3024a7f9#md5:ab8fd6273f35a792cad48cbb3024a7f9", - "archive:https://github.com/janestreet/sexplib0/archive/refs/tags/v0.15.1.tar.gz#md5:ab8fd6273f35a792cad48cbb3024a7f9" + "archive:https://opam.ocaml.org/cache/sha256/e8/e8cd817eb3bc3f84a2065fa0255ab2b986a24baf1cc329d05627c516464267b3#sha256:e8cd817eb3bc3f84a2065fa0255ab2b986a24baf1cc329d05627c516464267b3", + "archive:https://github.com/janestreet/sexplib0/archive/refs/tags/v0.15.1.tar.gz#sha256:e8cd817eb3bc3f84a2065fa0255ab2b986a24baf1cc329d05627c516464267b3" ], "opam": { "name": "sexplib0", @@ -298,11 +378,11 @@ }, "overrides": [], "dependencies": [ - "ocaml@4.14.1000@d41d8cd9", "@opam/dune@opam:3.11.1@ba2e0e6a", + "ocaml@4.14.1000@d41d8cd9", "@opam/dune@opam:3.16.1@0e7c9090", "@esy-ocaml/substs@0.0.1@d41d8cd9" ], "devDependencies": [ - "ocaml@4.14.1000@d41d8cd9", "@opam/dune@opam:3.11.1@ba2e0e6a" + "ocaml@4.14.1000@d41d8cd9", "@opam/dune@opam:3.16.1@0e7c9090" ] }, "@opam/sexplib@opam:v0.15.1@1824bfd6": { @@ -323,18 +403,18 @@ }, "overrides": [], "dependencies": [ - "ocaml@4.14.1000@d41d8cd9", "@opam/sexplib0@opam:v0.15.1@51111c0c", - "@opam/parsexp@opam:v0.15.0@742345c3", "@opam/num@opam:1.4@16d26a67", - "@opam/dune@opam:3.11.1@ba2e0e6a", "@esy-ocaml/substs@0.0.1@d41d8cd9" + "ocaml@4.14.1000@d41d8cd9", "@opam/sexplib0@opam:v0.15.1@df7962ff", + "@opam/parsexp@opam:v0.15.0@742345c3", "@opam/num@opam:1.5@679a0ea5", + "@opam/dune@opam:3.16.1@0e7c9090", "@esy-ocaml/substs@0.0.1@d41d8cd9" ], "devDependencies": [ - "ocaml@4.14.1000@d41d8cd9", "@opam/sexplib0@opam:v0.15.1@51111c0c", - "@opam/parsexp@opam:v0.15.0@742345c3", "@opam/num@opam:1.4@16d26a67", - "@opam/dune@opam:3.11.1@ba2e0e6a" + "ocaml@4.14.1000@d41d8cd9", "@opam/sexplib0@opam:v0.15.1@df7962ff", + "@opam/parsexp@opam:v0.15.0@742345c3", "@opam/num@opam:1.5@679a0ea5", + "@opam/dune@opam:3.16.1@0e7c9090" ] }, - "@opam/seq@opam:base@d8d7de1d": { - "id": "@opam/seq@opam:base@d8d7de1d", + "@opam/seq@opam:base@5ed5af70": { + "id": "@opam/seq@opam:base@5ed5af70", "name": "@opam/seq", "version": "opam:base", "source": { @@ -350,44 +430,62 @@ "dependencies": [ "ocaml@4.14.1000@d41d8cd9", "@esy-ocaml/substs@0.0.1@d41d8cd9" ], - "devDependencies": [ "ocaml@4.14.1000@d41d8cd9" ] + "devDependencies": [ "ocaml@4.14.1000@d41d8cd9" ], + "extraSources": [ + { + "checksum": + "sha256:e95062b4d0519ef8335c02f7d0f1952d11b814c7ab7e6d566a206116162fa2be", + "url": + "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/seq/META.seq", + "relativePath": "META.seq" + }, + { + "checksum": + "sha256:fff926c2c4d5a82b6c94c60c4c35eb06e3d39975893ebe6b1f0e6557cbe34904", + "url": + "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/seq/seq.install", + "relativePath": "seq.install" + } + ] }, - "@opam/sedlex@opam:3.2@eab3a2e0": { - "id": "@opam/sedlex@opam:3.2@eab3a2e0", + "@opam/sedlex@opam:3.3@2816550b": { + "id": "@opam/sedlex@opam:3.3@2816550b", "name": "@opam/sedlex", - "version": "opam:3.2", + "version": "opam:3.3", "source": { "type": "install", "source": [ - "archive:https://opam.ocaml.org/cache/md5/b6/b67eec3a80a7fed8e6c91e47260b0843#md5:b67eec3a80a7fed8e6c91e47260b0843", - "archive:https://github.com/ocaml-community/sedlex/archive/refs/tags/v3.2.tar.gz#md5:b67eec3a80a7fed8e6c91e47260b0843" + "archive:https://opam.ocaml.org/cache/md5/46/4603d572e24f3515fe7e7d0b665bdda6#md5:4603d572e24f3515fe7e7d0b665bdda6", + "archive:https://github.com/ocaml-community/sedlex/archive/refs/tags/v3.3.tar.gz#md5:4603d572e24f3515fe7e7d0b665bdda6" ], "opam": { "name": "sedlex", - "version": "3.2", - "path": "esy.lock/opam/sedlex.3.2" + "version": "3.3", + "path": "esy.lock/opam/sedlex.3.3" } }, "overrides": [], "dependencies": [ - "ocaml@4.14.1000@d41d8cd9", "@opam/ppxlib@opam:0.29.1@a8bb9506", - "@opam/gen@opam:1.1@059b2731", "@opam/dune@opam:3.11.1@ba2e0e6a", + "ocaml@4.14.1000@d41d8cd9", + "@opam/ppxlib@opam:0.33.1~5.3preview@770be290", + "@opam/gen@opam:1.1@55327887", "@opam/dune@opam:3.16.1@0e7c9090", "@esy-ocaml/substs@0.0.1@d41d8cd9" ], "devDependencies": [ - "ocaml@4.14.1000@d41d8cd9", "@opam/ppxlib@opam:0.29.1@a8bb9506", - "@opam/gen@opam:1.1@059b2731", "@opam/dune@opam:3.11.1@ba2e0e6a" + "ocaml@4.14.1000@d41d8cd9", + "@opam/ppxlib@opam:0.33.1~5.3preview@770be290", + "@opam/gen@opam:1.1@55327887", "@opam/dune@opam:3.16.1@0e7c9090" ] }, - "@opam/result@opam:1.5@1c6a6533": { - "id": "@opam/result@opam:1.5@1c6a6533", + "@opam/result@opam:1.5@5a755845": { + "id": "@opam/result@opam:1.5@5a755845", "name": "@opam/result", "version": "opam:1.5", "source": { "type": "install", "source": [ - "archive:https://opam.ocaml.org/cache/md5/1b/1b82dec78849680b49ae9a8a365b831b#md5:1b82dec78849680b49ae9a8a365b831b", - "archive:https://github.com/janestreet/result/releases/download/1.5/result-1.5.tbz#md5:1b82dec78849680b49ae9a8a365b831b" + "archive:https://opam.ocaml.org/cache/sha256/7c/7c3a5e238558f4c1a4f5acca816bc705a0e12f68dc0005c61ddbf2e6cab8ee32#sha256:7c3a5e238558f4c1a4f5acca816bc705a0e12f68dc0005c61ddbf2e6cab8ee32", + "archive:https://github.com/janestreet/result/releases/download/1.5/result-1.5.tbz#sha256:7c3a5e238558f4c1a4f5acca816bc705a0e12f68dc0005c61ddbf2e6cab8ee32" ], "opam": { "name": "result", @@ -397,11 +495,11 @@ }, "overrides": [], "dependencies": [ - "ocaml@4.14.1000@d41d8cd9", "@opam/dune@opam:3.11.1@ba2e0e6a", + "ocaml@4.14.1000@d41d8cd9", "@opam/dune@opam:3.16.1@0e7c9090", "@esy-ocaml/substs@0.0.1@d41d8cd9" ], "devDependencies": [ - "ocaml@4.14.1000@d41d8cd9", "@opam/dune@opam:3.11.1@ba2e0e6a" + "ocaml@4.14.1000@d41d8cd9", "@opam/dune@opam:3.16.1@0e7c9090" ] }, "@opam/rely@github:reasonml/reason-native:rely.opam#fcb74949f8dcbe68f10d4daaee6b9b864b5baff0@d41d8cd9": { @@ -419,19 +517,19 @@ "overrides": [], "dependencies": [ "ocaml@4.14.1000@d41d8cd9", "@opam/reason@opam:3.9.0@2a7c0e6f", - "@opam/re@opam:1.11.0@87deb463", + "@opam/re@opam:1.12.0@42f7a5b9", "@opam/pastel@github:reasonml/reason-native:pastel.opam#fcb74949f8dcbe68f10d4daaee6b9b864b5baff0@d41d8cd9", "@opam/file-context-printer@github:reasonml/reason-native:file-context-printer.opam#fcb74949f8dcbe68f10d4daaee6b9b864b5baff0@d41d8cd9", - "@opam/dune@opam:3.11.1@ba2e0e6a", + "@opam/dune@opam:3.16.1@0e7c9090", "@opam/cli@github:reasonml/reason-native:cli.opam#fcb74949f8dcbe68f10d4daaee6b9b864b5baff0@d41d8cd9", "@esy-ocaml/substs@0.0.1@d41d8cd9" ], "devDependencies": [ "ocaml@4.14.1000@d41d8cd9", "@opam/reason@opam:3.9.0@2a7c0e6f", - "@opam/re@opam:1.11.0@87deb463", + "@opam/re@opam:1.12.0@42f7a5b9", "@opam/pastel@github:reasonml/reason-native:pastel.opam#fcb74949f8dcbe68f10d4daaee6b9b864b5baff0@d41d8cd9", "@opam/file-context-printer@github:reasonml/reason-native:file-context-printer.opam#fcb74949f8dcbe68f10d4daaee6b9b864b5baff0@d41d8cd9", - "@opam/dune@opam:3.11.1@ba2e0e6a", + "@opam/dune@opam:3.16.1@0e7c9090", "@opam/cli@github:reasonml/reason-native:cli.opam#fcb74949f8dcbe68f10d4daaee6b9b864b5baff0@d41d8cd9" ] }, @@ -458,81 +556,85 @@ } ], "dependencies": [ - "ocaml@4.14.1000@d41d8cd9", "@opam/ppxlib@opam:0.29.1@a8bb9506", - "@opam/ppx_derivers@opam:1.2.1@e2cbad12", - "@opam/ocamlfind@opam:1.9.6@da5169c7", - "@opam/merlin-extend@opam:0.6.1@7d979feb", + "ocaml@4.14.1000@d41d8cd9", + "@opam/ppxlib@opam:0.33.1~5.3preview@770be290", + "@opam/ppx_derivers@opam:1.2.1@d78727cd", + "@opam/ocamlfind@opam:1.9.3@6f4741ee", + "@opam/merlin-extend@opam:0.6.2@f9530fc0", "@opam/menhir@opam:20220210@879a0c13", "@opam/fix@opam:20230505@941a65ff", - "@opam/dune-build-info@opam:3.11.1@0dfbdab2", - "@opam/dune@opam:3.11.1@ba2e0e6a", "@esy-ocaml/substs@0.0.1@d41d8cd9" + "@opam/dune-build-info@opam:3.17.1@dcf31e27", + "@opam/dune@opam:3.16.1@0e7c9090", "@esy-ocaml/substs@0.0.1@d41d8cd9" ], "devDependencies": [ - "ocaml@4.14.1000@d41d8cd9", "@opam/ppxlib@opam:0.29.1@a8bb9506", - "@opam/ppx_derivers@opam:1.2.1@e2cbad12", - "@opam/merlin-extend@opam:0.6.1@7d979feb", + "ocaml@4.14.1000@d41d8cd9", + "@opam/ppxlib@opam:0.33.1~5.3preview@770be290", + "@opam/ppx_derivers@opam:1.2.1@d78727cd", + "@opam/merlin-extend@opam:0.6.2@f9530fc0", "@opam/menhir@opam:20220210@879a0c13", "@opam/fix@opam:20230505@941a65ff", - "@opam/dune-build-info@opam:3.11.1@0dfbdab2", - "@opam/dune@opam:3.11.1@ba2e0e6a" + "@opam/dune-build-info@opam:3.17.1@dcf31e27", + "@opam/dune@opam:3.16.1@0e7c9090" ] }, - "@opam/re@opam:1.11.0@87deb463": { - "id": "@opam/re@opam:1.11.0@87deb463", + "@opam/re@opam:1.12.0@42f7a5b9": { + "id": "@opam/re@opam:1.12.0@42f7a5b9", "name": "@opam/re", - "version": "opam:1.11.0", + "version": "opam:1.12.0", "source": { "type": "install", "source": [ - "archive:https://opam.ocaml.org/cache/sha256/01/01fc244780c0f6be72ae796b1fb750f367de18624fd75d07ee79782ed6df8d4f#sha256:01fc244780c0f6be72ae796b1fb750f367de18624fd75d07ee79782ed6df8d4f", - "archive:https://github.com/ocaml/ocaml-re/releases/download/1.11.0/re-1.11.0.tbz#sha256:01fc244780c0f6be72ae796b1fb750f367de18624fd75d07ee79782ed6df8d4f" + "archive:https://opam.ocaml.org/cache/sha256/a0/a01f2bf22f72c2f4ababd8d3e7635e35c1bf6bc5a41ad6d5a007454ddabad1d4#sha256:a01f2bf22f72c2f4ababd8d3e7635e35c1bf6bc5a41ad6d5a007454ddabad1d4", + "archive:https://github.com/ocaml/ocaml-re/releases/download/1.12.0/re-1.12.0.tbz#sha256:a01f2bf22f72c2f4ababd8d3e7635e35c1bf6bc5a41ad6d5a007454ddabad1d4" ], "opam": { "name": "re", - "version": "1.11.0", - "path": "esy.lock/opam/re.1.11.0" + "version": "1.12.0", + "path": "esy.lock/opam/re.1.12.0" } }, "overrides": [], "dependencies": [ - "ocaml@4.14.1000@d41d8cd9", "@opam/seq@opam:base@d8d7de1d", - "@opam/dune@opam:3.11.1@ba2e0e6a", "@esy-ocaml/substs@0.0.1@d41d8cd9" + "ocaml@4.14.1000@d41d8cd9", "@opam/seq@opam:base@5ed5af70", + "@opam/dune@opam:3.16.1@0e7c9090", "@esy-ocaml/substs@0.0.1@d41d8cd9" ], "devDependencies": [ - "ocaml@4.14.1000@d41d8cd9", "@opam/seq@opam:base@d8d7de1d", - "@opam/dune@opam:3.11.1@ba2e0e6a" + "ocaml@4.14.1000@d41d8cd9", "@opam/seq@opam:base@5ed5af70", + "@opam/dune@opam:3.16.1@0e7c9090" ] }, - "@opam/ppxlib@opam:0.29.1@a8bb9506": { - "id": "@opam/ppxlib@opam:0.29.1@a8bb9506", + "@opam/ppxlib@opam:0.33.1~5.3preview@770be290": { + "id": "@opam/ppxlib@opam:0.33.1~5.3preview@770be290", "name": "@opam/ppxlib", - "version": "opam:0.29.1", + "version": "opam:0.33.1~5.3preview", "source": { "type": "install", "source": [ - "archive:https://opam.ocaml.org/cache/sha256/c8/c8ea8c8770414fdba6612e7f2d814b21a493daa974ea862a90c8e6c766e5dd79#sha256:c8ea8c8770414fdba6612e7f2d814b21a493daa974ea862a90c8e6c766e5dd79", - "archive:https://github.com/ocaml-ppx/ppxlib/releases/download/0.29.1/ppxlib-0.29.1.tbz#sha256:c8ea8c8770414fdba6612e7f2d814b21a493daa974ea862a90c8e6c766e5dd79" + "archive:https://opam.ocaml.org/cache/sha256/d6/d679f110b92ed12156556ee1d3779d11cef605c36f0bc417943e7996f0d2bbaf#sha256:d679f110b92ed12156556ee1d3779d11cef605c36f0bc417943e7996f0d2bbaf", + "archive:https://github.com/ocaml-ppx/ppxlib/archive/ac7fcfc88d574609b62cc0a38e0de59d03cc96de.tar.gz#sha256:d679f110b92ed12156556ee1d3779d11cef605c36f0bc417943e7996f0d2bbaf" ], "opam": { "name": "ppxlib", - "version": "0.29.1", - "path": "esy.lock/opam/ppxlib.0.29.1" + "version": "0.33.1~5.3preview", + "path": "esy.lock/opam/ppxlib.0.33.1~5.3preview" } }, "overrides": [], "dependencies": [ "ocaml@4.14.1000@d41d8cd9", "@opam/stdlib-shims@opam:0.3.0@72c7bc98", - "@opam/sexplib0@opam:v0.15.1@51111c0c", - "@opam/ppx_derivers@opam:1.2.1@e2cbad12", - "@opam/ocaml-compiler-libs@opam:v0.12.4@41979882", - "@opam/dune@opam:3.11.1@ba2e0e6a", "@esy-ocaml/substs@0.0.1@d41d8cd9" + "@opam/sexplib0@opam:v0.15.1@df7962ff", + "@opam/ppx_derivers@opam:1.2.1@d78727cd", + "@opam/ocamlformat@opam:0.26.2@fc61a2f3", + "@opam/ocaml-compiler-libs@opam:v0.12.4@57a85ad1", + "@opam/dune@opam:3.16.1@0e7c9090", "@esy-ocaml/substs@0.0.1@d41d8cd9" ], "devDependencies": [ "ocaml@4.14.1000@d41d8cd9", "@opam/stdlib-shims@opam:0.3.0@72c7bc98", - "@opam/sexplib0@opam:v0.15.1@51111c0c", - "@opam/ppx_derivers@opam:1.2.1@e2cbad12", - "@opam/ocaml-compiler-libs@opam:v0.12.4@41979882", - "@opam/dune@opam:3.11.1@ba2e0e6a" + "@opam/sexplib0@opam:v0.15.1@df7962ff", + "@opam/ppx_derivers@opam:1.2.1@d78727cd", + "@opam/ocamlformat@opam:0.26.2@fc61a2f3", + "@opam/ocaml-compiler-libs@opam:v0.12.4@57a85ad1", + "@opam/dune@opam:3.16.1@0e7c9090" ] }, "@opam/ppx_yojson_conv_lib@opam:v0.16.0@33740c3c": { @@ -553,12 +655,12 @@ }, "overrides": [], "dependencies": [ - "ocaml@4.14.1000@d41d8cd9", "@opam/yojson@opam:2.1.1@ad5e299c", - "@opam/dune@opam:3.11.1@ba2e0e6a", "@esy-ocaml/substs@0.0.1@d41d8cd9" + "ocaml@4.14.1000@d41d8cd9", "@opam/yojson@opam:2.2.2@0786d153", + "@opam/dune@opam:3.16.1@0e7c9090", "@esy-ocaml/substs@0.0.1@d41d8cd9" ], "devDependencies": [ - "ocaml@4.14.1000@d41d8cd9", "@opam/yojson@opam:2.1.1@ad5e299c", - "@opam/dune@opam:3.11.1@ba2e0e6a" + "ocaml@4.14.1000@d41d8cd9", "@opam/yojson@opam:2.2.2@0786d153", + "@opam/dune@opam:3.16.1@0e7c9090" ] }, "@opam/ppx_sexp_conv@opam:v0.15.1@0f138aac": { @@ -579,48 +681,46 @@ }, "overrides": [], "dependencies": [ - "ocaml@4.14.1000@d41d8cd9", "@opam/sexplib0@opam:v0.15.1@51111c0c", - "@opam/ppxlib@opam:0.29.1@a8bb9506", - "@opam/dune@opam:3.11.1@ba2e0e6a", + "ocaml@4.14.1000@d41d8cd9", "@opam/sexplib0@opam:v0.15.1@df7962ff", + "@opam/ppxlib@opam:0.33.1~5.3preview@770be290", + "@opam/dune@opam:3.16.1@0e7c9090", "@opam/base@opam:v0.15.1@e8a71f35", "@esy-ocaml/substs@0.0.1@d41d8cd9" ], "devDependencies": [ - "ocaml@4.14.1000@d41d8cd9", "@opam/sexplib0@opam:v0.15.1@51111c0c", - "@opam/ppxlib@opam:0.29.1@a8bb9506", - "@opam/dune@opam:3.11.1@ba2e0e6a", "@opam/base@opam:v0.15.1@e8a71f35" + "ocaml@4.14.1000@d41d8cd9", "@opam/sexplib0@opam:v0.15.1@df7962ff", + "@opam/ppxlib@opam:0.33.1~5.3preview@770be290", + "@opam/dune@opam:3.16.1@0e7c9090", "@opam/base@opam:v0.15.1@e8a71f35" ] }, - "@opam/ppx_deriving_yojson@opam:3.7.0@167442d6": { - "id": "@opam/ppx_deriving_yojson@opam:3.7.0@167442d6", + "@opam/ppx_deriving_yojson@opam:3.9.1@52fdd509": { + "id": "@opam/ppx_deriving_yojson@opam:3.9.1@52fdd509", "name": "@opam/ppx_deriving_yojson", - "version": "opam:3.7.0", + "version": "opam:3.9.1", "source": { "type": "install", "source": [ - "archive:https://opam.ocaml.org/cache/md5/45/456be82acb16bbf6be12ab01f9dfaa94#md5:456be82acb16bbf6be12ab01f9dfaa94", - "archive:https://github.com/ocaml-ppx/ppx_deriving_yojson/releases/download/v3.7.0/ppx_deriving_yojson-3.7.0.tar.gz#md5:456be82acb16bbf6be12ab01f9dfaa94" + "archive:https://opam.ocaml.org/cache/sha256/6a/6a3ef7c7bb381f57448853f2a6d2287cf623628162a979587d1e8f7502114f4d#sha256:6a3ef7c7bb381f57448853f2a6d2287cf623628162a979587d1e8f7502114f4d", + "archive:https://github.com/ocaml-ppx/ppx_deriving_yojson/releases/download/v3.9.1/ppx_deriving_yojson-3.9.1.tbz#sha256:6a3ef7c7bb381f57448853f2a6d2287cf623628162a979587d1e8f7502114f4d" ], "opam": { "name": "ppx_deriving_yojson", - "version": "3.7.0", - "path": "esy.lock/opam/ppx_deriving_yojson.3.7.0" + "version": "3.9.1", + "path": "esy.lock/opam/ppx_deriving_yojson.3.9.1" } }, "overrides": [], "dependencies": [ - "ocaml@4.14.1000@d41d8cd9", "@opam/yojson@opam:2.1.1@ad5e299c", - "@opam/result@opam:1.5@1c6a6533", - "@opam/ppxlib@opam:0.29.1@a8bb9506", - "@opam/ppx_deriving@opam:5.2.1@2315fdd0", - "@opam/dune@opam:3.11.1@ba2e0e6a", "@esy-ocaml/substs@0.0.1@d41d8cd9" + "ocaml@4.14.1000@d41d8cd9", "@opam/yojson@opam:2.2.2@0786d153", + "@opam/ppxlib@opam:0.33.1~5.3preview@770be290", + "@opam/ppx_deriving@opam:5.2.1@fa1add0a", + "@opam/dune@opam:3.16.1@0e7c9090", "@esy-ocaml/substs@0.0.1@d41d8cd9" ], "devDependencies": [ - "ocaml@4.14.1000@d41d8cd9", "@opam/yojson@opam:2.1.1@ad5e299c", - "@opam/result@opam:1.5@1c6a6533", - "@opam/ppxlib@opam:0.29.1@a8bb9506", - "@opam/ppx_deriving@opam:5.2.1@2315fdd0", - "@opam/dune@opam:3.11.1@ba2e0e6a" + "ocaml@4.14.1000@d41d8cd9", "@opam/yojson@opam:2.2.2@0786d153", + "@opam/ppxlib@opam:0.33.1~5.3preview@770be290", + "@opam/ppx_deriving@opam:5.2.1@fa1add0a", + "@opam/dune@opam:3.16.1@0e7c9090" ] }, "@opam/ppx_deriving_cmdliner@github:hammerlab/ppx_deriving_cmdliner:ppx_deriving_cmdliner.opam#1f086651fe7f8dd98e371b09c6fcc4dbc6db1c7c@d41d8cd9": { @@ -637,23 +737,23 @@ }, "overrides": [], "dependencies": [ - "ocaml@4.14.1000@d41d8cd9", "@opam/result@opam:1.5@1c6a6533", - "@opam/ppxlib@opam:0.29.1@a8bb9506", - "@opam/ppx_deriving@opam:5.2.1@2315fdd0", - "@opam/dune@opam:3.11.1@ba2e0e6a", - "@opam/cmdliner@opam:1.2.0@b0c6143c", + "ocaml@4.14.1000@d41d8cd9", "@opam/result@opam:1.5@5a755845", + "@opam/ppxlib@opam:0.33.1~5.3preview@770be290", + "@opam/ppx_deriving@opam:5.2.1@fa1add0a", + "@opam/dune@opam:3.16.1@0e7c9090", + "@opam/cmdliner@opam:1.3.0@f8c5e0f3", "@esy-ocaml/substs@0.0.1@d41d8cd9" ], "devDependencies": [ - "ocaml@4.14.1000@d41d8cd9", "@opam/result@opam:1.5@1c6a6533", - "@opam/ppxlib@opam:0.29.1@a8bb9506", - "@opam/ppx_deriving@opam:5.2.1@2315fdd0", - "@opam/dune@opam:3.11.1@ba2e0e6a", - "@opam/cmdliner@opam:1.2.0@b0c6143c" + "ocaml@4.14.1000@d41d8cd9", "@opam/result@opam:1.5@5a755845", + "@opam/ppxlib@opam:0.33.1~5.3preview@770be290", + "@opam/ppx_deriving@opam:5.2.1@fa1add0a", + "@opam/dune@opam:3.16.1@0e7c9090", + "@opam/cmdliner@opam:1.3.0@f8c5e0f3" ] }, - "@opam/ppx_deriving@opam:5.2.1@2315fdd0": { - "id": "@opam/ppx_deriving@opam:5.2.1@2315fdd0", + "@opam/ppx_deriving@opam:5.2.1@fa1add0a": { + "id": "@opam/ppx_deriving@opam:5.2.1@fa1add0a", "name": "@opam/ppx_deriving", "version": "opam:5.2.1", "source": { @@ -670,30 +770,30 @@ }, "overrides": [], "dependencies": [ - "ocaml@4.14.1000@d41d8cd9", "@opam/result@opam:1.5@1c6a6533", - "@opam/ppxlib@opam:0.29.1@a8bb9506", - "@opam/ppx_derivers@opam:1.2.1@e2cbad12", - "@opam/ocamlfind@opam:1.9.6@da5169c7", - "@opam/dune@opam:3.11.1@ba2e0e6a", "@opam/cppo@opam:1.6.9@db929a12", + "ocaml@4.14.1000@d41d8cd9", "@opam/result@opam:1.5@5a755845", + "@opam/ppxlib@opam:0.33.1~5.3preview@770be290", + "@opam/ppx_derivers@opam:1.2.1@d78727cd", + "@opam/ocamlfind@opam:1.9.3@6f4741ee", + "@opam/dune@opam:3.16.1@0e7c9090", "@opam/cppo@opam:1.8.0@b48266ea", "@esy-ocaml/substs@0.0.1@d41d8cd9" ], "devDependencies": [ - "ocaml@4.14.1000@d41d8cd9", "@opam/result@opam:1.5@1c6a6533", - "@opam/ppxlib@opam:0.29.1@a8bb9506", - "@opam/ppx_derivers@opam:1.2.1@e2cbad12", - "@opam/ocamlfind@opam:1.9.6@da5169c7", - "@opam/dune@opam:3.11.1@ba2e0e6a" + "ocaml@4.14.1000@d41d8cd9", "@opam/result@opam:1.5@5a755845", + "@opam/ppxlib@opam:0.33.1~5.3preview@770be290", + "@opam/ppx_derivers@opam:1.2.1@d78727cd", + "@opam/ocamlfind@opam:1.9.3@6f4741ee", + "@opam/dune@opam:3.16.1@0e7c9090" ] }, - "@opam/ppx_derivers@opam:1.2.1@e2cbad12": { - "id": "@opam/ppx_derivers@opam:1.2.1@e2cbad12", + "@opam/ppx_derivers@opam:1.2.1@d78727cd": { + "id": "@opam/ppx_derivers@opam:1.2.1@d78727cd", "name": "@opam/ppx_derivers", "version": "opam:1.2.1", "source": { "type": "install", "source": [ - "archive:https://opam.ocaml.org/cache/md5/5d/5dc2bf130c1db3c731fe0fffc5648b41#md5:5dc2bf130c1db3c731fe0fffc5648b41", - "archive:https://github.com/ocaml-ppx/ppx_derivers/archive/1.2.1.tar.gz#md5:5dc2bf130c1db3c731fe0fffc5648b41" + "archive:https://opam.ocaml.org/cache/sha256/b6/b6595ee187dea792b31fc54a0e1524ab1e48bc6068d3066c45215a138cc73b95#sha256:b6595ee187dea792b31fc54a0e1524ab1e48bc6068d3066c45215a138cc73b95", + "archive:https://github.com/ocaml-ppx/ppx_derivers/archive/1.2.1.tar.gz#sha256:b6595ee187dea792b31fc54a0e1524ab1e48bc6068d3066c45215a138cc73b95" ], "opam": { "name": "ppx_derivers", @@ -703,36 +803,37 @@ }, "overrides": [], "dependencies": [ - "ocaml@4.14.1000@d41d8cd9", "@opam/dune@opam:3.11.1@ba2e0e6a", + "ocaml@4.14.1000@d41d8cd9", "@opam/dune@opam:3.16.1@0e7c9090", "@esy-ocaml/substs@0.0.1@d41d8cd9" ], "devDependencies": [ - "ocaml@4.14.1000@d41d8cd9", "@opam/dune@opam:3.11.1@ba2e0e6a" + "ocaml@4.14.1000@d41d8cd9", "@opam/dune@opam:3.16.1@0e7c9090" ] }, - "@opam/pp@opam:1.2.0@16430027": { - "id": "@opam/pp@opam:1.2.0@16430027", + "@opam/pp@opam:2.0.0@2177bbde": { + "id": "@opam/pp@opam:2.0.0@2177bbde", "name": "@opam/pp", - "version": "opam:1.2.0", + "version": "opam:2.0.0", "source": { "type": "install", "source": [ - "archive:https://opam.ocaml.org/cache/sha256/a5/a5e822573c55afb42db29ec56eacd1f2acd8f65cf2df2878e291de374ce6909c#sha256:a5e822573c55afb42db29ec56eacd1f2acd8f65cf2df2878e291de374ce6909c", - "archive:https://github.com/ocaml-dune/pp/releases/download/1.2.0/pp-1.2.0.tbz#sha256:a5e822573c55afb42db29ec56eacd1f2acd8f65cf2df2878e291de374ce6909c" + "archive:https://opam.ocaml.org/cache/sha256/86/8651351518b092b4a2def4e08171c276152f92fb6a84a8b19b6b929ccdb44419#sha256:8651351518b092b4a2def4e08171c276152f92fb6a84a8b19b6b929ccdb44419", + "archive:https://github.com/ocaml-dune/pp/releases/download/2.0.0/pp-2.0.0.tbz#sha256:8651351518b092b4a2def4e08171c276152f92fb6a84a8b19b6b929ccdb44419" ], "opam": { "name": "pp", - "version": "1.2.0", - "path": "esy.lock/opam/pp.1.2.0" + "version": "2.0.0", + "path": "esy.lock/opam/pp.2.0.0" } }, "overrides": [], "dependencies": [ - "ocaml@4.14.1000@d41d8cd9", "@opam/dune@opam:3.11.1@ba2e0e6a", - "@esy-ocaml/substs@0.0.1@d41d8cd9" + "ocaml@4.14.1000@d41d8cd9", "@opam/ocamlformat@opam:0.26.2@fc61a2f3", + "@opam/dune@opam:3.16.1@0e7c9090", "@esy-ocaml/substs@0.0.1@d41d8cd9" ], "devDependencies": [ - "ocaml@4.14.1000@d41d8cd9", "@opam/dune@opam:3.11.1@ba2e0e6a" + "ocaml@4.14.1000@d41d8cd9", "@opam/ocamlformat@opam:0.26.2@fc61a2f3", + "@opam/dune@opam:3.16.1@0e7c9090" ] }, "@opam/pastel@github:reasonml/reason-native:pastel.opam#fcb74949f8dcbe68f10d4daaee6b9b864b5baff0@d41d8cd9": { @@ -750,12 +851,12 @@ "overrides": [], "dependencies": [ "ocaml@4.14.1000@d41d8cd9", "@opam/reason@opam:3.9.0@2a7c0e6f", - "@opam/re@opam:1.11.0@87deb463", "@opam/dune@opam:3.11.1@ba2e0e6a", + "@opam/re@opam:1.12.0@42f7a5b9", "@opam/dune@opam:3.16.1@0e7c9090", "@esy-ocaml/substs@0.0.1@d41d8cd9" ], "devDependencies": [ "ocaml@4.14.1000@d41d8cd9", "@opam/reason@opam:3.9.0@2a7c0e6f", - "@opam/re@opam:1.11.0@87deb463", "@opam/dune@opam:3.11.1@ba2e0e6a" + "@opam/re@opam:1.12.0@42f7a5b9", "@opam/dune@opam:3.16.1@0e7c9090" ] }, "@opam/parsexp@opam:v0.15.0@742345c3": { @@ -776,50 +877,50 @@ }, "overrides": [], "dependencies": [ - "ocaml@4.14.1000@d41d8cd9", "@opam/sexplib0@opam:v0.15.1@51111c0c", - "@opam/dune@opam:3.11.1@ba2e0e6a", + "ocaml@4.14.1000@d41d8cd9", "@opam/sexplib0@opam:v0.15.1@df7962ff", + "@opam/dune@opam:3.16.1@0e7c9090", "@opam/base@opam:v0.15.1@e8a71f35", "@esy-ocaml/substs@0.0.1@d41d8cd9" ], "devDependencies": [ - "ocaml@4.14.1000@d41d8cd9", "@opam/sexplib0@opam:v0.15.1@51111c0c", - "@opam/dune@opam:3.11.1@ba2e0e6a", "@opam/base@opam:v0.15.1@e8a71f35" + "ocaml@4.14.1000@d41d8cd9", "@opam/sexplib0@opam:v0.15.1@df7962ff", + "@opam/dune@opam:3.16.1@0e7c9090", "@opam/base@opam:v0.15.1@e8a71f35" ] }, - "@opam/ordering@opam:3.11.1@92c57daa": { - "id": "@opam/ordering@opam:3.11.1@92c57daa", + "@opam/ordering@opam:3.17.1@c3903f50": { + "id": "@opam/ordering@opam:3.17.1@c3903f50", "name": "@opam/ordering", - "version": "opam:3.11.1", + "version": "opam:3.17.1", "source": { "type": "install", "source": [ - "archive:https://opam.ocaml.org/cache/sha256/86/866f2307adadaf7604f3bf9d98bb4098792baa046953a6726c96c40fc5ed3f71#sha256:866f2307adadaf7604f3bf9d98bb4098792baa046953a6726c96c40fc5ed3f71", - "archive:https://github.com/ocaml/dune/releases/download/3.11.1/dune-3.11.1.tbz#sha256:866f2307adadaf7604f3bf9d98bb4098792baa046953a6726c96c40fc5ed3f71" + "archive:https://opam.ocaml.org/cache/sha256/6b/6b9ee5ed051379a69ca45173ac6c5deb56b44a1c16e30b7c371343303d835ac6#sha256:6b9ee5ed051379a69ca45173ac6c5deb56b44a1c16e30b7c371343303d835ac6", + "archive:https://github.com/ocaml/dune/releases/download/3.17.1/dune-3.17.1.tbz#sha256:6b9ee5ed051379a69ca45173ac6c5deb56b44a1c16e30b7c371343303d835ac6" ], "opam": { "name": "ordering", - "version": "3.11.1", - "path": "esy.lock/opam/ordering.3.11.1" + "version": "3.17.1", + "path": "esy.lock/opam/ordering.3.17.1" } }, "overrides": [], "dependencies": [ - "ocaml@4.14.1000@d41d8cd9", "@opam/dune@opam:3.11.1@ba2e0e6a", + "ocaml@4.14.1000@d41d8cd9", "@opam/dune@opam:3.16.1@0e7c9090", "@esy-ocaml/substs@0.0.1@d41d8cd9" ], "devDependencies": [ - "ocaml@4.14.1000@d41d8cd9", "@opam/dune@opam:3.11.1@ba2e0e6a" + "ocaml@4.14.1000@d41d8cd9", "@opam/dune@opam:3.16.1@0e7c9090" ] }, - "@opam/omd@opam:1.3.2@511d53d2": { - "id": "@opam/omd@opam:1.3.2@511d53d2", + "@opam/omd@opam:1.3.2@f6edb8b8": { + "id": "@opam/omd@opam:1.3.2@f6edb8b8", "name": "@opam/omd", "version": "opam:1.3.2", "source": { "type": "install", "source": [ "archive:https://opam.ocaml.org/cache/sha256/60/6023e1642631f08f678eb5725820879ed7bb5a3ffee777cdedebc28c1f85fadb#sha256:6023e1642631f08f678eb5725820879ed7bb5a3ffee777cdedebc28c1f85fadb", - "archive:https://github.com/ocaml/omd/releases/download/1.3.2/omd-1.3.2.tbz#sha256:6023e1642631f08f678eb5725820879ed7bb5a3ffee777cdedebc28c1f85fadb" + "archive:https://github.com/ocaml/opam-source-archives/raw/main/omd-1.3.2.tbz#sha256:6023e1642631f08f678eb5725820879ed7bb5a3ffee777cdedebc28c1f85fadb" ], "opam": { "name": "omd", @@ -829,26 +930,26 @@ }, "overrides": [], "dependencies": [ - "ocaml@4.14.1000@d41d8cd9", "@opam/dune@opam:3.11.1@ba2e0e6a", + "ocaml@4.14.1000@d41d8cd9", "@opam/dune@opam:3.16.1@0e7c9090", "@opam/base-bytes@opam:base@19d0c2ff", "@opam/base-bigarray@opam:base@b03491b0", "@esy-ocaml/substs@0.0.1@d41d8cd9" ], "devDependencies": [ - "ocaml@4.14.1000@d41d8cd9", "@opam/dune@opam:3.11.1@ba2e0e6a", + "ocaml@4.14.1000@d41d8cd9", "@opam/dune@opam:3.16.1@0e7c9090", "@opam/base-bytes@opam:base@19d0c2ff", "@opam/base-bigarray@opam:base@b03491b0" ] }, - "@opam/octavius@opam:1.2.2@2205cc65": { - "id": "@opam/octavius@opam:1.2.2@2205cc65", + "@opam/octavius@opam:1.2.2@558886f0": { + "id": "@opam/octavius@opam:1.2.2@558886f0", "name": "@opam/octavius", "version": "opam:1.2.2", "source": { "type": "install", "source": [ - "archive:https://opam.ocaml.org/cache/md5/72/72f9e1d996e6c5089fc513cc9218607b#md5:72f9e1d996e6c5089fc513cc9218607b", - "archive:https://github.com/ocaml-doc/octavius/archive/v1.2.2.tar.gz#md5:72f9e1d996e6c5089fc513cc9218607b" + "archive:https://opam.ocaml.org/cache/sha256/ea/eac9104ce0316b69da9c44b9c477700fe0b52a888c89ce4bdf1d2b782a73e0ad#sha256:eac9104ce0316b69da9c44b9c477700fe0b52a888c89ce4bdf1d2b782a73e0ad", + "archive:https://github.com/ocaml-doc/octavius/archive/v1.2.2.tar.gz#sha256:eac9104ce0316b69da9c44b9c477700fe0b52a888c89ce4bdf1d2b782a73e0ad" ], "opam": { "name": "octavius", @@ -858,11 +959,42 @@ }, "overrides": [], "dependencies": [ - "ocaml@4.14.1000@d41d8cd9", "@opam/dune@opam:3.11.1@ba2e0e6a", + "ocaml@4.14.1000@d41d8cd9", "@opam/dune@opam:3.16.1@0e7c9090", + "@esy-ocaml/substs@0.0.1@d41d8cd9" + ], + "devDependencies": [ + "ocaml@4.14.1000@d41d8cd9", "@opam/dune@opam:3.16.1@0e7c9090" + ] + }, + "@opam/ocp-indent@opam:1.8.1@e32a3c50": { + "id": "@opam/ocp-indent@opam:1.8.1@e32a3c50", + "name": "@opam/ocp-indent", + "version": "opam:1.8.1", + "source": { + "type": "install", + "source": [ + "archive:https://opam.ocaml.org/cache/md5/70/70db6649a8c08a682ad63730c9752e31#md5:70db6649a8c08a682ad63730c9752e31", + "archive:https://github.com/OCamlPro/ocp-indent/archive/1.8.1.tar.gz#md5:70db6649a8c08a682ad63730c9752e31" + ], + "opam": { + "name": "ocp-indent", + "version": "1.8.1", + "path": "esy.lock/opam/ocp-indent.1.8.1" + } + }, + "overrides": [], + "dependencies": [ + "ocaml@4.14.1000@d41d8cd9", "@opam/ocamlfind@opam:1.9.3@6f4741ee", + "@opam/dune@opam:3.16.1@0e7c9090", + "@opam/cmdliner@opam:1.3.0@f8c5e0f3", + "@opam/base-bytes@opam:base@19d0c2ff", "@esy-ocaml/substs@0.0.1@d41d8cd9" ], "devDependencies": [ - "ocaml@4.14.1000@d41d8cd9", "@opam/dune@opam:3.11.1@ba2e0e6a" + "ocaml@4.14.1000@d41d8cd9", "@opam/ocamlfind@opam:1.9.3@6f4741ee", + "@opam/dune@opam:3.16.1@0e7c9090", + "@opam/cmdliner@opam:1.3.0@f8c5e0f3", + "@opam/base-bytes@opam:base@19d0c2ff" ] }, "@opam/ocamlgraph@opam:2.1.0@c06ba8fc": { @@ -884,59 +1016,147 @@ "overrides": [], "dependencies": [ "ocaml@4.14.1000@d41d8cd9", "@opam/stdlib-shims@opam:0.3.0@72c7bc98", - "@opam/dune@opam:3.11.1@ba2e0e6a", "@esy-ocaml/substs@0.0.1@d41d8cd9" + "@opam/dune@opam:3.16.1@0e7c9090", "@esy-ocaml/substs@0.0.1@d41d8cd9" ], "devDependencies": [ "ocaml@4.14.1000@d41d8cd9", "@opam/stdlib-shims@opam:0.3.0@72c7bc98", - "@opam/dune@opam:3.11.1@ba2e0e6a" + "@opam/dune@opam:3.16.1@0e7c9090" ] }, - "@opam/ocamlformat-rpc-lib@opam:0.26.1@1f552fda": { - "id": "@opam/ocamlformat-rpc-lib@opam:0.26.1@1f552fda", + "@opam/ocamlformat-rpc-lib@opam:0.27.0@b911ff6f": { + "id": "@opam/ocamlformat-rpc-lib@opam:0.27.0@b911ff6f", "name": "@opam/ocamlformat-rpc-lib", - "version": "opam:0.26.1", + "version": "opam:0.27.0", "source": { "type": "install", "source": [ - "archive:https://opam.ocaml.org/cache/sha256/da/da006e427f15b9ec612fb808d446599bd9b7c3ee25abeb3d555747a70d74c6d7#sha256:da006e427f15b9ec612fb808d446599bd9b7c3ee25abeb3d555747a70d74c6d7", - "archive:https://github.com/ocaml-ppx/ocamlformat/releases/download/0.26.1/ocamlformat-0.26.1.tbz#sha256:da006e427f15b9ec612fb808d446599bd9b7c3ee25abeb3d555747a70d74c6d7" + "archive:https://opam.ocaml.org/cache/sha256/dd/ddbf484c076d08f99400ee84b790ec231f5c8fcbd5d3324a6400d5388e846d15#sha256:ddbf484c076d08f99400ee84b790ec231f5c8fcbd5d3324a6400d5388e846d15", + "archive:https://github.com/ocaml-ppx/ocamlformat/releases/download/0.27.0/ocamlformat-0.27.0.tbz#sha256:ddbf484c076d08f99400ee84b790ec231f5c8fcbd5d3324a6400d5388e846d15" ], "opam": { "name": "ocamlformat-rpc-lib", - "version": "0.26.1", - "path": "esy.lock/opam/ocamlformat-rpc-lib.0.26.1" + "version": "0.27.0", + "path": "esy.lock/opam/ocamlformat-rpc-lib.0.27.0" } }, "overrides": [], "dependencies": [ - "ocaml@4.14.1000@d41d8cd9", "@opam/dune@opam:3.11.1@ba2e0e6a", + "ocaml@4.14.1000@d41d8cd9", "@opam/dune@opam:3.16.1@0e7c9090", "@opam/csexp@opam:1.5.2@46614bf4", "@esy-ocaml/substs@0.0.1@d41d8cd9" ], "devDependencies": [ - "ocaml@4.14.1000@d41d8cd9", "@opam/dune@opam:3.11.1@ba2e0e6a", + "ocaml@4.14.1000@d41d8cd9", "@opam/dune@opam:3.16.1@0e7c9090", "@opam/csexp@opam:1.5.2@46614bf4" ] }, - "@opam/ocamlfind@opam:1.9.6@da5169c7": { - "id": "@opam/ocamlfind@opam:1.9.6@da5169c7", + "@opam/ocamlformat-lib@opam:0.26.2@b1abae82": { + "id": "@opam/ocamlformat-lib@opam:0.26.2@b1abae82", + "name": "@opam/ocamlformat-lib", + "version": "opam:0.26.2", + "source": { + "type": "install", + "source": [ + "archive:https://opam.ocaml.org/cache/sha256/2e/2e4f596bf7aa367a844fe83ba0f6b0bf14b2a65179ddc082363fe9793d0375c5#sha256:2e4f596bf7aa367a844fe83ba0f6b0bf14b2a65179ddc082363fe9793d0375c5", + "archive:https://github.com/ocaml-ppx/ocamlformat/releases/download/0.26.2/ocamlformat-0.26.2.tbz#sha256:2e4f596bf7aa367a844fe83ba0f6b0bf14b2a65179ddc082363fe9793d0375c5" + ], + "opam": { + "name": "ocamlformat-lib", + "version": "0.26.2", + "path": "esy.lock/opam/ocamlformat-lib.0.26.2" + } + }, + "overrides": [], + "dependencies": [ + "ocaml@4.14.1000@d41d8cd9", "@opam/uutf@opam:1.0.3@47c95a18", + "@opam/uuseg@opam:16.0.0@7990dd8f", + "@opam/stdio@opam:v0.15.0@aeefdf96", + "@opam/result@opam:1.5@5a755845", + "@opam/ocp-indent@opam:1.8.1@e32a3c50", + "@opam/ocaml-version@opam:3.7.2@aa04286b", + "@opam/menhirSdk@opam:20220210@fe146ed3", + "@opam/menhirLib@opam:20220210@9afeb270", + "@opam/menhir@opam:20220210@879a0c13", + "@opam/fpath@opam:0.7.3@ba8dd432", + "@opam/fix@opam:20230505@941a65ff", + "@opam/either@opam:1.0.0@378fa7c4", + "@opam/dune-build-info@opam:3.17.1@dcf31e27", + "@opam/dune@opam:3.16.1@0e7c9090", "@opam/csexp@opam:1.5.2@46614bf4", + "@opam/camlp-streams@opam:5.0.1@daaa0f94", + "@opam/base@opam:v0.15.1@e8a71f35", + "@opam/astring@opam:0.8.5@6db2b8c5", + "@esy-ocaml/substs@0.0.1@d41d8cd9" + ], + "devDependencies": [ + "ocaml@4.14.1000@d41d8cd9", "@opam/uutf@opam:1.0.3@47c95a18", + "@opam/uuseg@opam:16.0.0@7990dd8f", + "@opam/stdio@opam:v0.15.0@aeefdf96", + "@opam/result@opam:1.5@5a755845", + "@opam/ocp-indent@opam:1.8.1@e32a3c50", + "@opam/ocaml-version@opam:3.7.2@aa04286b", + "@opam/menhirSdk@opam:20220210@fe146ed3", + "@opam/menhirLib@opam:20220210@9afeb270", + "@opam/menhir@opam:20220210@879a0c13", + "@opam/fpath@opam:0.7.3@ba8dd432", + "@opam/fix@opam:20230505@941a65ff", + "@opam/either@opam:1.0.0@378fa7c4", + "@opam/dune-build-info@opam:3.17.1@dcf31e27", + "@opam/dune@opam:3.16.1@0e7c9090", "@opam/csexp@opam:1.5.2@46614bf4", + "@opam/camlp-streams@opam:5.0.1@daaa0f94", + "@opam/base@opam:v0.15.1@e8a71f35", + "@opam/astring@opam:0.8.5@6db2b8c5" + ] + }, + "@opam/ocamlformat@opam:0.26.2@fc61a2f3": { + "id": "@opam/ocamlformat@opam:0.26.2@fc61a2f3", + "name": "@opam/ocamlformat", + "version": "opam:0.26.2", + "source": { + "type": "install", + "source": [ + "archive:https://opam.ocaml.org/cache/sha256/2e/2e4f596bf7aa367a844fe83ba0f6b0bf14b2a65179ddc082363fe9793d0375c5#sha256:2e4f596bf7aa367a844fe83ba0f6b0bf14b2a65179ddc082363fe9793d0375c5", + "archive:https://github.com/ocaml-ppx/ocamlformat/releases/download/0.26.2/ocamlformat-0.26.2.tbz#sha256:2e4f596bf7aa367a844fe83ba0f6b0bf14b2a65179ddc082363fe9793d0375c5" + ], + "opam": { + "name": "ocamlformat", + "version": "0.26.2", + "path": "esy.lock/opam/ocamlformat.0.26.2" + } + }, + "overrides": [], + "dependencies": [ + "ocaml@4.14.1000@d41d8cd9", "@opam/re@opam:1.12.0@42f7a5b9", + "@opam/ocamlformat-lib@opam:0.26.2@b1abae82", + "@opam/dune@opam:3.16.1@0e7c9090", + "@opam/cmdliner@opam:1.3.0@f8c5e0f3", + "@esy-ocaml/substs@0.0.1@d41d8cd9" + ], + "devDependencies": [ + "ocaml@4.14.1000@d41d8cd9", "@opam/re@opam:1.12.0@42f7a5b9", + "@opam/ocamlformat-lib@opam:0.26.2@b1abae82", + "@opam/dune@opam:3.16.1@0e7c9090", + "@opam/cmdliner@opam:1.3.0@f8c5e0f3" + ] + }, + "@opam/ocamlfind@opam:1.9.3@6f4741ee": { + "id": "@opam/ocamlfind@opam:1.9.3@6f4741ee", "name": "@opam/ocamlfind", - "version": "opam:1.9.6", + "version": "opam:1.9.3", "source": { "type": "install", "source": [ - "archive:https://opam.ocaml.org/cache/md5/96/96c6ee50a32cca9ca277321262dbec57#md5:96c6ee50a32cca9ca277321262dbec57", - "archive:http://download.camlcity.org/download/findlib-1.9.6.tar.gz#md5:96c6ee50a32cca9ca277321262dbec57" + "archive:https://opam.ocaml.org/cache/md5/24/24047dd8a0da5322253de9b7aa254e42#md5:24047dd8a0da5322253de9b7aa254e42", + "archive:http://download.camlcity.org/download/findlib-1.9.3.tar.gz#md5:24047dd8a0da5322253de9b7aa254e42" ], "opam": { "name": "ocamlfind", - "version": "1.9.6", - "path": "esy.lock/opam/ocamlfind.1.9.6" + "version": "1.9.3", + "path": "esy.lock/opam/ocamlfind.1.9.3" } }, "overrides": [ { "opamoverride": - "esy.lock/overrides/opam__s__ocamlfind_opam__c__1.9.6_opam_override" + "esy.lock/overrides/opam__s__ocamlfind_opam__c__1.9.3_opam_override" } ], "dependencies": [ @@ -944,40 +1164,51 @@ ], "devDependencies": [ "ocaml@4.14.1000@d41d8cd9" ] }, - "@opam/ocamlbuild@opam:0.14.2+win@39b9f56d": { - "id": "@opam/ocamlbuild@opam:0.14.2+win@39b9f56d", + "@opam/ocamlbuild@opam:0.15.0@58d40202": { + "id": "@opam/ocamlbuild@opam:0.15.0@58d40202", "name": "@opam/ocamlbuild", - "version": "opam:0.14.2+win", + "version": "opam:0.15.0", "source": { "type": "install", "source": [ - "archive:https://opam.ocaml.org/cache/md5/2f/2f407fadd57b073155a6aead887d9676#md5:2f407fadd57b073155a6aead887d9676", - "archive:https://github.com/ocaml/ocamlbuild/archive/refs/tags/0.14.2.tar.gz#md5:2f407fadd57b073155a6aead887d9676" + "archive:https://opam.ocaml.org/cache/sha512/c8/c8311a9a78491bf759eb27153d6ba4692d27cd935759a145f96a8ba8f3c2e97cef54e7d654ed1c2c07c74f60482a4fef5224e26d0f04450e69cdcb9418c762d3#sha512:c8311a9a78491bf759eb27153d6ba4692d27cd935759a145f96a8ba8f3c2e97cef54e7d654ed1c2c07c74f60482a4fef5224e26d0f04450e69cdcb9418c762d3", + "archive:https://github.com/ocaml/ocamlbuild/archive/refs/tags/0.15.0.tar.gz#sha512:c8311a9a78491bf759eb27153d6ba4692d27cd935759a145f96a8ba8f3c2e97cef54e7d654ed1c2c07c74f60482a4fef5224e26d0f04450e69cdcb9418c762d3" ], "opam": { "name": "ocamlbuild", - "version": "0.14.2+win", - "path": "esy.lock/opam/ocamlbuild.0.14.2+win" + "version": "0.15.0", + "path": "esy.lock/opam/ocamlbuild.0.15.0" } }, - "overrides": [ - { - "opamoverride": - "esy.lock/overrides/opam__s__ocamlbuild_opam__c__0.14.2+win_opam_override" - } - ], + "overrides": [], "dependencies": [ "ocaml@4.14.1000@d41d8cd9", "@esy-ocaml/substs@0.0.1@d41d8cd9" ], - "devDependencies": [ "ocaml@4.14.1000@d41d8cd9" ], - "extraSources": [ - { - "checksum": - "sha256:a9b7e1829a3304e5a073d8ddea29d3d8272698e93b7e1ee659ae5e31e5cfb6b9", - "url": - "https://raw.githubusercontent.com/ocaml-opam/opam-repository-mingw/354a87b397856f2a70024c5c83fc5001074935b6/packages/ocamlbuild/ocamlbuild.0.14.2/files/ocamlbuild-0.14.2.patch", - "relativePath": "ocamlbuild-0.14.2.patch" + "devDependencies": [ "ocaml@4.14.1000@d41d8cd9" ] + }, + "@opam/ocaml-version@opam:3.7.2@aa04286b": { + "id": "@opam/ocaml-version@opam:3.7.2@aa04286b", + "name": "@opam/ocaml-version", + "version": "opam:3.7.2", + "source": { + "type": "install", + "source": [ + "archive:https://opam.ocaml.org/cache/md5/ff/ff2566c392ed9d2faa0b437dd4e43d8d#md5:ff2566c392ed9d2faa0b437dd4e43d8d", + "archive:https://github.com/ocurrent/ocaml-version/releases/download/v3.7.2/ocaml-version-3.7.2.tbz#md5:ff2566c392ed9d2faa0b437dd4e43d8d" + ], + "opam": { + "name": "ocaml-version", + "version": "3.7.2", + "path": "esy.lock/opam/ocaml-version.3.7.2" } + }, + "overrides": [], + "dependencies": [ + "ocaml@4.14.1000@d41d8cd9", "@opam/dune@opam:3.16.1@0e7c9090", + "@esy-ocaml/substs@0.0.1@d41d8cd9" + ], + "devDependencies": [ + "ocaml@4.14.1000@d41d8cd9", "@opam/dune@opam:3.16.1@0e7c9090" ] }, "@opam/ocaml-syntax-shims@opam:1.0.0@9f361fbb": { @@ -998,11 +1229,11 @@ }, "overrides": [], "dependencies": [ - "ocaml@4.14.1000@d41d8cd9", "@opam/dune@opam:3.11.1@ba2e0e6a", + "ocaml@4.14.1000@d41d8cd9", "@opam/dune@opam:3.16.1@0e7c9090", "@esy-ocaml/substs@0.0.1@d41d8cd9" ], "devDependencies": [ - "ocaml@4.14.1000@d41d8cd9", "@opam/dune@opam:3.11.1@ba2e0e6a" + "ocaml@4.14.1000@d41d8cd9", "@opam/dune@opam:3.16.1@0e7c9090" ] }, "@opam/ocaml-lsp-server@opam:1.14.1@ac41cc96": { @@ -1023,43 +1254,43 @@ }, "overrides": [], "dependencies": [ - "ocaml@4.14.1000@d41d8cd9", "@opam/yojson@opam:2.1.1@ad5e299c", - "@opam/xdg@opam:3.11.1@1e207b0b", "@opam/uutf@opam:1.0.3@47c95a18", - "@opam/stdune@opam:3.11.1@9a840882", - "@opam/spawn@opam:v0.15.1@85e9d6f1", "@opam/re@opam:1.11.0@87deb463", + "ocaml@4.14.1000@d41d8cd9", "@opam/yojson@opam:2.2.2@0786d153", + "@opam/xdg@opam:3.17.1@8e5ccc4e", "@opam/uutf@opam:1.0.3@47c95a18", + "@opam/stdune@opam:3.17.1@233393b1", + "@opam/spawn@opam:v0.17.0@d0f69739", "@opam/re@opam:1.12.0@42f7a5b9", "@opam/ppx_yojson_conv_lib@opam:v0.16.0@33740c3c", - "@opam/pp@opam:1.2.0@16430027", - "@opam/ordering@opam:3.11.1@92c57daa", - "@opam/omd@opam:1.3.2@511d53d2", - "@opam/octavius@opam:1.2.2@2205cc65", - "@opam/ocamlformat-rpc-lib@opam:0.26.1@1f552fda", - "@opam/fiber@opam:3.7.0@d70e2471", "@opam/dyn@opam:3.11.1@d3c74846", - "@opam/dune-rpc@opam:3.11.1@1197fefa", - "@opam/dune-build-info@opam:3.11.1@0dfbdab2", - "@opam/dune@opam:3.11.1@ba2e0e6a", "@opam/csexp@opam:1.5.2@46614bf4", - "@opam/chrome-trace@opam:3.11.1@0e9213a3", + "@opam/pp@opam:2.0.0@2177bbde", + "@opam/ordering@opam:3.17.1@c3903f50", + "@opam/omd@opam:1.3.2@f6edb8b8", + "@opam/octavius@opam:1.2.2@558886f0", + "@opam/ocamlformat-rpc-lib@opam:0.27.0@b911ff6f", + "@opam/fiber@opam:3.7.0@bf633a34", "@opam/dyn@opam:3.17.1@4193bc51", + "@opam/dune-rpc@opam:3.17.1@42a7e4b7", + "@opam/dune-build-info@opam:3.17.1@dcf31e27", + "@opam/dune@opam:3.16.1@0e7c9090", "@opam/csexp@opam:1.5.2@46614bf4", + "@opam/chrome-trace@opam:3.17.1@e02b49c6", "@esy-ocaml/substs@0.0.1@d41d8cd9" ], "devDependencies": [ - "ocaml@4.14.1000@d41d8cd9", "@opam/yojson@opam:2.1.1@ad5e299c", - "@opam/xdg@opam:3.11.1@1e207b0b", "@opam/uutf@opam:1.0.3@47c95a18", - "@opam/stdune@opam:3.11.1@9a840882", - "@opam/spawn@opam:v0.15.1@85e9d6f1", "@opam/re@opam:1.11.0@87deb463", + "ocaml@4.14.1000@d41d8cd9", "@opam/yojson@opam:2.2.2@0786d153", + "@opam/xdg@opam:3.17.1@8e5ccc4e", "@opam/uutf@opam:1.0.3@47c95a18", + "@opam/stdune@opam:3.17.1@233393b1", + "@opam/spawn@opam:v0.17.0@d0f69739", "@opam/re@opam:1.12.0@42f7a5b9", "@opam/ppx_yojson_conv_lib@opam:v0.16.0@33740c3c", - "@opam/pp@opam:1.2.0@16430027", - "@opam/ordering@opam:3.11.1@92c57daa", - "@opam/omd@opam:1.3.2@511d53d2", - "@opam/octavius@opam:1.2.2@2205cc65", - "@opam/ocamlformat-rpc-lib@opam:0.26.1@1f552fda", - "@opam/fiber@opam:3.7.0@d70e2471", "@opam/dyn@opam:3.11.1@d3c74846", - "@opam/dune-rpc@opam:3.11.1@1197fefa", - "@opam/dune-build-info@opam:3.11.1@0dfbdab2", - "@opam/dune@opam:3.11.1@ba2e0e6a", "@opam/csexp@opam:1.5.2@46614bf4", - "@opam/chrome-trace@opam:3.11.1@0e9213a3" - ] - }, - "@opam/ocaml-compiler-libs@opam:v0.12.4@41979882": { - "id": "@opam/ocaml-compiler-libs@opam:v0.12.4@41979882", + "@opam/pp@opam:2.0.0@2177bbde", + "@opam/ordering@opam:3.17.1@c3903f50", + "@opam/omd@opam:1.3.2@f6edb8b8", + "@opam/octavius@opam:1.2.2@558886f0", + "@opam/ocamlformat-rpc-lib@opam:0.27.0@b911ff6f", + "@opam/fiber@opam:3.7.0@bf633a34", "@opam/dyn@opam:3.17.1@4193bc51", + "@opam/dune-rpc@opam:3.17.1@42a7e4b7", + "@opam/dune-build-info@opam:3.17.1@dcf31e27", + "@opam/dune@opam:3.16.1@0e7c9090", "@opam/csexp@opam:1.5.2@46614bf4", + "@opam/chrome-trace@opam:3.17.1@e02b49c6" + ] + }, + "@opam/ocaml-compiler-libs@opam:v0.12.4@57a85ad1": { + "id": "@opam/ocaml-compiler-libs@opam:v0.12.4@57a85ad1", "name": "@opam/ocaml-compiler-libs", "version": "opam:v0.12.4", "source": { @@ -1076,64 +1307,63 @@ }, "overrides": [], "dependencies": [ - "ocaml@4.14.1000@d41d8cd9", "@opam/dune@opam:3.11.1@ba2e0e6a", + "ocaml@4.14.1000@d41d8cd9", "@opam/dune@opam:3.16.1@0e7c9090", "@esy-ocaml/substs@0.0.1@d41d8cd9" ], "devDependencies": [ - "ocaml@4.14.1000@d41d8cd9", "@opam/dune@opam:3.11.1@ba2e0e6a" + "ocaml@4.14.1000@d41d8cd9", "@opam/dune@opam:3.16.1@0e7c9090" ] }, - "@opam/num@opam:1.4@16d26a67": { - "id": "@opam/num@opam:1.4@16d26a67", + "@opam/num@opam:1.5@679a0ea5": { + "id": "@opam/num@opam:1.5@679a0ea5", "name": "@opam/num", - "version": "opam:1.4", + "version": "opam:1.5", "source": { "type": "install", "source": [ - "archive:https://opam.ocaml.org/cache/md5/cd/cda2b727e116a0b6a9c03902cc4b2415#md5:cda2b727e116a0b6a9c03902cc4b2415", - "archive:https://github.com/ocaml/num/archive/v1.4.tar.gz#md5:cda2b727e116a0b6a9c03902cc4b2415" + "archive:https://opam.ocaml.org/cache/md5/b1/b1f9405dfe5f573ea187f122f789ae57#md5:b1f9405dfe5f573ea187f122f789ae57", + "archive:https://github.com/ocaml/num/archive/v1.5.tar.gz#md5:b1f9405dfe5f573ea187f122f789ae57" ], "opam": { "name": "num", - "version": "1.4", - "path": "esy.lock/opam/num.1.4" + "version": "1.5", + "path": "esy.lock/opam/num.1.5" } }, "overrides": [ { "opamoverride": - "esy.lock/overrides/opam__s__num_opam__c__1.4_opam_override" + "esy.lock/overrides/opam__s__num_opam__c__1.5_opam_override" } ], "dependencies": [ - "ocaml@4.14.1000@d41d8cd9", "@opam/ocamlfind@opam:1.9.6@da5169c7", - "@esy-ocaml/substs@0.0.1@d41d8cd9" + "ocaml@4.14.1000@d41d8cd9", "@esy-ocaml/substs@0.0.1@d41d8cd9" ], "devDependencies": [ "ocaml@4.14.1000@d41d8cd9" ] }, - "@opam/merlin-extend@opam:0.6.1@7d979feb": { - "id": "@opam/merlin-extend@opam:0.6.1@7d979feb", + "@opam/merlin-extend@opam:0.6.2@f9530fc0": { + "id": "@opam/merlin-extend@opam:0.6.2@f9530fc0", "name": "@opam/merlin-extend", - "version": "opam:0.6.1", + "version": "opam:0.6.2", "source": { "type": "install", "source": [ - "archive:https://opam.ocaml.org/cache/sha256/5e/5ec84b355ddb2d129a5948b132bfacc93adcbde2158c7de695f7bfc3650bead7#sha256:5ec84b355ddb2d129a5948b132bfacc93adcbde2158c7de695f7bfc3650bead7", - "archive:https://github.com/let-def/merlin-extend/releases/download/v0.6.1/merlin-extend-0.6.1.tbz#sha256:5ec84b355ddb2d129a5948b132bfacc93adcbde2158c7de695f7bfc3650bead7" + "archive:https://opam.ocaml.org/cache/sha256/47/47558e7f30b64462f2b9c82fb7f787133acfa0d5132452b6ad7848e0b0f4d779#sha256:47558e7f30b64462f2b9c82fb7f787133acfa0d5132452b6ad7848e0b0f4d779", + "archive:https://github.com/let-def/merlin-extend/releases/download/v0.6.2/merlin-extend-0.6.2.tbz#sha256:47558e7f30b64462f2b9c82fb7f787133acfa0d5132452b6ad7848e0b0f4d779" ], "opam": { "name": "merlin-extend", - "version": "0.6.1", - "path": "esy.lock/opam/merlin-extend.0.6.1" + "version": "0.6.2", + "path": "esy.lock/opam/merlin-extend.0.6.2" } }, "overrides": [], "dependencies": [ - "ocaml@4.14.1000@d41d8cd9", "@opam/dune@opam:3.11.1@ba2e0e6a", - "@opam/cppo@opam:1.6.9@db929a12", "@esy-ocaml/substs@0.0.1@d41d8cd9" + "ocaml@4.14.1000@d41d8cd9", "@opam/dune@opam:3.16.1@0e7c9090", + "@opam/cppo@opam:1.8.0@b48266ea", "@esy-ocaml/substs@0.0.1@d41d8cd9" ], "devDependencies": [ - "ocaml@4.14.1000@d41d8cd9", "@opam/dune@opam:3.11.1@ba2e0e6a" + "ocaml@4.14.1000@d41d8cd9", "@opam/dune@opam:3.16.1@0e7c9090" ] }, "@opam/menhirSdk@opam:20220210@fe146ed3": { @@ -1154,11 +1384,11 @@ }, "overrides": [], "dependencies": [ - "ocaml@4.14.1000@d41d8cd9", "@opam/dune@opam:3.11.1@ba2e0e6a", + "ocaml@4.14.1000@d41d8cd9", "@opam/dune@opam:3.16.1@0e7c9090", "@esy-ocaml/substs@0.0.1@d41d8cd9" ], "devDependencies": [ - "ocaml@4.14.1000@d41d8cd9", "@opam/dune@opam:3.11.1@ba2e0e6a" + "ocaml@4.14.1000@d41d8cd9", "@opam/dune@opam:3.16.1@0e7c9090" ] }, "@opam/menhirLib@opam:20220210@9afeb270": { @@ -1179,11 +1409,11 @@ }, "overrides": [], "dependencies": [ - "ocaml@4.14.1000@d41d8cd9", "@opam/dune@opam:3.11.1@ba2e0e6a", + "ocaml@4.14.1000@d41d8cd9", "@opam/dune@opam:3.16.1@0e7c9090", "@esy-ocaml/substs@0.0.1@d41d8cd9" ], "devDependencies": [ - "ocaml@4.14.1000@d41d8cd9", "@opam/dune@opam:3.11.1@ba2e0e6a" + "ocaml@4.14.1000@d41d8cd9", "@opam/dune@opam:3.16.1@0e7c9090" ] }, "@opam/menhir@opam:20220210@879a0c13": { @@ -1206,54 +1436,56 @@ "dependencies": [ "ocaml@4.14.1000@d41d8cd9", "@opam/menhirSdk@opam:20220210@fe146ed3", "@opam/menhirLib@opam:20220210@9afeb270", - "@opam/dune@opam:3.11.1@ba2e0e6a", "@esy-ocaml/substs@0.0.1@d41d8cd9" + "@opam/dune@opam:3.16.1@0e7c9090", "@esy-ocaml/substs@0.0.1@d41d8cd9" ], "devDependencies": [ "ocaml@4.14.1000@d41d8cd9", "@opam/menhirSdk@opam:20220210@fe146ed3", "@opam/menhirLib@opam:20220210@9afeb270", - "@opam/dune@opam:3.11.1@ba2e0e6a" + "@opam/dune@opam:3.16.1@0e7c9090" ] }, - "@opam/js_of_ocaml-compiler@opam:5.0.1@49a39906": { - "id": "@opam/js_of_ocaml-compiler@opam:5.0.1@49a39906", + "@opam/js_of_ocaml-compiler@opam:5.9.1@7cc60e82": { + "id": "@opam/js_of_ocaml-compiler@opam:5.9.1@7cc60e82", "name": "@opam/js_of_ocaml-compiler", - "version": "opam:5.0.1", + "version": "opam:5.9.1", "source": { "type": "install", "source": [ - "archive:https://opam.ocaml.org/cache/sha256/7a/7a210f1ca16a742381947dc67c3d8d9f4c94fbf20738744b1353897985b61069#sha256:7a210f1ca16a742381947dc67c3d8d9f4c94fbf20738744b1353897985b61069", - "archive:https://github.com/ocsigen/js_of_ocaml/releases/download/5.0.1/js_of_ocaml-5.0.1.tbz#sha256:7a210f1ca16a742381947dc67c3d8d9f4c94fbf20738744b1353897985b61069" + "archive:https://opam.ocaml.org/cache/sha256/68/68c95c60871d8e9c9a54c82f35e2ed50413bcb440f220d0b3516b2a1ee1c7307#sha256:68c95c60871d8e9c9a54c82f35e2ed50413bcb440f220d0b3516b2a1ee1c7307", + "archive:https://github.com/ocsigen/js_of_ocaml/releases/download/5.9.1/js_of_ocaml-5.9.1.tbz#sha256:68c95c60871d8e9c9a54c82f35e2ed50413bcb440f220d0b3516b2a1ee1c7307" ], "opam": { "name": "js_of_ocaml-compiler", - "version": "5.0.1", - "path": "esy.lock/opam/js_of_ocaml-compiler.5.0.1" + "version": "5.9.1", + "path": "esy.lock/opam/js_of_ocaml-compiler.5.9.1" } }, "overrides": [], "dependencies": [ - "ocaml@4.14.1000@d41d8cd9", "@opam/yojson@opam:2.1.1@ad5e299c", - "@opam/ppxlib@opam:0.29.1@a8bb9506", - "@opam/ocamlfind@opam:1.9.6@da5169c7", + "ocaml@4.14.1000@d41d8cd9", "@opam/yojson@opam:2.2.2@0786d153", + "@opam/sedlex@opam:3.3@2816550b", + "@opam/ppxlib@opam:0.33.1~5.3preview@770be290", + "@opam/ocamlfind@opam:1.9.3@6f4741ee", "@opam/menhirSdk@opam:20220210@fe146ed3", "@opam/menhirLib@opam:20220210@9afeb270", "@opam/menhir@opam:20220210@879a0c13", - "@opam/dune@opam:3.11.1@ba2e0e6a", - "@opam/cmdliner@opam:1.2.0@b0c6143c", + "@opam/dune@opam:3.16.1@0e7c9090", + "@opam/cmdliner@opam:1.3.0@f8c5e0f3", "@esy-ocaml/substs@0.0.1@d41d8cd9" ], "devDependencies": [ - "ocaml@4.14.1000@d41d8cd9", "@opam/yojson@opam:2.1.1@ad5e299c", - "@opam/ppxlib@opam:0.29.1@a8bb9506", + "ocaml@4.14.1000@d41d8cd9", "@opam/yojson@opam:2.2.2@0786d153", + "@opam/sedlex@opam:3.3@2816550b", + "@opam/ppxlib@opam:0.33.1~5.3preview@770be290", "@opam/menhirSdk@opam:20220210@fe146ed3", "@opam/menhirLib@opam:20220210@9afeb270", "@opam/menhir@opam:20220210@879a0c13", - "@opam/dune@opam:3.11.1@ba2e0e6a", - "@opam/cmdliner@opam:1.2.0@b0c6143c" + "@opam/dune@opam:3.16.1@0e7c9090", + "@opam/cmdliner@opam:1.3.0@f8c5e0f3" ] }, - "@opam/gen@opam:1.1@059b2731": { - "id": "@opam/gen@opam:1.1@059b2731", + "@opam/gen@opam:1.1@55327887": { + "id": "@opam/gen@opam:1.1@55327887", "name": "@opam/gen", "version": "opam:1.1", "source": { @@ -1270,12 +1502,12 @@ }, "overrides": [], "dependencies": [ - "ocaml@4.14.1000@d41d8cd9", "@opam/seq@opam:base@d8d7de1d", - "@opam/dune@opam:3.11.1@ba2e0e6a", "@esy-ocaml/substs@0.0.1@d41d8cd9" + "ocaml@4.14.1000@d41d8cd9", "@opam/seq@opam:base@5ed5af70", + "@opam/dune@opam:3.16.1@0e7c9090", "@esy-ocaml/substs@0.0.1@d41d8cd9" ], "devDependencies": [ - "ocaml@4.14.1000@d41d8cd9", "@opam/seq@opam:base@d8d7de1d", - "@opam/dune@opam:3.11.1@ba2e0e6a" + "ocaml@4.14.1000@d41d8cd9", "@opam/seq@opam:base@5ed5af70", + "@opam/dune@opam:3.16.1@0e7c9090" ] }, "@opam/fs@github:reasonml/reason-native:fs.opam#fcb74949f8dcbe68f10d4daaee6b9b864b5baff0@d41d8cd9": { @@ -1294,12 +1526,40 @@ "dependencies": [ "ocaml@4.14.1000@d41d8cd9", "@opam/reason@opam:3.9.0@2a7c0e6f", "@opam/fp@github:reasonml/reason-native:fp.opam#fcb74949f8dcbe68f10d4daaee6b9b864b5baff0@d41d8cd9", - "@opam/dune@opam:3.11.1@ba2e0e6a", "@esy-ocaml/substs@0.0.1@d41d8cd9" + "@opam/dune@opam:3.16.1@0e7c9090", "@esy-ocaml/substs@0.0.1@d41d8cd9" ], "devDependencies": [ "ocaml@4.14.1000@d41d8cd9", "@opam/reason@opam:3.9.0@2a7c0e6f", "@opam/fp@github:reasonml/reason-native:fp.opam#fcb74949f8dcbe68f10d4daaee6b9b864b5baff0@d41d8cd9", - "@opam/dune@opam:3.11.1@ba2e0e6a" + "@opam/dune@opam:3.16.1@0e7c9090" + ] + }, + "@opam/fpath@opam:0.7.3@ba8dd432": { + "id": "@opam/fpath@opam:0.7.3@ba8dd432", + "name": "@opam/fpath", + "version": "opam:0.7.3", + "source": { + "type": "install", + "source": [ + "archive:https://opam.ocaml.org/cache/sha256/12/12b08ff192d037d9b6d69e9ca19d1d385184f20b3237c27231e437ac81ace70f#sha256:12b08ff192d037d9b6d69e9ca19d1d385184f20b3237c27231e437ac81ace70f", + "archive:https://erratique.ch/software/fpath/releases/fpath-0.7.3.tbz#sha256:12b08ff192d037d9b6d69e9ca19d1d385184f20b3237c27231e437ac81ace70f" + ], + "opam": { + "name": "fpath", + "version": "0.7.3", + "path": "esy.lock/opam/fpath.0.7.3" + } + }, + "overrides": [], + "dependencies": [ + "ocaml@4.14.1000@d41d8cd9", "@opam/topkg@opam:1.0.7@7ee47d76", + "@opam/ocamlfind@opam:1.9.3@6f4741ee", + "@opam/ocamlbuild@opam:0.15.0@58d40202", + "@opam/astring@opam:0.8.5@6db2b8c5", + "@esy-ocaml/substs@0.0.1@d41d8cd9" + ], + "devDependencies": [ + "ocaml@4.14.1000@d41d8cd9", "@opam/astring@opam:0.8.5@6db2b8c5" ] }, "@opam/fp@github:reasonml/reason-native:fp.opam#fcb74949f8dcbe68f10d4daaee6b9b864b5baff0@d41d8cd9": { @@ -1317,11 +1577,11 @@ "overrides": [], "dependencies": [ "ocaml@4.14.1000@d41d8cd9", "@opam/reason@opam:3.9.0@2a7c0e6f", - "@opam/dune@opam:3.11.1@ba2e0e6a", "@esy-ocaml/substs@0.0.1@d41d8cd9" + "@opam/dune@opam:3.16.1@0e7c9090", "@esy-ocaml/substs@0.0.1@d41d8cd9" ], "devDependencies": [ "ocaml@4.14.1000@d41d8cd9", "@opam/reason@opam:3.9.0@2a7c0e6f", - "@opam/dune@opam:3.11.1@ba2e0e6a" + "@opam/dune@opam:3.16.1@0e7c9090" ] }, "@opam/fix@opam:20230505@941a65ff": { @@ -1342,11 +1602,11 @@ }, "overrides": [], "dependencies": [ - "ocaml@4.14.1000@d41d8cd9", "@opam/dune@opam:3.11.1@ba2e0e6a", + "ocaml@4.14.1000@d41d8cd9", "@opam/dune@opam:3.16.1@0e7c9090", "@esy-ocaml/substs@0.0.1@d41d8cd9" ], "devDependencies": [ - "ocaml@4.14.1000@d41d8cd9", "@opam/dune@opam:3.11.1@ba2e0e6a" + "ocaml@4.14.1000@d41d8cd9", "@opam/dune@opam:3.16.1@0e7c9090" ] }, "@opam/file-context-printer@github:reasonml/reason-native:file-context-printer.opam#fcb74949f8dcbe68f10d4daaee6b9b864b5baff0@d41d8cd9": { @@ -1364,19 +1624,19 @@ "overrides": [], "dependencies": [ "ocaml@4.14.1000@d41d8cd9", "@opam/reason@opam:3.9.0@2a7c0e6f", - "@opam/re@opam:1.11.0@87deb463", + "@opam/re@opam:1.12.0@42f7a5b9", "@opam/pastel@github:reasonml/reason-native:pastel.opam#fcb74949f8dcbe68f10d4daaee6b9b864b5baff0@d41d8cd9", - "@opam/dune@opam:3.11.1@ba2e0e6a", "@esy-ocaml/substs@0.0.1@d41d8cd9" + "@opam/dune@opam:3.16.1@0e7c9090", "@esy-ocaml/substs@0.0.1@d41d8cd9" ], "devDependencies": [ "ocaml@4.14.1000@d41d8cd9", "@opam/reason@opam:3.9.0@2a7c0e6f", - "@opam/re@opam:1.11.0@87deb463", + "@opam/re@opam:1.12.0@42f7a5b9", "@opam/pastel@github:reasonml/reason-native:pastel.opam#fcb74949f8dcbe68f10d4daaee6b9b864b5baff0@d41d8cd9", - "@opam/dune@opam:3.11.1@ba2e0e6a" + "@opam/dune@opam:3.16.1@0e7c9090" ] }, - "@opam/fiber@opam:3.7.0@d70e2471": { - "id": "@opam/fiber@opam:3.7.0@d70e2471", + "@opam/fiber@opam:3.7.0@bf633a34": { + "id": "@opam/fiber@opam:3.7.0@bf633a34", "name": "@opam/fiber", "version": "opam:3.7.0", "source": { @@ -1393,143 +1653,168 @@ }, "overrides": [], "dependencies": [ - "ocaml@4.14.1000@d41d8cd9", "@opam/stdune@opam:3.11.1@9a840882", - "@opam/dyn@opam:3.11.1@d3c74846", "@opam/dune@opam:3.11.1@ba2e0e6a", + "ocaml@4.14.1000@d41d8cd9", "@opam/stdune@opam:3.17.1@233393b1", + "@opam/dyn@opam:3.17.1@4193bc51", "@opam/dune@opam:3.16.1@0e7c9090", "@esy-ocaml/substs@0.0.1@d41d8cd9" ], "devDependencies": [ - "ocaml@4.14.1000@d41d8cd9", "@opam/stdune@opam:3.11.1@9a840882", - "@opam/dyn@opam:3.11.1@d3c74846", "@opam/dune@opam:3.11.1@ba2e0e6a" + "ocaml@4.14.1000@d41d8cd9", "@opam/stdune@opam:3.17.1@233393b1", + "@opam/dyn@opam:3.17.1@4193bc51", "@opam/dune@opam:3.16.1@0e7c9090" ] }, - "@opam/dyn@opam:3.11.1@d3c74846": { - "id": "@opam/dyn@opam:3.11.1@d3c74846", + "@opam/either@opam:1.0.0@378fa7c4": { + "id": "@opam/either@opam:1.0.0@378fa7c4", + "name": "@opam/either", + "version": "opam:1.0.0", + "source": { + "type": "install", + "source": [ + "archive:https://opam.ocaml.org/cache/sha256/bf/bf674de3312dee7b7215f07df1e8a96eb3d679164b8a918cdd95b8d97e505884#sha256:bf674de3312dee7b7215f07df1e8a96eb3d679164b8a918cdd95b8d97e505884", + "archive:https://github.com/mirage/either/releases/download/1.0.0/either-1.0.0.tbz#sha256:bf674de3312dee7b7215f07df1e8a96eb3d679164b8a918cdd95b8d97e505884" + ], + "opam": { + "name": "either", + "version": "1.0.0", + "path": "esy.lock/opam/either.1.0.0" + } + }, + "overrides": [], + "dependencies": [ + "ocaml@4.14.1000@d41d8cd9", "@opam/dune@opam:3.16.1@0e7c9090", + "@esy-ocaml/substs@0.0.1@d41d8cd9" + ], + "devDependencies": [ + "ocaml@4.14.1000@d41d8cd9", "@opam/dune@opam:3.16.1@0e7c9090" + ] + }, + "@opam/dyn@opam:3.17.1@4193bc51": { + "id": "@opam/dyn@opam:3.17.1@4193bc51", "name": "@opam/dyn", - "version": "opam:3.11.1", + "version": "opam:3.17.1", "source": { "type": "install", "source": [ - "archive:https://opam.ocaml.org/cache/sha256/86/866f2307adadaf7604f3bf9d98bb4098792baa046953a6726c96c40fc5ed3f71#sha256:866f2307adadaf7604f3bf9d98bb4098792baa046953a6726c96c40fc5ed3f71", - "archive:https://github.com/ocaml/dune/releases/download/3.11.1/dune-3.11.1.tbz#sha256:866f2307adadaf7604f3bf9d98bb4098792baa046953a6726c96c40fc5ed3f71" + "archive:https://opam.ocaml.org/cache/sha256/6b/6b9ee5ed051379a69ca45173ac6c5deb56b44a1c16e30b7c371343303d835ac6#sha256:6b9ee5ed051379a69ca45173ac6c5deb56b44a1c16e30b7c371343303d835ac6", + "archive:https://github.com/ocaml/dune/releases/download/3.17.1/dune-3.17.1.tbz#sha256:6b9ee5ed051379a69ca45173ac6c5deb56b44a1c16e30b7c371343303d835ac6" ], "opam": { "name": "dyn", - "version": "3.11.1", - "path": "esy.lock/opam/dyn.3.11.1" + "version": "3.17.1", + "path": "esy.lock/opam/dyn.3.17.1" } }, "overrides": [], "dependencies": [ - "ocaml@4.14.1000@d41d8cd9", "@opam/pp@opam:1.2.0@16430027", - "@opam/ordering@opam:3.11.1@92c57daa", - "@opam/dune@opam:3.11.1@ba2e0e6a", "@esy-ocaml/substs@0.0.1@d41d8cd9" + "ocaml@4.14.1000@d41d8cd9", "@opam/pp@opam:2.0.0@2177bbde", + "@opam/ordering@opam:3.17.1@c3903f50", + "@opam/dune@opam:3.16.1@0e7c9090", "@esy-ocaml/substs@0.0.1@d41d8cd9" ], "devDependencies": [ - "ocaml@4.14.1000@d41d8cd9", "@opam/pp@opam:1.2.0@16430027", - "@opam/ordering@opam:3.11.1@92c57daa", - "@opam/dune@opam:3.11.1@ba2e0e6a" + "ocaml@4.14.1000@d41d8cd9", "@opam/pp@opam:2.0.0@2177bbde", + "@opam/ordering@opam:3.17.1@c3903f50", + "@opam/dune@opam:3.16.1@0e7c9090" ] }, - "@opam/dune-rpc@opam:3.11.1@1197fefa": { - "id": "@opam/dune-rpc@opam:3.11.1@1197fefa", + "@opam/dune-rpc@opam:3.17.1@42a7e4b7": { + "id": "@opam/dune-rpc@opam:3.17.1@42a7e4b7", "name": "@opam/dune-rpc", - "version": "opam:3.11.1", + "version": "opam:3.17.1", "source": { "type": "install", "source": [ - "archive:https://opam.ocaml.org/cache/sha256/86/866f2307adadaf7604f3bf9d98bb4098792baa046953a6726c96c40fc5ed3f71#sha256:866f2307adadaf7604f3bf9d98bb4098792baa046953a6726c96c40fc5ed3f71", - "archive:https://github.com/ocaml/dune/releases/download/3.11.1/dune-3.11.1.tbz#sha256:866f2307adadaf7604f3bf9d98bb4098792baa046953a6726c96c40fc5ed3f71" + "archive:https://opam.ocaml.org/cache/sha256/6b/6b9ee5ed051379a69ca45173ac6c5deb56b44a1c16e30b7c371343303d835ac6#sha256:6b9ee5ed051379a69ca45173ac6c5deb56b44a1c16e30b7c371343303d835ac6", + "archive:https://github.com/ocaml/dune/releases/download/3.17.1/dune-3.17.1.tbz#sha256:6b9ee5ed051379a69ca45173ac6c5deb56b44a1c16e30b7c371343303d835ac6" ], "opam": { "name": "dune-rpc", - "version": "3.11.1", - "path": "esy.lock/opam/dune-rpc.3.11.1" + "version": "3.17.1", + "path": "esy.lock/opam/dune-rpc.3.17.1" } }, "overrides": [], "dependencies": [ - "@opam/xdg@opam:3.11.1@1e207b0b", - "@opam/stdune@opam:3.11.1@9a840882", "@opam/pp@opam:1.2.0@16430027", - "@opam/ordering@opam:3.11.1@92c57daa", - "@opam/dyn@opam:3.11.1@d3c74846", "@opam/dune@opam:3.11.1@ba2e0e6a", + "@opam/xdg@opam:3.17.1@8e5ccc4e", + "@opam/stdune@opam:3.17.1@233393b1", "@opam/pp@opam:2.0.0@2177bbde", + "@opam/ordering@opam:3.17.1@c3903f50", + "@opam/dyn@opam:3.17.1@4193bc51", "@opam/dune@opam:3.16.1@0e7c9090", "@opam/csexp@opam:1.5.2@46614bf4", "@esy-ocaml/substs@0.0.1@d41d8cd9" ], "devDependencies": [ - "@opam/xdg@opam:3.11.1@1e207b0b", - "@opam/stdune@opam:3.11.1@9a840882", "@opam/pp@opam:1.2.0@16430027", - "@opam/ordering@opam:3.11.1@92c57daa", - "@opam/dyn@opam:3.11.1@d3c74846", "@opam/dune@opam:3.11.1@ba2e0e6a", + "@opam/xdg@opam:3.17.1@8e5ccc4e", + "@opam/stdune@opam:3.17.1@233393b1", "@opam/pp@opam:2.0.0@2177bbde", + "@opam/ordering@opam:3.17.1@c3903f50", + "@opam/dyn@opam:3.17.1@4193bc51", "@opam/dune@opam:3.16.1@0e7c9090", "@opam/csexp@opam:1.5.2@46614bf4" ] }, - "@opam/dune-configurator@opam:3.11.1@24d75a5c": { - "id": "@opam/dune-configurator@opam:3.11.1@24d75a5c", + "@opam/dune-configurator@opam:3.17.1@3fd1412b": { + "id": "@opam/dune-configurator@opam:3.17.1@3fd1412b", "name": "@opam/dune-configurator", - "version": "opam:3.11.1", + "version": "opam:3.17.1", "source": { "type": "install", "source": [ - "archive:https://opam.ocaml.org/cache/sha256/86/866f2307adadaf7604f3bf9d98bb4098792baa046953a6726c96c40fc5ed3f71#sha256:866f2307adadaf7604f3bf9d98bb4098792baa046953a6726c96c40fc5ed3f71", - "archive:https://github.com/ocaml/dune/releases/download/3.11.1/dune-3.11.1.tbz#sha256:866f2307adadaf7604f3bf9d98bb4098792baa046953a6726c96c40fc5ed3f71" + "archive:https://opam.ocaml.org/cache/sha256/6b/6b9ee5ed051379a69ca45173ac6c5deb56b44a1c16e30b7c371343303d835ac6#sha256:6b9ee5ed051379a69ca45173ac6c5deb56b44a1c16e30b7c371343303d835ac6", + "archive:https://github.com/ocaml/dune/releases/download/3.17.1/dune-3.17.1.tbz#sha256:6b9ee5ed051379a69ca45173ac6c5deb56b44a1c16e30b7c371343303d835ac6" ], "opam": { "name": "dune-configurator", - "version": "3.11.1", - "path": "esy.lock/opam/dune-configurator.3.11.1" + "version": "3.17.1", + "path": "esy.lock/opam/dune-configurator.3.17.1" } }, "overrides": [], "dependencies": [ - "ocaml@4.14.1000@d41d8cd9", "@opam/dune@opam:3.11.1@ba2e0e6a", + "ocaml@4.14.1000@d41d8cd9", "@opam/dune@opam:3.16.1@0e7c9090", "@opam/csexp@opam:1.5.2@46614bf4", "@opam/base-unix@opam:base@87d0b2eb", "@esy-ocaml/substs@0.0.1@d41d8cd9" ], "devDependencies": [ - "ocaml@4.14.1000@d41d8cd9", "@opam/dune@opam:3.11.1@ba2e0e6a", + "ocaml@4.14.1000@d41d8cd9", "@opam/dune@opam:3.16.1@0e7c9090", "@opam/csexp@opam:1.5.2@46614bf4", "@opam/base-unix@opam:base@87d0b2eb" ] }, - "@opam/dune-build-info@opam:3.11.1@0dfbdab2": { - "id": "@opam/dune-build-info@opam:3.11.1@0dfbdab2", + "@opam/dune-build-info@opam:3.17.1@dcf31e27": { + "id": "@opam/dune-build-info@opam:3.17.1@dcf31e27", "name": "@opam/dune-build-info", - "version": "opam:3.11.1", + "version": "opam:3.17.1", "source": { "type": "install", "source": [ - "archive:https://opam.ocaml.org/cache/sha256/86/866f2307adadaf7604f3bf9d98bb4098792baa046953a6726c96c40fc5ed3f71#sha256:866f2307adadaf7604f3bf9d98bb4098792baa046953a6726c96c40fc5ed3f71", - "archive:https://github.com/ocaml/dune/releases/download/3.11.1/dune-3.11.1.tbz#sha256:866f2307adadaf7604f3bf9d98bb4098792baa046953a6726c96c40fc5ed3f71" + "archive:https://opam.ocaml.org/cache/sha256/6b/6b9ee5ed051379a69ca45173ac6c5deb56b44a1c16e30b7c371343303d835ac6#sha256:6b9ee5ed051379a69ca45173ac6c5deb56b44a1c16e30b7c371343303d835ac6", + "archive:https://github.com/ocaml/dune/releases/download/3.17.1/dune-3.17.1.tbz#sha256:6b9ee5ed051379a69ca45173ac6c5deb56b44a1c16e30b7c371343303d835ac6" ], "opam": { "name": "dune-build-info", - "version": "3.11.1", - "path": "esy.lock/opam/dune-build-info.3.11.1" + "version": "3.17.1", + "path": "esy.lock/opam/dune-build-info.3.17.1" } }, "overrides": [], "dependencies": [ - "ocaml@4.14.1000@d41d8cd9", "@opam/dune@opam:3.11.1@ba2e0e6a", + "ocaml@4.14.1000@d41d8cd9", "@opam/dune@opam:3.16.1@0e7c9090", "@esy-ocaml/substs@0.0.1@d41d8cd9" ], "devDependencies": [ - "ocaml@4.14.1000@d41d8cd9", "@opam/dune@opam:3.11.1@ba2e0e6a" + "ocaml@4.14.1000@d41d8cd9", "@opam/dune@opam:3.16.1@0e7c9090" ] }, - "@opam/dune@opam:3.11.1@ba2e0e6a": { - "id": "@opam/dune@opam:3.11.1@ba2e0e6a", + "@opam/dune@opam:3.16.1@0e7c9090": { + "id": "@opam/dune@opam:3.16.1@0e7c9090", "name": "@opam/dune", - "version": "opam:3.11.1", + "version": "opam:3.16.1", "source": { "type": "install", "source": [ - "archive:https://opam.ocaml.org/cache/sha256/86/866f2307adadaf7604f3bf9d98bb4098792baa046953a6726c96c40fc5ed3f71#sha256:866f2307adadaf7604f3bf9d98bb4098792baa046953a6726c96c40fc5ed3f71", - "archive:https://github.com/ocaml/dune/releases/download/3.11.1/dune-3.11.1.tbz#sha256:866f2307adadaf7604f3bf9d98bb4098792baa046953a6726c96c40fc5ed3f71" + "archive:https://opam.ocaml.org/cache/sha256/b7/b781ae20f87613c2a11bd0717809e00470c82d615e15264f9a64e033051ac3de#sha256:b781ae20f87613c2a11bd0717809e00470c82d615e15264f9a64e033051ac3de", + "archive:https://github.com/ocaml/dune/releases/download/3.16.1/dune-3.16.1.tbz#sha256:b781ae20f87613c2a11bd0717809e00470c82d615e15264f9a64e033051ac3de" ], "opam": { "name": "dune", - "version": "3.11.1", - "path": "esy.lock/opam/dune.3.11.1" + "version": "3.16.1", + "path": "esy.lock/opam/dune.3.16.1" } }, "overrides": [], @@ -1561,37 +1846,37 @@ }, "overrides": [], "dependencies": [ - "ocaml@4.14.1000@d41d8cd9", "@opam/dune@opam:3.11.1@ba2e0e6a", + "ocaml@4.14.1000@d41d8cd9", "@opam/dune@opam:3.16.1@0e7c9090", "@esy-ocaml/substs@0.0.1@d41d8cd9" ], "devDependencies": [ - "ocaml@4.14.1000@d41d8cd9", "@opam/dune@opam:3.11.1@ba2e0e6a" + "ocaml@4.14.1000@d41d8cd9", "@opam/dune@opam:3.16.1@0e7c9090" ] }, - "@opam/cppo@opam:1.6.9@db929a12": { - "id": "@opam/cppo@opam:1.6.9@db929a12", + "@opam/cppo@opam:1.8.0@b48266ea": { + "id": "@opam/cppo@opam:1.8.0@b48266ea", "name": "@opam/cppo", - "version": "opam:1.6.9", + "version": "opam:1.8.0", "source": { "type": "install", "source": [ - "archive:https://opam.ocaml.org/cache/md5/d2/d23ffe85ac7dc8f0afd1ddf622770d09#md5:d23ffe85ac7dc8f0afd1ddf622770d09", - "archive:https://github.com/ocaml-community/cppo/archive/v1.6.9.tar.gz#md5:d23ffe85ac7dc8f0afd1ddf622770d09" + "archive:https://opam.ocaml.org/cache/md5/a1/a197cb393b84f6b30e0ff55080ac429b#md5:a197cb393b84f6b30e0ff55080ac429b", + "archive:https://github.com/ocaml-community/cppo/archive/v1.8.0.tar.gz#md5:a197cb393b84f6b30e0ff55080ac429b" ], "opam": { "name": "cppo", - "version": "1.6.9", - "path": "esy.lock/opam/cppo.1.6.9" + "version": "1.8.0", + "path": "esy.lock/opam/cppo.1.8.0" } }, "overrides": [], "dependencies": [ - "ocaml@4.14.1000@d41d8cd9", "@opam/dune@opam:3.11.1@ba2e0e6a", + "ocaml@4.14.1000@d41d8cd9", "@opam/dune@opam:3.16.1@0e7c9090", "@opam/base-unix@opam:base@87d0b2eb", "@esy-ocaml/substs@0.0.1@d41d8cd9" ], "devDependencies": [ - "ocaml@4.14.1000@d41d8cd9", "@opam/dune@opam:3.11.1@ba2e0e6a", + "ocaml@4.14.1000@d41d8cd9", "@opam/dune@opam:3.16.1@0e7c9090", "@opam/base-unix@opam:base@87d0b2eb" ] }, @@ -1611,20 +1896,20 @@ "dependencies": [], "devDependencies": [] }, - "@opam/cmdliner@opam:1.2.0@b0c6143c": { - "id": "@opam/cmdliner@opam:1.2.0@b0c6143c", + "@opam/cmdliner@opam:1.3.0@f8c5e0f3": { + "id": "@opam/cmdliner@opam:1.3.0@f8c5e0f3", "name": "@opam/cmdliner", - "version": "opam:1.2.0", + "version": "opam:1.3.0", "source": { "type": "install", "source": [ - "archive:https://opam.ocaml.org/cache/sha512/6f/6fcd6a59a6fbc6986b1aecdc3e4ce7a0dc43c65a16b427d6caa5504b10b51384f6b0bc703af646b09f5f1caeb6827b37d4480ce350ca8006204c850785f2810b#sha512:6fcd6a59a6fbc6986b1aecdc3e4ce7a0dc43c65a16b427d6caa5504b10b51384f6b0bc703af646b09f5f1caeb6827b37d4480ce350ca8006204c850785f2810b", - "archive:https://erratique.ch/software/cmdliner/releases/cmdliner-1.2.0.tbz#sha512:6fcd6a59a6fbc6986b1aecdc3e4ce7a0dc43c65a16b427d6caa5504b10b51384f6b0bc703af646b09f5f1caeb6827b37d4480ce350ca8006204c850785f2810b" + "archive:https://opam.ocaml.org/cache/sha512/4c/4c46bc334444ff772637deae2f5ba03645d7a1b7db523470a1246acfce79b971c764d964cbb02388639b3161b279700d9ade95da550446fb32aa4849c8a8f283#sha512:4c46bc334444ff772637deae2f5ba03645d7a1b7db523470a1246acfce79b971c764d964cbb02388639b3161b279700d9ade95da550446fb32aa4849c8a8f283", + "archive:https://erratique.ch/software/cmdliner/releases/cmdliner-1.3.0.tbz#sha512:4c46bc334444ff772637deae2f5ba03645d7a1b7db523470a1246acfce79b971c764d964cbb02388639b3161b279700d9ade95da550446fb32aa4849c8a8f283" ], "opam": { "name": "cmdliner", - "version": "1.2.0", - "path": "esy.lock/opam/cmdliner.1.2.0" + "version": "1.3.0", + "path": "esy.lock/opam/cmdliner.1.3.0" } }, "overrides": [], @@ -1648,68 +1933,93 @@ "overrides": [], "dependencies": [ "ocaml@4.14.1000@d41d8cd9", "@opam/reason@opam:3.9.0@2a7c0e6f", - "@opam/re@opam:1.11.0@87deb463", + "@opam/re@opam:1.12.0@42f7a5b9", "@opam/pastel@github:reasonml/reason-native:pastel.opam#fcb74949f8dcbe68f10d4daaee6b9b864b5baff0@d41d8cd9", - "@opam/dune@opam:3.11.1@ba2e0e6a", "@esy-ocaml/substs@0.0.1@d41d8cd9" + "@opam/dune@opam:3.16.1@0e7c9090", "@esy-ocaml/substs@0.0.1@d41d8cd9" ], "devDependencies": [ "ocaml@4.14.1000@d41d8cd9", "@opam/reason@opam:3.9.0@2a7c0e6f", - "@opam/re@opam:1.11.0@87deb463", + "@opam/re@opam:1.12.0@42f7a5b9", "@opam/pastel@github:reasonml/reason-native:pastel.opam#fcb74949f8dcbe68f10d4daaee6b9b864b5baff0@d41d8cd9", - "@opam/dune@opam:3.11.1@ba2e0e6a" + "@opam/dune@opam:3.16.1@0e7c9090" ] }, - "@opam/chrome-trace@opam:3.11.1@0e9213a3": { - "id": "@opam/chrome-trace@opam:3.11.1@0e9213a3", + "@opam/chrome-trace@opam:3.17.1@e02b49c6": { + "id": "@opam/chrome-trace@opam:3.17.1@e02b49c6", "name": "@opam/chrome-trace", - "version": "opam:3.11.1", + "version": "opam:3.17.1", "source": { "type": "install", "source": [ - "archive:https://opam.ocaml.org/cache/sha256/86/866f2307adadaf7604f3bf9d98bb4098792baa046953a6726c96c40fc5ed3f71#sha256:866f2307adadaf7604f3bf9d98bb4098792baa046953a6726c96c40fc5ed3f71", - "archive:https://github.com/ocaml/dune/releases/download/3.11.1/dune-3.11.1.tbz#sha256:866f2307adadaf7604f3bf9d98bb4098792baa046953a6726c96c40fc5ed3f71" + "archive:https://opam.ocaml.org/cache/sha256/6b/6b9ee5ed051379a69ca45173ac6c5deb56b44a1c16e30b7c371343303d835ac6#sha256:6b9ee5ed051379a69ca45173ac6c5deb56b44a1c16e30b7c371343303d835ac6", + "archive:https://github.com/ocaml/dune/releases/download/3.17.1/dune-3.17.1.tbz#sha256:6b9ee5ed051379a69ca45173ac6c5deb56b44a1c16e30b7c371343303d835ac6" ], "opam": { "name": "chrome-trace", - "version": "3.11.1", - "path": "esy.lock/opam/chrome-trace.3.11.1" + "version": "3.17.1", + "path": "esy.lock/opam/chrome-trace.3.17.1" + } + }, + "overrides": [], + "dependencies": [ + "ocaml@4.14.1000@d41d8cd9", "@opam/dune@opam:3.16.1@0e7c9090", + "@esy-ocaml/substs@0.0.1@d41d8cd9" + ], + "devDependencies": [ + "ocaml@4.14.1000@d41d8cd9", "@opam/dune@opam:3.16.1@0e7c9090" + ] + }, + "@opam/camlp-streams@opam:5.0.1@daaa0f94": { + "id": "@opam/camlp-streams@opam:5.0.1@daaa0f94", + "name": "@opam/camlp-streams", + "version": "opam:5.0.1", + "source": { + "type": "install", + "source": [ + "archive:https://opam.ocaml.org/cache/md5/af/afc874b25f7a1f13e8f5cfc1182b51a7#md5:afc874b25f7a1f13e8f5cfc1182b51a7", + "archive:https://github.com/ocaml/camlp-streams/archive/v5.0.1.tar.gz#md5:afc874b25f7a1f13e8f5cfc1182b51a7" + ], + "opam": { + "name": "camlp-streams", + "version": "5.0.1", + "path": "esy.lock/opam/camlp-streams.5.0.1" } }, "overrides": [], "dependencies": [ - "ocaml@4.14.1000@d41d8cd9", "@opam/dune@opam:3.11.1@ba2e0e6a", + "ocaml@4.14.1000@d41d8cd9", "@opam/dune@opam:3.16.1@0e7c9090", "@esy-ocaml/substs@0.0.1@d41d8cd9" ], "devDependencies": [ - "ocaml@4.14.1000@d41d8cd9", "@opam/dune@opam:3.11.1@ba2e0e6a" + "ocaml@4.14.1000@d41d8cd9", "@opam/dune@opam:3.16.1@0e7c9090" ] }, - "@opam/bigstringaf@opam:0.9.1@e6f2e882": { - "id": "@opam/bigstringaf@opam:0.9.1@e6f2e882", + "@opam/bigstringaf@opam:0.10.0@445b7d74": { + "id": "@opam/bigstringaf@opam:0.10.0@445b7d74", "name": "@opam/bigstringaf", - "version": "opam:0.9.1", + "version": "opam:0.10.0", "source": { "type": "install", "source": [ - "archive:https://opam.ocaml.org/cache/md5/90/909fdc277cf03096a35b565325d5314a#md5:909fdc277cf03096a35b565325d5314a", - "archive:https://github.com/inhabitedtype/bigstringaf/archive/0.9.1.tar.gz#md5:909fdc277cf03096a35b565325d5314a" + "archive:https://opam.ocaml.org/cache/md5/be/be0a44416840852777651150757a0a3b#md5:be0a44416840852777651150757a0a3b", + "archive:https://github.com/inhabitedtype/bigstringaf/archive/0.10.0.tar.gz#md5:be0a44416840852777651150757a0a3b" ], "opam": { "name": "bigstringaf", - "version": "0.9.1", - "path": "esy.lock/opam/bigstringaf.0.9.1" + "version": "0.10.0", + "path": "esy.lock/opam/bigstringaf.0.10.0" } }, "overrides": [], "dependencies": [ "ocaml@4.14.1000@d41d8cd9", - "@opam/dune-configurator@opam:3.11.1@24d75a5c", - "@opam/dune@opam:3.11.1@ba2e0e6a", "@esy-ocaml/substs@0.0.1@d41d8cd9" + "@opam/dune-configurator@opam:3.17.1@3fd1412b", + "@opam/dune@opam:3.16.1@0e7c9090", "@esy-ocaml/substs@0.0.1@d41d8cd9" ], "devDependencies": [ "ocaml@4.14.1000@d41d8cd9", - "@opam/dune-configurator@opam:3.11.1@24d75a5c", - "@opam/dune@opam:3.11.1@ba2e0e6a" + "@opam/dune-configurator@opam:3.17.1@3fd1412b", + "@opam/dune@opam:3.16.1@0e7c9090" ] }, "@opam/base-unix@opam:base@87d0b2eb": { @@ -1761,11 +2071,11 @@ }, "overrides": [], "dependencies": [ - "ocaml@4.14.1000@d41d8cd9", "@opam/ocamlfind@opam:1.9.6@da5169c7", + "ocaml@4.14.1000@d41d8cd9", "@opam/ocamlfind@opam:1.9.3@6f4741ee", "@esy-ocaml/substs@0.0.1@d41d8cd9" ], "devDependencies": [ - "ocaml@4.14.1000@d41d8cd9", "@opam/ocamlfind@opam:1.9.6@da5169c7" + "ocaml@4.14.1000@d41d8cd9", "@opam/ocamlfind@opam:1.9.3@6f4741ee" ] }, "@opam/base-bigarray@opam:base@b03491b0": { @@ -1803,44 +2113,68 @@ }, "overrides": [], "dependencies": [ - "ocaml@4.14.1000@d41d8cd9", "@opam/sexplib0@opam:v0.15.1@51111c0c", - "@opam/dune-configurator@opam:3.11.1@24d75a5c", - "@opam/dune@opam:3.11.1@ba2e0e6a", "@esy-ocaml/substs@0.0.1@d41d8cd9" + "ocaml@4.14.1000@d41d8cd9", "@opam/sexplib0@opam:v0.15.1@df7962ff", + "@opam/dune-configurator@opam:3.17.1@3fd1412b", + "@opam/dune@opam:3.16.1@0e7c9090", "@esy-ocaml/substs@0.0.1@d41d8cd9" ], "devDependencies": [ - "ocaml@4.14.1000@d41d8cd9", "@opam/sexplib0@opam:v0.15.1@51111c0c", - "@opam/dune-configurator@opam:3.11.1@24d75a5c", - "@opam/dune@opam:3.11.1@ba2e0e6a" + "ocaml@4.14.1000@d41d8cd9", "@opam/sexplib0@opam:v0.15.1@df7962ff", + "@opam/dune-configurator@opam:3.17.1@3fd1412b", + "@opam/dune@opam:3.16.1@0e7c9090" ] }, - "@opam/angstrom@opam:0.15.0@105656d9": { - "id": "@opam/angstrom@opam:0.15.0@105656d9", + "@opam/astring@opam:0.8.5@6db2b8c5": { + "id": "@opam/astring@opam:0.8.5@6db2b8c5", + "name": "@opam/astring", + "version": "opam:0.8.5", + "source": { + "type": "install", + "source": [ + "archive:https://opam.ocaml.org/cache/sha256/86/865692630c07c3ab87c66cdfc2734c0fdfc9c34a57f8e89ffec7c7d15e7a70fa#sha256:865692630c07c3ab87c66cdfc2734c0fdfc9c34a57f8e89ffec7c7d15e7a70fa", + "archive:https://erratique.ch/software/astring/releases/astring-0.8.5.tbz#sha256:865692630c07c3ab87c66cdfc2734c0fdfc9c34a57f8e89ffec7c7d15e7a70fa" + ], + "opam": { + "name": "astring", + "version": "0.8.5", + "path": "esy.lock/opam/astring.0.8.5" + } + }, + "overrides": [], + "dependencies": [ + "ocaml@4.14.1000@d41d8cd9", "@opam/topkg@opam:1.0.7@7ee47d76", + "@opam/ocamlfind@opam:1.9.3@6f4741ee", + "@opam/ocamlbuild@opam:0.15.0@58d40202", + "@esy-ocaml/substs@0.0.1@d41d8cd9" + ], + "devDependencies": [ "ocaml@4.14.1000@d41d8cd9" ] + }, + "@opam/angstrom@opam:0.16.1@7454dd18": { + "id": "@opam/angstrom@opam:0.16.1@7454dd18", "name": "@opam/angstrom", - "version": "opam:0.15.0", + "version": "opam:0.16.1", "source": { "type": "install", "source": [ - "archive:https://opam.ocaml.org/cache/md5/51/5104768c404ea92fd0a53a5b0f75cd50#md5:5104768c404ea92fd0a53a5b0f75cd50", - "archive:https://github.com/inhabitedtype/angstrom/archive/0.15.0.tar.gz#md5:5104768c404ea92fd0a53a5b0f75cd50" + "archive:https://opam.ocaml.org/cache/md5/a9/a9e096b4b2b8e4e3bb17d472bbccaad0#md5:a9e096b4b2b8e4e3bb17d472bbccaad0", + "archive:https://github.com/inhabitedtype/angstrom/archive/0.16.1.tar.gz#md5:a9e096b4b2b8e4e3bb17d472bbccaad0" ], "opam": { "name": "angstrom", - "version": "0.15.0", - "path": "esy.lock/opam/angstrom.0.15.0" + "version": "0.16.1", + "path": "esy.lock/opam/angstrom.0.16.1" } }, "overrides": [], "dependencies": [ - "ocaml@4.14.1000@d41d8cd9", "@opam/result@opam:1.5@1c6a6533", + "ocaml@4.14.1000@d41d8cd9", "@opam/ocaml-syntax-shims@opam:1.0.0@9f361fbb", - "@opam/dune@opam:3.11.1@ba2e0e6a", - "@opam/bigstringaf@opam:0.9.1@e6f2e882", + "@opam/dune@opam:3.16.1@0e7c9090", + "@opam/bigstringaf@opam:0.10.0@445b7d74", "@esy-ocaml/substs@0.0.1@d41d8cd9" ], "devDependencies": [ - "ocaml@4.14.1000@d41d8cd9", "@opam/result@opam:1.5@1c6a6533", - "@opam/dune@opam:3.11.1@ba2e0e6a", - "@opam/bigstringaf@opam:0.9.1@e6f2e882" + "ocaml@4.14.1000@d41d8cd9", "@opam/dune@opam:3.16.1@0e7c9090", + "@opam/bigstringaf@opam:0.10.0@445b7d74" ] }, "@grain/libbinaryen@114.0.0@d41d8cd9": { @@ -1856,8 +2190,8 @@ "overrides": [], "dependencies": [ "ocaml@4.14.1000@d41d8cd9", - "@opam/dune-configurator@opam:3.11.1@24d75a5c", - "@opam/dune@opam:3.11.1@ba2e0e6a", + "@opam/dune-configurator@opam:3.17.1@3fd1412b", + "@opam/dune@opam:3.16.1@0e7c9090", "@opam/conf-cmake@github:grain-lang/cmake:esy.json#91a2c3677bef84a6eb20318284dff9f3bf32719d@d41d8cd9" ], "devDependencies": [], @@ -1870,29 +2204,31 @@ "source": { "type": "link-dev", "path": ".", "manifest": "esy.json" }, "overrides": [], "dependencies": [ - "ocaml@4.14.1000@d41d8cd9", "@opam/yojson@opam:2.1.1@ad5e299c", + "ocaml@4.14.1000@d41d8cd9", "@opam/yojson@opam:2.2.2@0786d153", "@opam/utf8@github:reasonml/reason-native:utf8.opam#fcb74949f8dcbe68f10d4daaee6b9b864b5baff0@d41d8cd9", "@opam/uri@opam:4.4.0@f70a0b72", "@opam/sexplib@opam:v0.15.1@1824bfd6", - "@opam/sedlex@opam:3.2@eab3a2e0", "@opam/reason@opam:3.9.0@2a7c0e6f", + "@opam/sedlex@opam:3.3@2816550b", "@opam/reason@opam:3.9.0@2a7c0e6f", "@opam/ppx_sexp_conv@opam:v0.15.1@0f138aac", - "@opam/ppx_deriving_yojson@opam:3.7.0@167442d6", + "@opam/ppx_deriving_yojson@opam:3.9.1@52fdd509", "@opam/ppx_deriving_cmdliner@github:hammerlab/ppx_deriving_cmdliner:ppx_deriving_cmdliner.opam#1f086651fe7f8dd98e371b09c6fcc4dbc6db1c7c@d41d8cd9", - "@opam/ppx_deriving@opam:5.2.1@2315fdd0", + "@opam/ppx_deriving@opam:5.2.1@fa1add0a", "@opam/ocamlgraph@opam:2.1.0@c06ba8fc", "@opam/menhir@opam:20220210@879a0c13", "@opam/fs@github:reasonml/reason-native:fs.opam#fcb74949f8dcbe68f10d4daaee6b9b864b5baff0@d41d8cd9", "@opam/fp@github:reasonml/reason-native:fp.opam#fcb74949f8dcbe68f10d4daaee6b9b864b5baff0@d41d8cd9", - "@opam/dune-configurator@opam:3.11.1@24d75a5c", - "@opam/dune-build-info@opam:3.11.1@0dfbdab2", - "@opam/dune@opam:3.11.1@ba2e0e6a", - "@opam/cmdliner@opam:1.2.0@b0c6143c", + "@opam/dune-configurator@opam:3.17.1@3fd1412b", + "@opam/dune-build-info@opam:3.17.1@dcf31e27", + "@opam/dune@opam:3.16.1@0e7c9090", + "@opam/cmdliner@opam:1.3.0@f8c5e0f3", "@grain/binaryen.ml@0.24.0@d41d8cd9" ], "devDependencies": [ "@opam/rely@github:reasonml/reason-native:rely.opam#fcb74949f8dcbe68f10d4daaee6b9b864b5baff0@d41d8cd9", + "@opam/ocamlfind@opam:1.9.3@6f4741ee", "@opam/ocaml-lsp-server@opam:1.14.1@ac41cc96", - "@opam/js_of_ocaml-compiler@opam:5.0.1@49a39906" + "@opam/num@opam:1.5@679a0ea5", + "@opam/js_of_ocaml-compiler@opam:5.9.1@7cc60e82" ], "installConfig": { "pnp": false } }, @@ -1909,8 +2245,8 @@ "overrides": [], "dependencies": [ "ocaml@4.14.1000@d41d8cd9", - "@opam/dune-configurator@opam:3.11.1@24d75a5c", - "@opam/dune@opam:3.11.1@ba2e0e6a", + "@opam/dune-configurator@opam:3.17.1@3fd1412b", + "@opam/dune@opam:3.16.1@0e7c9090", "@grain/libbinaryen@114.0.0@d41d8cd9" ], "devDependencies": [], diff --git a/compiler/esy.lock/opam/angstrom.0.15.0/opam b/compiler/esy.lock/opam/angstrom.0.16.1/opam similarity index 83% rename from compiler/esy.lock/opam/angstrom.0.15.0/opam rename to compiler/esy.lock/opam/angstrom.0.16.1/opam index 2d67a6b45f..45a52452e7 100644 --- a/compiler/esy.lock/opam/angstrom.0.15.0/opam +++ b/compiler/esy.lock/opam/angstrom.0.16.1/opam @@ -15,8 +15,7 @@ depends: [ "dune" {>= "1.8"} "alcotest" {with-test & >= "0.8.1"} "bigstringaf" - "result" - "ppx_let" {with-test & >= "0.14.0"} + "ppx_let" {with-test & >= "v0.14.0"} "ocaml-syntax-shims" {build} ] synopsis: "Parser combinators built for speed and memory-efficiency" @@ -29,6 +28,9 @@ give the user total control over the blocking behavior of their application, with the unbuffered interface enabling zero-copy IO. Parsers are backtracking by default and support unbounded lookahead.""" url { - src: "https://github.com/inhabitedtype/angstrom/archive/0.15.0.tar.gz" - checksum: "md5=5104768c404ea92fd0a53a5b0f75cd50" + src: "https://github.com/inhabitedtype/angstrom/archive/0.16.1.tar.gz" + checksum: [ + "md5=a9e096b4b2b8e4e3bb17d472bbccaad0" + "sha256=143536fb4d049574c539b9990840615e078ed3dd94e1d24888293f68349a100b" + ] } diff --git a/compiler/esy.lock/opam/astring.0.8.5/opam b/compiler/esy.lock/opam/astring.0.8.5/opam new file mode 100644 index 0000000000..ae270e0144 --- /dev/null +++ b/compiler/esy.lock/opam/astring.0.8.5/opam @@ -0,0 +1,40 @@ +opam-version: "2.0" +maintainer: "Daniel Bünzli " +authors: ["The astring programmers"] +homepage: "https://erratique.ch/software/astring" +doc: "https://erratique.ch/software/astring/doc" +dev-repo: "git+http://erratique.ch/repos/astring.git" +bug-reports: "https://github.com/dbuenzli/astring/issues" +tags: [ "string" "org:erratique" ] +license: "ISC" +depends: [ + "ocaml" {>= "4.05.0"} + "ocamlfind" {build} + "ocamlbuild" {build} + "topkg" {build} ] +build: [[ "ocaml" "pkg/pkg.ml" "build" "--pinned" "%{pinned}%" ]] + +synopsis: """Alternative String module for OCaml""" +description: """\ + +Astring exposes an alternative `String` module for OCaml. This module +tries to balance minimality and expressiveness for basic, index-free, +string processing and provides types and functions for substrings, +string sets and string maps. + +Remaining compatible with the OCaml `String` module is a non-goal. The +`String` module exposed by Astring has exception safe functions, +removes deprecated and rarely used functions, alters some signatures +and names, adds a few missing functions and fully exploits OCaml's +newfound string immutability. + +Astring depends only on the OCaml standard library. It is distributed +under the ISC license. +""" +url { + src: "https://erratique.ch/software/astring/releases/astring-0.8.5.tbz" + checksum: [ + "sha256=865692630c07c3ab87c66cdfc2734c0fdfc9c34a57f8e89ffec7c7d15e7a70fa" + "md5=e148907c24157d1df43bec89b58b3ec8" + ] +} diff --git a/compiler/esy.lock/opam/bigstringaf.0.9.1/opam b/compiler/esy.lock/opam/bigstringaf.0.10.0/opam similarity index 90% rename from compiler/esy.lock/opam/bigstringaf.0.9.1/opam rename to compiler/esy.lock/opam/bigstringaf.0.10.0/opam index 8ef7b7c8eb..1c3031ec4b 100644 --- a/compiler/esy.lock/opam/bigstringaf.0.9.1/opam +++ b/compiler/esy.lock/opam/bigstringaf.0.10.0/opam @@ -43,6 +43,6 @@ Bigstrings and other string-like types. So here they are. Go crazy. """ url { - src: "https://github.com/inhabitedtype/bigstringaf/archive/0.9.1.tar.gz" - checksum: "md5=909fdc277cf03096a35b565325d5314a" + src: "https://github.com/inhabitedtype/bigstringaf/archive/0.10.0.tar.gz" + checksum: "md5=be0a44416840852777651150757a0a3b" } diff --git a/compiler/esy.lock/opam/camlp-streams.5.0.1/opam b/compiler/esy.lock/opam/camlp-streams.5.0.1/opam new file mode 100644 index 0000000000..60e5131163 --- /dev/null +++ b/compiler/esy.lock/opam/camlp-streams.5.0.1/opam @@ -0,0 +1,59 @@ +opam-version: "2.0" +synopsis: "The Stream and Genlex libraries for use with Camlp4 and Camlp5" +description: """ + +This package provides two library modules: +- Stream: imperative streams, with in-place update and memoization + of the latest element produced. +- Genlex: a small parameterized lexical analyzer producing streams + of tokens from streams of characters. + +The two modules are designed for use with Camlp4 and Camlp5: +- The stream patterns and stream expressions of Camlp4/Camlp5 consume + and produce data of type 'a Stream.t. +- The Genlex tokenizer can be used as a simple lexical analyzer for + Camlp4/Camlp5-generated parsers. + +The Stream module can also be used by hand-written recursive-descent +parsers, but is not very convenient for this purpose. + +The Stream and Genlex modules have been part of the OCaml standard library +for a long time, and have been distributed as part of the core OCaml system. +They will be removed from the OCaml standard library at some future point, +but will be maintained and distributed separately in this camlpstreams package. +""" +maintainer: [ + "Florian Angeletti " + "Xavier Leroy " +] +authors: ["Daniel de Rauglaudre" "Xavier Leroy"] +license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" +homepage: "https://github.com/ocaml/camlp-streams" +bug-reports: "https://github.com/ocaml/camlp-streams/issues" +depends: [ + "dune" {>= "2.7"} + "ocaml" {>= "4.02.3"} + "odoc" {with-doc} +] +build: [ + ["dune" "subst"] {dev} + [ + "dune" + "build" + "-p" + name + "-j" + jobs + "@install" + "@runtest" {with-test} + "@doc" {with-doc} + ] +] +dev-repo: "git+https://github.com/ocaml/camlp-streams.git" +url { + src: "https://github.com/ocaml/camlp-streams/archive/v5.0.1.tar.gz" + checksum: [ + "md5=afc874b25f7a1f13e8f5cfc1182b51a7" + "sha512=2efa8dd4a636217c8d49bac1e4e7e5558fc2f45cfea66514140a59fd99dd08d61fb9f1e17804997ff648b71b13820a5d4a1eb70fed9d848aa2abd6e41f853c86" + ] +} diff --git a/compiler/esy.lock/opam/chrome-trace.3.11.1/opam b/compiler/esy.lock/opam/chrome-trace.3.17.1/opam similarity index 67% rename from compiler/esy.lock/opam/chrome-trace.3.11.1/opam rename to compiler/esy.lock/opam/chrome-trace.3.17.1/opam index da2dd42da9..ae48825c1f 100644 --- a/compiler/esy.lock/opam/chrome-trace.3.11.1/opam +++ b/compiler/esy.lock/opam/chrome-trace.3.17.1/opam @@ -9,7 +9,7 @@ homepage: "https://github.com/ocaml/dune" doc: "https://dune.readthedocs.io/" bug-reports: "https://github.com/ocaml/dune/issues" depends: [ - "dune" {>= "3.5"} + "dune" {>= "3.12"} "ocaml" {>= "4.08.0"} "odoc" {with-doc} ] @@ -31,10 +31,10 @@ build: [ ] url { src: - "https://github.com/ocaml/dune/releases/download/3.11.1/dune-3.11.1.tbz" + "https://github.com/ocaml/dune/releases/download/3.17.1/dune-3.17.1.tbz" checksum: [ - "sha256=866f2307adadaf7604f3bf9d98bb4098792baa046953a6726c96c40fc5ed3f71" - "sha512=c888153b204a16bcfed2636de776bbd5f9ca84484e716cc1e9ef3ba3c904e9dd15a2609ae943cddb6097912623ec54618c58386d6730ff742d746850400fb3cc" + "sha256=6b9ee5ed051379a69ca45173ac6c5deb56b44a1c16e30b7c371343303d835ac6" + "sha512=fed5b091c307a2817e415456bd66a6bc98d7daaedd08a388b8544a6371346f9227765bcceb6b480a2192e0ec198cd6a818ba50af56819fd70992b14a4d0baccf" ] } -x-commit-hash: "7cbb0e7277c6cacd1ccf7941cac5a03c25fc63cf" +x-commit-hash: "12010a06d8ec7cdcf8a1f63b242e9626e1bd620f" diff --git a/compiler/esy.lock/opam/cmdliner.1.2.0/opam b/compiler/esy.lock/opam/cmdliner.1.3.0/opam similarity index 90% rename from compiler/esy.lock/opam/cmdliner.1.2.0/opam rename to compiler/esy.lock/opam/cmdliner.1.3.0/opam index b29bd296e5..fa9ba3bc58 100644 --- a/compiler/esy.lock/opam/cmdliner.1.2.0/opam +++ b/compiler/esy.lock/opam/cmdliner.1.3.0/opam @@ -33,7 +33,7 @@ install: [ ] dev-repo: "git+https://erratique.ch/repos/cmdliner.git" url { - src: "https://erratique.ch/software/cmdliner/releases/cmdliner-1.2.0.tbz" + src: "https://erratique.ch/software/cmdliner/releases/cmdliner-1.3.0.tbz" checksum: - "sha512=6fcd6a59a6fbc6986b1aecdc3e4ce7a0dc43c65a16b427d6caa5504b10b51384f6b0bc703af646b09f5f1caeb6827b37d4480ce350ca8006204c850785f2810b" + "sha512=4c46bc334444ff772637deae2f5ba03645d7a1b7db523470a1246acfce79b971c764d964cbb02388639b3161b279700d9ade95da550446fb32aa4849c8a8f283" } \ No newline at end of file diff --git a/compiler/esy.lock/opam/cppo.1.6.9/opam b/compiler/esy.lock/opam/cppo.1.8.0/opam similarity index 57% rename from compiler/esy.lock/opam/cppo.1.6.9/opam rename to compiler/esy.lock/opam/cppo.1.8.0/opam index 9c51ec6d81..85270a79f8 100644 --- a/compiler/esy.lock/opam/cppo.1.6.9/opam +++ b/compiler/esy.lock/opam/cppo.1.8.0/opam @@ -1,6 +1,7 @@ +# This file is generated by dune, edit dune-project instead opam-version: "2.0" synopsis: "Code preprocessor like cpp for OCaml" -description: """\ +description: """ Cppo is an equivalent of the C preprocessor for OCaml programs. It allows the definition of simple macros and file inclusion. @@ -9,31 +10,40 @@ Cppo is: * more OCaml-friendly than cpp * easy to learn without consulting a manual * reasonably fast -* simple to install and to maintain""" +* simple to install and to maintain +""" maintainer: [ "Martin Jambon " "Yishuai Li " ] -authors: "Martin Jambon" +authors: ["Martin Jambon"] license: "BSD-3-Clause" homepage: "https://github.com/ocaml-community/cppo" doc: "https://ocaml-community.github.io/cppo" bug-reports: "https://github.com/ocaml-community/cppo/issues" depends: [ "ocaml" {>= "4.02.3"} - "dune" {>= "1.10"} + "dune" {>= "2.0"} "base-unix" ] build: [ ["dune" "subst"] {dev} - ["dune" "build" "-p" name "-j" jobs] - ["dune" "runtest" "-p" name "-j" jobs] {with-test} - ["dune" "build" "-p" name "@doc"] {with-doc} + [ + "dune" + "build" + "-p" + name + "-j" + jobs + "@install" + "@runtest" {with-test} + "@doc" {with-doc} + ] ] dev-repo: "git+https://github.com/ocaml-community/cppo.git" url { - src: "https://github.com/ocaml-community/cppo/archive/v1.6.9.tar.gz" + src: "https://github.com/ocaml-community/cppo/archive/v1.8.0.tar.gz" checksum: [ - "md5=d23ffe85ac7dc8f0afd1ddf622770d09" - "sha512=26ff5a7b7f38c460661974b23ca190f0feae3a99f1974e0fd12ccf08745bd7d91b7bc168c70a5385b837bfff9530e0e4e41cf269f23dd8cf16ca658008244b44" + "md5=a197cb393b84f6b30e0ff55080ac429b" + "sha512=3840725b767a0300bdc48f11d26d798bdcae0a764ed6798df3a08dfc8cc76fe124b14a19d47c9b5ea8e229d68b0311510afce77c0e4d9131fbda5116dc2689a2" ] -} \ No newline at end of file +} diff --git a/compiler/esy.lock/opam/dune-build-info.3.11.1/opam b/compiler/esy.lock/opam/dune-build-info.3.17.1/opam similarity index 73% rename from compiler/esy.lock/opam/dune-build-info.3.11.1/opam rename to compiler/esy.lock/opam/dune-build-info.3.17.1/opam index f0bb6ed48b..5cffb0c8d4 100644 --- a/compiler/esy.lock/opam/dune-build-info.3.11.1/opam +++ b/compiler/esy.lock/opam/dune-build-info.3.17.1/opam @@ -15,7 +15,7 @@ homepage: "https://github.com/ocaml/dune" doc: "https://dune.readthedocs.io/" bug-reports: "https://github.com/ocaml/dune/issues" depends: [ - "dune" {>= "3.5"} + "dune" {>= "3.12"} "ocaml" {>= "4.08"} "odoc" {with-doc} ] @@ -37,10 +37,10 @@ build: [ ] url { src: - "https://github.com/ocaml/dune/releases/download/3.11.1/dune-3.11.1.tbz" + "https://github.com/ocaml/dune/releases/download/3.17.1/dune-3.17.1.tbz" checksum: [ - "sha256=866f2307adadaf7604f3bf9d98bb4098792baa046953a6726c96c40fc5ed3f71" - "sha512=c888153b204a16bcfed2636de776bbd5f9ca84484e716cc1e9ef3ba3c904e9dd15a2609ae943cddb6097912623ec54618c58386d6730ff742d746850400fb3cc" + "sha256=6b9ee5ed051379a69ca45173ac6c5deb56b44a1c16e30b7c371343303d835ac6" + "sha512=fed5b091c307a2817e415456bd66a6bc98d7daaedd08a388b8544a6371346f9227765bcceb6b480a2192e0ec198cd6a818ba50af56819fd70992b14a4d0baccf" ] } -x-commit-hash: "7cbb0e7277c6cacd1ccf7941cac5a03c25fc63cf" +x-commit-hash: "12010a06d8ec7cdcf8a1f63b242e9626e1bd620f" diff --git a/compiler/esy.lock/opam/dune-configurator.3.11.1/opam b/compiler/esy.lock/opam/dune-configurator.3.17.1/opam similarity index 74% rename from compiler/esy.lock/opam/dune-configurator.3.11.1/opam rename to compiler/esy.lock/opam/dune-configurator.3.17.1/opam index 8ee593d155..0c801822ab 100644 --- a/compiler/esy.lock/opam/dune-configurator.3.11.1/opam +++ b/compiler/esy.lock/opam/dune-configurator.3.17.1/opam @@ -17,7 +17,7 @@ homepage: "https://github.com/ocaml/dune" doc: "https://dune.readthedocs.io/" bug-reports: "https://github.com/ocaml/dune/issues" depends: [ - "dune" {>= "3.5"} + "dune" {>= "3.12"} "ocaml" {>= "4.04.0"} "base-unix" "csexp" {>= "1.5.0"} @@ -41,10 +41,10 @@ build: [ ] url { src: - "https://github.com/ocaml/dune/releases/download/3.11.1/dune-3.11.1.tbz" + "https://github.com/ocaml/dune/releases/download/3.17.1/dune-3.17.1.tbz" checksum: [ - "sha256=866f2307adadaf7604f3bf9d98bb4098792baa046953a6726c96c40fc5ed3f71" - "sha512=c888153b204a16bcfed2636de776bbd5f9ca84484e716cc1e9ef3ba3c904e9dd15a2609ae943cddb6097912623ec54618c58386d6730ff742d746850400fb3cc" + "sha256=6b9ee5ed051379a69ca45173ac6c5deb56b44a1c16e30b7c371343303d835ac6" + "sha512=fed5b091c307a2817e415456bd66a6bc98d7daaedd08a388b8544a6371346f9227765bcceb6b480a2192e0ec198cd6a818ba50af56819fd70992b14a4d0baccf" ] } -x-commit-hash: "7cbb0e7277c6cacd1ccf7941cac5a03c25fc63cf" +x-commit-hash: "12010a06d8ec7cdcf8a1f63b242e9626e1bd620f" diff --git a/compiler/esy.lock/opam/dune-rpc.3.11.1/opam b/compiler/esy.lock/opam/dune-rpc.3.17.1/opam similarity index 68% rename from compiler/esy.lock/opam/dune-rpc.3.11.1/opam rename to compiler/esy.lock/opam/dune-rpc.3.17.1/opam index 9ec6981475..b82d1f9f12 100644 --- a/compiler/esy.lock/opam/dune-rpc.3.11.1/opam +++ b/compiler/esy.lock/opam/dune-rpc.3.17.1/opam @@ -8,7 +8,7 @@ homepage: "https://github.com/ocaml/dune" doc: "https://dune.readthedocs.io/" bug-reports: "https://github.com/ocaml/dune/issues" depends: [ - "dune" {>= "3.5"} + "dune" {>= "3.12"} "csexp" "ordering" "dyn" @@ -35,10 +35,10 @@ build: [ ] url { src: - "https://github.com/ocaml/dune/releases/download/3.11.1/dune-3.11.1.tbz" + "https://github.com/ocaml/dune/releases/download/3.17.1/dune-3.17.1.tbz" checksum: [ - "sha256=866f2307adadaf7604f3bf9d98bb4098792baa046953a6726c96c40fc5ed3f71" - "sha512=c888153b204a16bcfed2636de776bbd5f9ca84484e716cc1e9ef3ba3c904e9dd15a2609ae943cddb6097912623ec54618c58386d6730ff742d746850400fb3cc" + "sha256=6b9ee5ed051379a69ca45173ac6c5deb56b44a1c16e30b7c371343303d835ac6" + "sha512=fed5b091c307a2817e415456bd66a6bc98d7daaedd08a388b8544a6371346f9227765bcceb6b480a2192e0ec198cd6a818ba50af56819fd70992b14a4d0baccf" ] } -x-commit-hash: "7cbb0e7277c6cacd1ccf7941cac5a03c25fc63cf" +x-commit-hash: "12010a06d8ec7cdcf8a1f63b242e9626e1bd620f" diff --git a/compiler/esy.lock/opam/dune.3.11.1/opam b/compiler/esy.lock/opam/dune.3.16.1/opam similarity index 69% rename from compiler/esy.lock/opam/dune.3.11.1/opam rename to compiler/esy.lock/opam/dune.3.16.1/opam index e79328cef9..e04a81eebe 100644 --- a/compiler/esy.lock/opam/dune.3.11.1/opam +++ b/compiler/esy.lock/opam/dune.3.16.1/opam @@ -2,19 +2,19 @@ opam-version: "2.0" synopsis: "Fast, portable, and opinionated build system" description: """ -dune is a build system that was designed to simplify the release of +Dune is a build system that was designed to simplify the release of Jane Street packages. It reads metadata from "dune" files following a very simple s-expression syntax. -dune is fast, has very low-overhead, and supports parallel builds on +Dune is fast, has very low-overhead, and supports parallel builds on all platforms. It has no system dependencies; all you need to build dune or packages using dune is OCaml. You don't need make or bash as long as the packages themselves don't use bash explicitly. -dune supports multi-package development by simply dropping multiple -repositories into the same directory. +Dune is composable; supporting multi-package development by simply +dropping multiple repositories into the same directory. -It also supports multi-context builds, such as building against +Dune also supports multi-context builds, such as building against several opam roots/switches simultaneously. This helps maintaining packages across several versions of OCaml and gives cross-compilation for free. @@ -48,10 +48,10 @@ depends: [ ] url { src: - "https://github.com/ocaml/dune/releases/download/3.11.1/dune-3.11.1.tbz" + "https://github.com/ocaml/dune/releases/download/3.16.1/dune-3.16.1.tbz" checksum: [ - "sha256=866f2307adadaf7604f3bf9d98bb4098792baa046953a6726c96c40fc5ed3f71" - "sha512=c888153b204a16bcfed2636de776bbd5f9ca84484e716cc1e9ef3ba3c904e9dd15a2609ae943cddb6097912623ec54618c58386d6730ff742d746850400fb3cc" + "sha256=b781ae20f87613c2a11bd0717809e00470c82d615e15264f9a64e033051ac3de" + "sha512=fddf940d5634400fa14f6728235e0dba055b90a47f868d9fee80c9523b93fb2b9920a00e70dfdc5e1dd26a21d695ce854267b6a2ec305ce89ce9447733f7242c" ] } -x-commit-hash: "7cbb0e7277c6cacd1ccf7941cac5a03c25fc63cf" +x-commit-hash: "3c2b57bc29e3ba758bfe025d93e22737e3b359f2" diff --git a/compiler/esy.lock/opam/dyn.3.11.1/opam b/compiler/esy.lock/opam/dyn.3.17.1/opam similarity index 66% rename from compiler/esy.lock/opam/dyn.3.11.1/opam rename to compiler/esy.lock/opam/dyn.3.17.1/opam index 30ca00c809..fd2a5d0724 100644 --- a/compiler/esy.lock/opam/dyn.3.11.1/opam +++ b/compiler/esy.lock/opam/dyn.3.17.1/opam @@ -8,7 +8,7 @@ homepage: "https://github.com/ocaml/dune" doc: "https://dune.readthedocs.io/" bug-reports: "https://github.com/ocaml/dune/issues" depends: [ - "dune" {>= "3.5"} + "dune" {>= "3.12"} "ocaml" {>= "4.08.0"} "ordering" {= version} "pp" {>= "1.1.0"} @@ -32,10 +32,10 @@ build: [ ] url { src: - "https://github.com/ocaml/dune/releases/download/3.11.1/dune-3.11.1.tbz" + "https://github.com/ocaml/dune/releases/download/3.17.1/dune-3.17.1.tbz" checksum: [ - "sha256=866f2307adadaf7604f3bf9d98bb4098792baa046953a6726c96c40fc5ed3f71" - "sha512=c888153b204a16bcfed2636de776bbd5f9ca84484e716cc1e9ef3ba3c904e9dd15a2609ae943cddb6097912623ec54618c58386d6730ff742d746850400fb3cc" + "sha256=6b9ee5ed051379a69ca45173ac6c5deb56b44a1c16e30b7c371343303d835ac6" + "sha512=fed5b091c307a2817e415456bd66a6bc98d7daaedd08a388b8544a6371346f9227765bcceb6b480a2192e0ec198cd6a818ba50af56819fd70992b14a4d0baccf" ] } -x-commit-hash: "7cbb0e7277c6cacd1ccf7941cac5a03c25fc63cf" +x-commit-hash: "12010a06d8ec7cdcf8a1f63b242e9626e1bd620f" diff --git a/compiler/esy.lock/opam/either.1.0.0/opam b/compiler/esy.lock/opam/either.1.0.0/opam new file mode 100644 index 0000000000..a368c2dab1 --- /dev/null +++ b/compiler/esy.lock/opam/either.1.0.0/opam @@ -0,0 +1,41 @@ +opam-version: "2.0" +synopsis: "Compatibility Either module" +description: """ +Projects that want to use the Either module defined in OCaml 4.12.0 while +staying compatible with older versions of OCaml should use this library +instead. +""" +maintainer: ["Craig Ferguson "] +authors: ["Craig Ferguson "] +license: "MIT" +homepage: "https://github.com/mirage/either" +doc: "https://mirage.github.io/either" +bug-reports: "https://github.com/mirage/either/issues" +depends: [ + "dune" {>= "2.0"} + "ocaml" +] +build: [ + ["dune" "subst"] {dev} + [ + "dune" + "build" + "-p" + name + "-j" + jobs + "@install" + "@runtest" {with-test} + "@doc" {with-doc} + ] +] +dev-repo: "git+https://github.com/mirage/either.git" +x-commit-hash: "a270ceac58e3e5bed6fe7e8bfb7132b14ee9c322" +url { + src: + "https://github.com/mirage/either/releases/download/1.0.0/either-1.0.0.tbz" + checksum: [ + "sha256=bf674de3312dee7b7215f07df1e8a96eb3d679164b8a918cdd95b8d97e505884" + "sha512=147854c09f897dd028b18a9f19acea8666107aaa7b1aab3c92f568af531364f57298edcaf3897d74246d3857d52e9bfb7ad0fc39220d988d9f14694ca1d5e9ed" + ] +} diff --git a/compiler/esy.lock/opam/fiber.3.7.0/opam b/compiler/esy.lock/opam/fiber.3.7.0/opam index 6a402766ce..fbf728c37a 100644 --- a/compiler/esy.lock/opam/fiber.3.7.0/opam +++ b/compiler/esy.lock/opam/fiber.3.7.0/opam @@ -8,7 +8,7 @@ bug-reports: "https://github.com/ocaml-dune/fiber/issues" depends: [ "dune" {>= "3.6"} "ocaml" {>= "4.08"} - "ppx_expect" {with-test} + "ppx_expect" {with-test & < "v0.17"} "dyn" "stdune" "odoc" {with-doc} diff --git a/compiler/esy.lock/opam/fpath.0.7.3/opam b/compiler/esy.lock/opam/fpath.0.7.3/opam new file mode 100644 index 0000000000..84350ace05 --- /dev/null +++ b/compiler/esy.lock/opam/fpath.0.7.3/opam @@ -0,0 +1,39 @@ +opam-version: "2.0" +maintainer: "Daniel Bünzli " +authors: ["The fpath programmers"] +homepage: "https://erratique.ch/software/fpath" +doc: "https://erratique.ch/software/fpath/doc" +dev-repo: "git+https://erratique.ch/repos/fpath.git" +bug-reports: "https://github.com/dbuenzli/fpath/issues" +tags: [ "file" "system" "path" "org:erratique" ] +license: "ISC" +depends: [ + "ocaml" {>= "4.03.0"} + "ocamlfind" {build} + "ocamlbuild" {build} + "topkg" {build & >= "0.9.0"} + "astring" +] +build: [[ + "ocaml" "pkg/pkg.ml" "build" + "--dev-pkg=true" {dev} ]] + +synopsis: """File system paths for OCaml""" +description: """\ + +Fpath is an OCaml module for handling file system paths with POSIX or +Windows conventions. Fpath processes paths without accessing the file +system and is independent from any system library. + +Fpath depends on [Astring][astring] and is distributed under the ISC +license. + +[astring]: http://erratique.ch/software/astring +""" +url { + src: "https://erratique.ch/software/fpath/releases/fpath-0.7.3.tbz" + checksum: [ + "sha256=12b08ff192d037d9b6d69e9ca19d1d385184f20b3237c27231e437ac81ace70f" + "md5=0740b530e8fed5b0adc5eee8463cfc2f" + ] +} diff --git a/compiler/esy.lock/opam/gen.1.1/opam b/compiler/esy.lock/opam/gen.1.1/opam index 30e8e332f3..cf9ae07c74 100644 --- a/compiler/esy.lock/opam/gen.1.1/opam +++ b/compiler/esy.lock/opam/gen.1.1/opam @@ -11,7 +11,7 @@ depends: [ "dune" {>= "1.1"} "seq" "odoc" {with-doc} - "qcheck" {with-test} + "qcheck" {with-test & >= "0.9"} "qtest" {with-test} "ounit2" {with-test} "ocaml" { >= "4.03.0" } diff --git a/compiler/esy.lock/opam/js_of_ocaml-compiler.5.0.1/opam b/compiler/esy.lock/opam/js_of_ocaml-compiler.5.9.1/opam similarity index 68% rename from compiler/esy.lock/opam/js_of_ocaml-compiler.5.0.1/opam rename to compiler/esy.lock/opam/js_of_ocaml-compiler.5.9.1/opam index 0917978df8..6e0512bf2b 100644 --- a/compiler/esy.lock/opam/js_of_ocaml-compiler.5.0.1/opam +++ b/compiler/esy.lock/opam/js_of_ocaml-compiler.5.9.1/opam @@ -4,23 +4,26 @@ description: "Js_of_ocaml is a compiler from OCaml bytecode to JavaScript. It makes it possible to run pure OCaml programs in JavaScript environment like browsers and Node.js" maintainer: ["Ocsigen team "] authors: ["Ocsigen team "] -license: - "GPL-2.0-or-later AND LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" +license: [ + "GPL-2.0-or-later" "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" +] homepage: "https://ocsigen.org/js_of_ocaml/latest/manual/overview" doc: "https://ocsigen.org/js_of_ocaml/latest/manual/overview" bug-reports: "https://github.com/ocsigen/js_of_ocaml/issues" depends: [ - "dune" {>= "3.2"} - "ocaml" {>= "4.04" & < "5.1"} + "dune" {>= "3.15"} + "ocaml" {>= "4.08" & < "5.4"} "num" {with-test} "ppx_expect" {>= "v0.14.2" & with-test} "ppxlib" {>= "0.15.0"} "re" {with-test} "cmdliner" {>= "1.1.0"} + "sedlex" {>= "3.3"} + "qcheck" {with-test} "menhir" "menhirLib" "menhirSdk" - "yojson" + "yojson" {>= "1.6"} "odoc" {with-doc} ] depopts: ["ocamlfind"] @@ -44,10 +47,10 @@ build: [ ] url { src: - "https://github.com/ocsigen/js_of_ocaml/releases/download/5.0.1/js_of_ocaml-5.0.1.tbz" + "https://github.com/ocsigen/js_of_ocaml/releases/download/5.9.1/js_of_ocaml-5.9.1.tbz" checksum: [ - "sha256=7a210f1ca16a742381947dc67c3d8d9f4c94fbf20738744b1353897985b61069" - "sha512=07a973561190686d56bd5d56d9a275e177716ea8b9720f6acc7ddf8618680844a6d0c798447567ea9542d83bab524c165d076f3cce0769a12fc483ef8cd6a733" + "sha256=68c95c60871d8e9c9a54c82f35e2ed50413bcb440f220d0b3516b2a1ee1c7307" + "sha512=288d68ea7a45e92375cf51c34bb1071dd26d0d8de54883f3422639561e1494ff43aa45c3d7466627fd7b5a9bb29a0c75e5744a3e7147f5d544bf2c5414083778" ] } -x-commit-hash: "66570bae49d9fae4341bc548dde9f944afe3b41a" +x-commit-hash: "a02342914f3221a298730d61537cc0d939ccb6e0" diff --git a/compiler/esy.lock/opam/merlin-extend.0.6.1/opam b/compiler/esy.lock/opam/merlin-extend.0.6.2/opam similarity index 73% rename from compiler/esy.lock/opam/merlin-extend.0.6.1/opam rename to compiler/esy.lock/opam/merlin-extend.0.6.2/opam index 9f99365052..dbef263d52 100644 --- a/compiler/esy.lock/opam/merlin-extend.0.6.1/opam +++ b/compiler/esy.lock/opam/merlin-extend.0.6.2/opam @@ -21,10 +21,10 @@ It extends what used to be done with the `-pp' flag to handle a few more cases." doc: "https://let-def.github.io/merlin-extend" url { src: - "https://github.com/let-def/merlin-extend/releases/download/v0.6.1/merlin-extend-0.6.1.tbz" + "https://github.com/let-def/merlin-extend/releases/download/v0.6.2/merlin-extend-0.6.2.tbz" checksum: [ - "sha256=5ec84b355ddb2d129a5948b132bfacc93adcbde2158c7de695f7bfc3650bead7" - "sha512=631fc96aab2f35e12a078c9b4907ca7b0db9f1e3a4026040e6c23b82e0171c256a89fb5d4c887f1d156eb9e3152783cdf7a546b2496051007a1bcf5777417396" + "sha256=47558e7f30b64462f2b9c82fb7f787133acfa0d5132452b6ad7848e0b0f4d779" + "sha512=50696cb2099b84d4a5497fb778c969ca446e5639a91bcde6e2177588fbf72fe4f7a3c27b62384292ad873291719c5893673f1acce4755e81b5e05f9fd3e45b65" ] } -x-commit-hash: "cf2707bbe8e034c6ecf5d0fecd3fd889f6ab14bf" +x-commit-hash: "098988ee19502645cf039b41027ec4f5e89197ab" diff --git a/compiler/esy.lock/opam/num.1.4/opam b/compiler/esy.lock/opam/num.1.4/opam deleted file mode 100644 index 0cea40c1e0..0000000000 --- a/compiler/esy.lock/opam/num.1.4/opam +++ /dev/null @@ -1,34 +0,0 @@ -opam-version: "2.0" -synopsis: - "The legacy Num library for arbitrary-precision integer and rational arithmetic" -maintainer: "Xavier Leroy " -authors: ["Valérie Ménissier-Morain" "Pierre Weis" "Xavier Leroy"] -license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" -homepage: "https://github.com/ocaml/num/" -bug-reports: "https://github.com/ocaml/num/issues" -depends: [ - "ocaml" {>= "4.06.0"} - "ocamlfind" {build & >= "1.7.3"} -] -conflicts: [ - "base-num" - "ocaml-option-bytecode-only" -] -build: make -install: [ - ["ocamlfind" "remove" "num"] - ["ocamlfind" "remove" "num-top"] - [ - make - "install" {!ocaml:preinstalled} - "findlib-install" {ocaml:preinstalled} - ] -] -dev-repo: "git+https://github.com/ocaml/num.git" -url { - src: "https://github.com/ocaml/num/archive/v1.4.tar.gz" - checksum: [ - "md5=cda2b727e116a0b6a9c03902cc4b2415" - "sha512=0cc9be8ad95704bb683b4bf6698bada1ee9a40dc05924b72adc7b969685c33eeb68ccf174cc09f6a228c48c18fe94af06f28bebc086a24973a066da620db8e6f" - ] -} diff --git a/compiler/esy.lock/opam/num.1.5/opam b/compiler/esy.lock/opam/num.1.5/opam new file mode 100644 index 0000000000..ec7afbd0a3 --- /dev/null +++ b/compiler/esy.lock/opam/num.1.5/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +maintainer: "Xavier Leroy " +authors: [ + "Valérie Ménissier-Morain" + "Pierre Weis" + "Xavier Leroy" +] +license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" +homepage: "https://github.com/ocaml/num/" +bug-reports: "https://github.com/ocaml/num/issues" +dev-repo: "git+https://github.com/ocaml/num.git" +build: [ + [make "PROFILE=release" + "opam-legacy" {!ocaml:preinstalled & ocaml:version < "5.0.0~~"} + "opam-modern" {ocaml:preinstalled | ocaml:version >= "5.0.0~~"}] + [make "test"] {with-test} +] +depends: [ + "ocaml" {>= "4.06.0"} +] +conflicts: [ "base-num" ] +synopsis: + "The legacy Num library for arbitrary-precision integer and rational arithmetic" +url { + src: "https://github.com/ocaml/num/archive/v1.5.tar.gz" + checksum: [ + "md5=b1f9405dfe5f573ea187f122f789ae57" + "sha512=110dd01140c1c96f5f067aa824bb63f74a26411dcaa65aaf04cb6c44b116ca02aaab9505f431c66964388ce4a31d86da5928b4c0e5557800e834de80bed46495" + ] +} diff --git a/compiler/esy.lock/opam/ocaml-compiler-libs.v0.12.4/opam b/compiler/esy.lock/opam/ocaml-compiler-libs.v0.12.4/opam index 14c9f75375..a2df8c6154 100644 --- a/compiler/esy.lock/opam/ocaml-compiler-libs.v0.12.4/opam +++ b/compiler/esy.lock/opam/ocaml-compiler-libs.v0.12.4/opam @@ -10,7 +10,7 @@ homepage: "https://github.com/janestreet/ocaml-compiler-libs" bug-reports: "https://github.com/janestreet/ocaml-compiler-libs/issues" depends: [ "dune" {>= "2.8"} - "ocaml" {>= "4.04.1"} + "ocaml" {>= "4.04.1" & < "5.2.0"} "odoc" {with-doc} ] build: [ diff --git a/compiler/esy.lock/opam/ocaml-version.3.7.2/opam b/compiler/esy.lock/opam/ocaml-version.3.7.2/opam new file mode 100644 index 0000000000..ea710799a4 --- /dev/null +++ b/compiler/esy.lock/opam/ocaml-version.3.7.2/opam @@ -0,0 +1,53 @@ +opam-version: "2.0" +synopsis: "Manipulate, parse and generate OCaml compiler version strings" +description: """\ +This library provides facilities to parse version numbers of the OCaml compiler, and enumerates the various official OCaml releases and configuration variants. + +OCaml version numbers are of the form `major.minor.patch+extra`, where the `patch` and `extra` fields are optional. This library offers the following functionality: + +- Functions to parse and serialise OCaml compiler version numbers. +- Enumeration of official OCaml compiler version releases. +- Test compiler versions for a particular feature (e.g. the `bytes` type) +- [opam](https://opam.ocaml.org) compiler switch enumeration. + +### Further information + +- **Discussion:** Post on with the `ocaml` tag under the Ecosystem category. +- **Bugs:** +- **Docs:** """ +maintainer: "Anil Madhavapeddy " +authors: "Anil Madhavapeddy " +license: "ISC" +tags: "org:ocamllabs" +homepage: "https://github.com/ocurrent/ocaml-version" +doc: "https://ocurrent.github.io/ocaml-version/doc" +bug-reports: "https://github.com/ocurrent/ocaml-version/issues" +depends: [ + "dune" {>= "3.6"} + "ocaml" {>= "4.07.0"} + "alcotest" {with-test} + "odoc" {with-doc} +] +build: [ + ["dune" "subst"] {dev} + [ + "dune" + "build" + "-p" + name + "-j" + jobs + "@install" + "@runtest" {with-test} + "@doc" {with-doc} + ] +] +dev-repo: "git+https://github.com/ocurrent/ocaml-version.git" +url { + src: + "https://github.com/ocurrent/ocaml-version/releases/download/v3.7.2/ocaml-version-3.7.2.tbz" + checksum: [ + "md5=ff2566c392ed9d2faa0b437dd4e43d8d" + "sha512=119cf2147af5c10d8dcd1baae665ea237c38ce0a8cc2e43583c6265bf8ad73a3c42b8c08664995d2524b17cc345c1cad1c1fd0d6660bdf0da2e49331a3973c2a" + ] +} \ No newline at end of file diff --git a/compiler/esy.lock/opam/ocamlbuild.0.14.2+win/opam b/compiler/esy.lock/opam/ocamlbuild.0.14.2+win/opam deleted file mode 100644 index 19651dfbcb..0000000000 --- a/compiler/esy.lock/opam/ocamlbuild.0.14.2+win/opam +++ /dev/null @@ -1,38 +0,0 @@ -opam-version: "2.0" -synopsis: - "OCamlbuild is a build system with builtin rules to easily build most OCaml projects" -maintainer: "Gabriel Scherer " -authors: ["Nicolas Pouillard" "Berke Durak"] -license: "LGPL-2.0-or-later WITH OCaml-LGPL-linking-exception" -homepage: "https://github.com/ocaml/ocamlbuild/" -doc: "https://github.com/ocaml/ocamlbuild/blob/master/manual/manual.adoc" -bug-reports: "https://github.com/ocaml/ocamlbuild/issues" -depends: [ - "ocaml" {>= "4.03"} -] -conflicts: [ - "base-ocamlbuild" - "ocamlfind" {< "1.6.2"} -] -build: [ - [make "all"] -] -install: [ - [make "install"] - ["mkdir" "-p" "%{lib}%/ocamlbuild"] - ["install" "-m" "0644" "META" "%{lib}%/ocamlbuild"] -] -dev-repo: "git+https://github.com/ocaml/ocamlbuild.git" -url { - src: "https://github.com/ocaml/ocamlbuild/archive/refs/tags/0.14.2.tar.gz" - checksum: [ - "md5=2f407fadd57b073155a6aead887d9676" - "sha512=f568bf10431a1f701e8bd7554dc662400a0d978411038bbad93d44dceab02874490a8a5886a9b44e017347e7949997f13f5c3752f74e1eb5e273d2beb19a75fd" - ] -} -extra-source "ocamlbuild-0.14.2.patch" { - src: "https://raw.githubusercontent.com/ocaml-opam/opam-repository-mingw/354a87b397856f2a70024c5c83fc5001074935b6/packages/ocamlbuild/ocamlbuild.0.14.2/files/ocamlbuild-0.14.2.patch" - checksum: "sha256=a9b7e1829a3304e5a073d8ddea29d3d8272698e93b7e1ee659ae5e31e5cfb6b9" -} -patches: "ocamlbuild-0.14.2.patch" -available: os = "win32" diff --git a/compiler/esy.lock/opam/ocamlbuild.0.15.0/opam b/compiler/esy.lock/opam/ocamlbuild.0.15.0/opam new file mode 100644 index 0000000000..845912189d --- /dev/null +++ b/compiler/esy.lock/opam/ocamlbuild.0.15.0/opam @@ -0,0 +1,44 @@ +opam-version: "2.0" +maintainer: "Gabriel Scherer " +authors: ["Nicolas Pouillard" "Berke Durak"] +homepage: "https://github.com/ocaml/ocamlbuild/" +bug-reports: "https://github.com/ocaml/ocamlbuild/issues" +license: "LGPL-2.0-or-later WITH OCaml-LGPL-linking-exception" +doc: "https://github.com/ocaml/ocamlbuild/blob/master/manual/manual.adoc" +dev-repo: "git+https://github.com/ocaml/ocamlbuild.git" +synopsis: + "OCamlbuild is a build system with builtin rules to easily build most OCaml projects" + +build: [ + [ + make + "-f" + "configure.make" + "all" + "OCAMLBUILD_PREFIX=%{prefix}%" + "OCAMLBUILD_BINDIR=%{bin}%" + "OCAMLBUILD_LIBDIR=%{lib}%" + "OCAMLBUILD_MANDIR=%{man}%" + "OCAML_NATIVE=%{ocaml:native}%" + "OCAML_NATIVE_TOOLS=%{ocaml:native}%" + ] + [make "check-if-preinstalled" "all" "opam-install"] +] + +conflicts: [ + "base-ocamlbuild" + "ocamlfind" {< "1.6.2"} +] + +depends: [ + "ocaml" {>= "4.08"} + "ocamlfind" {with-test} + "menhirLib" {with-test} +] + +url { + src: "https://github.com/ocaml/ocamlbuild/archive/refs/tags/0.15.0.tar.gz" + checksum: [ + "sha512=c8311a9a78491bf759eb27153d6ba4692d27cd935759a145f96a8ba8f3c2e97cef54e7d654ed1c2c07c74f60482a4fef5224e26d0f04450e69cdcb9418c762d3" + ] +} diff --git a/compiler/esy.lock/opam/ocamlfind.1.9.6/opam b/compiler/esy.lock/opam/ocamlfind.1.9.3/opam similarity index 70% rename from compiler/esy.lock/opam/ocamlfind.1.9.6/opam rename to compiler/esy.lock/opam/ocamlfind.1.9.3/opam index a81f0c50ef..d734d63b03 100644 --- a/compiler/esy.lock/opam/ocamlfind.1.9.6/opam +++ b/compiler/esy.lock/opam/ocamlfind.1.9.3/opam @@ -13,7 +13,7 @@ authors: "Gerd Stolpmann " homepage: "http://projects.camlcity.org/projects/findlib.html" bug-reports: "https://github.com/ocaml/ocamlfind/issues" depends: [ - "ocaml" {>= "3.08.0"} + "ocaml" {>= "4.00.0" & < "5.0"} ] depopts: ["graphics"] build: [ @@ -34,15 +34,11 @@ install: [ [make "install"] ["install" "-m" "0755" "ocaml-stub" "%{bin}%/ocaml"] {ocaml:preinstalled} ] -extra-files: ["0001-Harden-test-for-OCaml-5.patch" "md5=3cddbf72164c29d4e50e077a92a37c6c"] -# See https://github.com/ocaml/ocamlfind/pull/61 -patches: ["0001-Harden-test-for-OCaml-5.patch"] dev-repo: "git+https://github.com/ocaml/ocamlfind.git" url { - src: "http://download.camlcity.org/download/findlib-1.9.6.tar.gz" + src: "http://download.camlcity.org/download/findlib-1.9.3.tar.gz" checksum: [ - "md5=96c6ee50a32cca9ca277321262dbec57" - "sha512=cfaf1872d6ccda548f07d32cc6b90c3aafe136d2aa6539e03143702171ee0199add55269bba894c77115535dc46a5835901a5d7c75768999e72db503bfd83027" + "md5=24047dd8a0da5322253de9b7aa254e42" + "sha512=27cc4ce141576bf477fb9d61a82ad65f55478740eed59fb43f43edb794140829fd2ff89ad27d8a890cfc336b54c073a06de05b31100fc7c01cacbd7d88e928ea" ] } -available: os != "win32" diff --git a/compiler/esy.lock/opam/ocamlfind.1.9.6/files/0001-Harden-test-for-OCaml-5.patch b/compiler/esy.lock/opam/ocamlfind.1.9.6/files/0001-Harden-test-for-OCaml-5.patch deleted file mode 100644 index 8011238cde..0000000000 --- a/compiler/esy.lock/opam/ocamlfind.1.9.6/files/0001-Harden-test-for-OCaml-5.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff a/configure b/configure ---- a/configure -+++ b/configure -@@ -294,7 +294,7 @@ - # If findlib has been configured -sitelib $(ocamlc -where) then there's - # nothing to do, but otherwise we need to put OCaml's Standard Library - # into the path setting. -- if [ ! -e "${ocaml_sitelib}/stdlib/META" ]; then -+ if [ ! -e "${ocaml_sitelib}/stdlib.cmi" ]; then - ocamlpath="${ocaml_core_stdlib}${path_sep}${ocamlpath}" - fi - fi diff --git a/compiler/esy.lock/opam/ocamlformat-lib.0.26.2/opam b/compiler/esy.lock/opam/ocamlformat-lib.0.26.2/opam new file mode 100644 index 0000000000..b44dabd6d7 --- /dev/null +++ b/compiler/esy.lock/opam/ocamlformat-lib.0.26.2/opam @@ -0,0 +1,68 @@ +opam-version: "2.0" +synopsis: "OCaml Code Formatter" +description: + "OCamlFormat is a tool to automatically format OCaml code in a uniform style." +maintainer: [ + "Guillaume Petiot " + "Jules Aguillon " + "Emile Trotignon " +] +authors: [ + "Josh Berdine " + "Hugo Heuzard " + "Etienne Millon " + "Guillaume Petiot " + "Jules Aguillon " +] +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"} + "base" {>= "v0.12.0"} + "dune" {>= "2.8"} + "dune-build-info" + "either" + "fix" + "fpath" + "menhir" {>= "20201216"} + "menhirLib" {>= "20201216"} + "menhirSdk" {>= "20201216"} + "ocaml-version" {>= "3.5.0"} + "ocamlformat-rpc-lib" {with-test & = version} + "ocp-indent" {with-test = "false" & >= "1.8.0" | with-test & >= "1.8.1"} + "stdio" + "uuseg" {>= "10.0.0"} + "uutf" {>= "1.0.1"} + "csexp" {>= "1.4.0"} + "astring" + "result" + "camlp-streams" + "odoc" {with-doc} +] +build: [ + ["dune" "subst"] {dev} + [ + "dune" + "build" + "-p" + name + "-j" + jobs + "@install" + "@runtest" {with-test} + "@doc" {with-doc} + ] +] +dev-repo: "git+https://github.com/ocaml-ppx/ocamlformat.git" +# OCamlFormat is distributed under the MIT license. Parts of the OCaml library are vendored for OCamlFormat and distributed under their original LGPL 2.1 license +license: ["MIT" "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"] +url { + src: + "https://github.com/ocaml-ppx/ocamlformat/releases/download/0.26.2/ocamlformat-0.26.2.tbz" + checksum: [ + "sha256=2e4f596bf7aa367a844fe83ba0f6b0bf14b2a65179ddc082363fe9793d0375c5" + "sha512=b03d57462e65b11aa9f78dd5c4548251e8d1c5a1c9662f7502bdb10472aeb9df33c1d407350767a5223fbff9c01d53de85bafacd0274b49abc4b43701b159bee" + ] +} +x-commit-hash: "f5727b32127730a2722f86c7119eb6d8f884e26d" diff --git a/compiler/esy.lock/opam/ocamlformat-rpc-lib.0.26.1/opam b/compiler/esy.lock/opam/ocamlformat-rpc-lib.0.27.0/opam similarity index 78% rename from compiler/esy.lock/opam/ocamlformat-rpc-lib.0.26.1/opam rename to compiler/esy.lock/opam/ocamlformat-rpc-lib.0.27.0/opam index e685d68abd..9b9c3ed494 100644 --- a/compiler/esy.lock/opam/ocamlformat-rpc-lib.0.26.1/opam +++ b/compiler/esy.lock/opam/ocamlformat-rpc-lib.0.27.0/opam @@ -40,10 +40,10 @@ build: [ dev-repo: "git+https://github.com/ocaml-ppx/ocamlformat.git" url { src: - "https://github.com/ocaml-ppx/ocamlformat/releases/download/0.26.1/ocamlformat-0.26.1.tbz" + "https://github.com/ocaml-ppx/ocamlformat/releases/download/0.27.0/ocamlformat-0.27.0.tbz" checksum: [ - "sha256=da006e427f15b9ec612fb808d446599bd9b7c3ee25abeb3d555747a70d74c6d7" - "sha512=b7413f8dc47ba3a2372e89d59cae54f9a602ab81e31cd14ed986a831111080b79a5a3cc45dac04d8ffae5054c35bf29fe9559f145c76c87a30e191ed5400942a" + "sha256=ddbf484c076d08f99400ee84b790ec231f5c8fcbd5d3324a6400d5388e846d15" + "sha512=4d2a8965a7b7ad45f8f4e76c01cf38bfa68462b07dfa7bdb2db23bd3e3017b214e6780f036679fa8595dde4167a01d957e3af8837274320449014e306773f917" ] } -x-commit-hash: "6734dfc1992eb782f0a936ce3cd7c78b7c1d39d3" +x-commit-hash: "5bac2e7f71d9b0a06bd1908dda9b13da1649eee1" diff --git a/compiler/esy.lock/opam/ocamlformat.0.26.2/opam b/compiler/esy.lock/opam/ocamlformat.0.26.2/opam new file mode 100644 index 0000000000..23328d88f3 --- /dev/null +++ b/compiler/esy.lock/opam/ocamlformat.0.26.2/opam @@ -0,0 +1,58 @@ +opam-version: "2.0" +synopsis: "Auto-formatter for OCaml code" +description: """ +**ocamlformat** is a code formatter for OCaml. It comes with opinionated default settings but is also fully customizable to suit your coding style. + +- **Profiles:** ocamlformat offers profiles we predefined formatting configurations. Profiles include `default`, `ocamlformat`, `janestreet`. +- **Configurable:** Users can change the formatting profile and configure every option in their `.ocamlformat` configuration file. +- **Format Comments:** ocamlformat can format comments, docstrings, and even code blocks in your comments. +- **RPC:** ocamlformat provides an RPC server that can be used by other tools to easily format OCaml Code.""" +maintainer: [ + "Guillaume Petiot " + "Jules Aguillon " + "Emile Trotignon " +] +authors: [ + "Josh Berdine " + "Hugo Heuzard " + "Etienne Millon " + "Guillaume Petiot " + "Jules Aguillon " +] +homepage: "https://github.com/ocaml-ppx/ocamlformat" +bug-reports: "https://github.com/ocaml-ppx/ocamlformat/issues" +depends: [ + "ocaml" {>= "4.08"} + "cmdliner" {with-test = "false" & >= "1.1.0" | with-test & >= "1.2.0"} + "dune" {>= "2.8"} + "ocamlformat-lib" {= version} + "ocamlformat-rpc-lib" {with-test & = version} + "re" {>= "1.10.3"} + "odoc" {with-doc} +] +build: [ + ["dune" "subst"] {dev} + [ + "dune" + "build" + "-p" + name + "-j" + jobs + "@install" + "@runtest" {with-test} + "@doc" {with-doc} + ] +] +dev-repo: "git+https://github.com/ocaml-ppx/ocamlformat.git" +# OCamlFormat is distributed under the MIT license. Parts of the OCaml library are vendored for OCamlFormat and distributed under their original LGPL 2.1 license +license: ["MIT" "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"] +url { + src: + "https://github.com/ocaml-ppx/ocamlformat/releases/download/0.26.2/ocamlformat-0.26.2.tbz" + checksum: [ + "sha256=2e4f596bf7aa367a844fe83ba0f6b0bf14b2a65179ddc082363fe9793d0375c5" + "sha512=b03d57462e65b11aa9f78dd5c4548251e8d1c5a1c9662f7502bdb10472aeb9df33c1d407350767a5223fbff9c01d53de85bafacd0274b49abc4b43701b159bee" + ] +} +x-commit-hash: "f5727b32127730a2722f86c7119eb6d8f884e26d" diff --git a/compiler/esy.lock/opam/ocp-indent.1.8.1/opam b/compiler/esy.lock/opam/ocp-indent.1.8.1/opam new file mode 100644 index 0000000000..4210beef2c --- /dev/null +++ b/compiler/esy.lock/opam/ocp-indent.1.8.1/opam @@ -0,0 +1,57 @@ +opam-version: "2.0" +maintainer: "contact@ocamlpro.com" +synopsis: "A simple tool to indent OCaml programs" +description: """ +Ocp-indent is based on an approximate, tolerant OCaml parser and a simple stack +machine ; this is much faster and more reliable than using regexps. Presets and +configuration options available, with the possibility to set them project-wide. +Supports most common syntax extensions, and extensible for others. + +Includes: +- An indentor program, callable from the command-line or from within editors +- Bindings for popular editors +- A library that can be directly used by editor writers, or just for + fault-tolerant/approximate parsing. +""" +authors: [ + "Louis Gesbert " + "Thomas Gazagnaire " + "Jun Furuse" +] +homepage: "http://www.typerex.org/ocp-indent.html" +bug-reports: "https://github.com/OCamlPro/ocp-indent/issues" +license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" +tags: ["org:ocamlpro" "org:typerex"] +dev-repo: "git+https://github.com/OCamlPro/ocp-indent.git" +build: [ + ["dune" "build" "-p" name "-j" jobs] +] +run-test: [ + ["dune" "runtest" "-p" name "-j" jobs] +] +depends: [ + "ocaml" + "dune" {>= "1.0"} + "cmdliner" {>= "1.0.0"} + "ocamlfind" + "base-bytes" +] +post-messages: [ + "This package requires additional configuration for use in editors. Install package 'user-setup', or manually: + +* for Emacs, add these lines to ~/.emacs: + (add-to-list 'load-path \"%{share}%/emacs/site-lisp\") + (require 'ocp-indent) + +* for Vim, add this line to ~/.vimrc: + set rtp^=\"%{share}%/ocp-indent/vim\" +" + {success & !user-setup:installed} +] +url { + src: "https://github.com/OCamlPro/ocp-indent/archive/1.8.1.tar.gz" + checksum: [ + "md5=70db6649a8c08a682ad63730c9752e31" + "sha512=565353de333dd44375366fff75e85a6256c3cd9ff52b3db79803141f975e77cda04dfe32f5e0f2d4c82c59be8f04e9c2bf4d066b113b2cdf267f4c3dcfa401da" + ] +} diff --git a/compiler/esy.lock/opam/octavius.1.2.2/opam b/compiler/esy.lock/opam/octavius.1.2.2/opam index 0539c097d1..e67874dc26 100644 --- a/compiler/esy.lock/opam/octavius.1.2.2/opam +++ b/compiler/esy.lock/opam/octavius.1.2.2/opam @@ -29,5 +29,8 @@ synopsis: "Ocamldoc comment syntax parser" description: "Octavius is a library to parse the `ocamldoc` comment syntax." url { src: "https://github.com/ocaml-doc/octavius/archive/v1.2.2.tar.gz" - checksum: "md5=72f9e1d996e6c5089fc513cc9218607b" + checksum: [ + "sha256=eac9104ce0316b69da9c44b9c477700fe0b52a888c89ce4bdf1d2b782a73e0ad" + "md5=72f9e1d996e6c5089fc513cc9218607b" + ] } diff --git a/compiler/esy.lock/opam/omd.1.3.2/opam b/compiler/esy.lock/opam/omd.1.3.2/opam index ad2e5014d0..3a805c0652 100644 --- a/compiler/esy.lock/opam/omd.1.3.2/opam +++ b/compiler/esy.lock/opam/omd.1.3.2/opam @@ -41,7 +41,7 @@ build: [ ] dev-repo: "git+https://github.com/ocaml/omd.git" url { - src: "https://github.com/ocaml/omd/releases/download/1.3.2/omd-1.3.2.tbz" + src: "https://github.com/ocaml/opam-source-archives/raw/main/omd-1.3.2.tbz" checksum: [ "sha256=6023e1642631f08f678eb5725820879ed7bb5a3ffee777cdedebc28c1f85fadb" "sha512=fa2070a5f5d30b2cc422937ac4158bb087134a69d47fa15df403afb1c0c60a73dd436c949faa8d44e0b65bdee039779d86191b55085b717253f91ef20a69ef98" diff --git a/compiler/esy.lock/opam/ordering.3.11.1/opam b/compiler/esy.lock/opam/ordering.3.17.1/opam similarity index 64% rename from compiler/esy.lock/opam/ordering.3.11.1/opam rename to compiler/esy.lock/opam/ordering.3.17.1/opam index 5416c8078f..192d81fb77 100644 --- a/compiler/esy.lock/opam/ordering.3.11.1/opam +++ b/compiler/esy.lock/opam/ordering.3.17.1/opam @@ -8,7 +8,7 @@ homepage: "https://github.com/ocaml/dune" doc: "https://dune.readthedocs.io/" bug-reports: "https://github.com/ocaml/dune/issues" depends: [ - "dune" {>= "3.5"} + "dune" {>= "3.12"} "ocaml" {>= "4.08.0"} "odoc" {with-doc} ] @@ -30,10 +30,10 @@ build: [ ] url { src: - "https://github.com/ocaml/dune/releases/download/3.11.1/dune-3.11.1.tbz" + "https://github.com/ocaml/dune/releases/download/3.17.1/dune-3.17.1.tbz" checksum: [ - "sha256=866f2307adadaf7604f3bf9d98bb4098792baa046953a6726c96c40fc5ed3f71" - "sha512=c888153b204a16bcfed2636de776bbd5f9ca84484e716cc1e9ef3ba3c904e9dd15a2609ae943cddb6097912623ec54618c58386d6730ff742d746850400fb3cc" + "sha256=6b9ee5ed051379a69ca45173ac6c5deb56b44a1c16e30b7c371343303d835ac6" + "sha512=fed5b091c307a2817e415456bd66a6bc98d7daaedd08a388b8544a6371346f9227765bcceb6b480a2192e0ec198cd6a818ba50af56819fd70992b14a4d0baccf" ] } -x-commit-hash: "7cbb0e7277c6cacd1ccf7941cac5a03c25fc63cf" +x-commit-hash: "12010a06d8ec7cdcf8a1f63b242e9626e1bd620f" diff --git a/compiler/esy.lock/opam/pp.1.2.0/opam b/compiler/esy.lock/opam/pp.2.0.0/opam similarity index 78% rename from compiler/esy.lock/opam/pp.1.2.0/opam rename to compiler/esy.lock/opam/pp.2.0.0/opam index 9f4fad20dd..3eb5751287 100644 --- a/compiler/esy.lock/opam/pp.1.2.0/opam +++ b/compiler/esy.lock/opam/pp.2.0.0/opam @@ -29,8 +29,9 @@ doc: "https://ocaml-dune.github.io/pp/" bug-reports: "https://github.com/ocaml-dune/pp/issues" depends: [ "dune" {>= "2.8"} - "ocaml" {>= "4.08.0"} + "ocaml" {>= "4.08"} "ppx_expect" {with-test} + "ocamlformat" {with-dev-setup & = "0.26.2"} "odoc" {with-doc} ] build: [ @@ -50,10 +51,10 @@ build: [ dev-repo: "git+https://github.com/ocaml-dune/pp.git" url { src: - "https://github.com/ocaml-dune/pp/releases/download/1.2.0/pp-1.2.0.tbz" + "https://github.com/ocaml-dune/pp/releases/download/2.0.0/pp-2.0.0.tbz" checksum: [ - "sha256=a5e822573c55afb42db29ec56eacd1f2acd8f65cf2df2878e291de374ce6909c" - "sha512=912164c2aa7241d73f735dadfbefe8ed0138d241579d2e885440e068fac78eb9f0b3d782c2420e757e313168c1725daff6ab91800dd315b1e05288456998b40a" + "sha256=8651351518b092b4a2def4e08171c276152f92fb6a84a8b19b6b929ccdb44419" + "sha512=78cb68f35c0b975dd1e91bd83d5e33bcec1ee642431585d55864c483c70a032755dfcf21ec5697691e7e7554381ddb580639fd149e28ba6f74d04d2ee43d360d" ] } -x-commit-hash: "83b68c740f21acdcfe54436355ab328372871357" +x-commit-hash: "b6741dd41ef5fc5bda8b3640097ac29818a43577" diff --git a/compiler/esy.lock/opam/ppx_derivers.1.2.1/opam b/compiler/esy.lock/opam/ppx_derivers.1.2.1/opam index 484b2654fe..d06e23b216 100644 --- a/compiler/esy.lock/opam/ppx_derivers.1.2.1/opam +++ b/compiler/esy.lock/opam/ppx_derivers.1.2.1/opam @@ -19,5 +19,8 @@ ppx_deriving and ppx_type_conv to inter-operate gracefully when linked as part of the same ocaml-migrate-parsetree driver.""" url { src: "https://github.com/ocaml-ppx/ppx_derivers/archive/1.2.1.tar.gz" - checksum: "md5=5dc2bf130c1db3c731fe0fffc5648b41" + checksum: [ + "sha256=b6595ee187dea792b31fc54a0e1524ab1e48bc6068d3066c45215a138cc73b95" + "md5=5dc2bf130c1db3c731fe0fffc5648b41" + ] } diff --git a/compiler/esy.lock/opam/ppx_deriving.5.2.1/opam b/compiler/esy.lock/opam/ppx_deriving.5.2.1/opam index f6197c6ffa..ea0f1c4239 100644 --- a/compiler/esy.lock/opam/ppx_deriving.5.2.1/opam +++ b/compiler/esy.lock/opam/ppx_deriving.5.2.1/opam @@ -14,7 +14,7 @@ build: [ ["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc} ] depends: [ - "ocaml" {>= "4.05.0"} + "ocaml" {>= "4.05.0" & < "5.3"} "dune" {>= "1.6.3"} "cppo" {build & >= "1.1.0"} "ocamlfind" diff --git a/compiler/esy.lock/opam/ppx_deriving_yojson.3.7.0/opam b/compiler/esy.lock/opam/ppx_deriving_yojson.3.9.1/opam similarity index 57% rename from compiler/esy.lock/opam/ppx_deriving_yojson.3.7.0/opam rename to compiler/esy.lock/opam/ppx_deriving_yojson.3.9.1/opam index 7642422bff..fb4e4f0a6e 100644 --- a/compiler/esy.lock/opam/ppx_deriving_yojson.3.7.0/opam +++ b/compiler/esy.lock/opam/ppx_deriving_yojson.3.9.1/opam @@ -1,34 +1,36 @@ opam-version: "2.0" -synopsis: "JSON codec generator for OCaml" -description: """\ -ppx_deriving_yojson is a ppx_deriving plugin that provides -a JSON codec generator.""" maintainer: "whitequark " -authors: "whitequark " +authors: [ "whitequark " ] license: "MIT" -tags: ["syntax" "json"] homepage: "https://github.com/ocaml-ppx/ppx_deriving_yojson" bug-reports: "https://github.com/ocaml-ppx/ppx_deriving_yojson/issues" +dev-repo: "git+https://github.com/ocaml-ppx/ppx_deriving_yojson.git" +tags: [ "syntax" "json" ] +build: [ + ["dune" "subst"] {dev} + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] depends: [ "ocaml" {>= "4.05.0"} "dune" {>= "1.0"} "yojson" {>= "1.6.0"} - "result" "ppx_deriving" {>= "5.1"} - "ppxlib" {>= "0.26.0"} + "ppxlib" {>= "0.30.0"} "ounit2" {with-test} ] -build: [ - ["dune" "subst"] {dev} - ["dune" "build" "-p" name "-j" jobs] - ["dune" "runtest" "-p" name "-j" jobs] {with-test} -] -dev-repo: "git+https://github.com/ocaml-ppx/ppx_deriving_yojson.git" +synopsis: + "JSON codec generator for OCaml" +description: """ +ppx_deriving_yojson is a ppx_deriving plugin that provides +a JSON codec generator. +""" url { src: - "https://github.com/ocaml-ppx/ppx_deriving_yojson/releases/download/v3.7.0/ppx_deriving_yojson-3.7.0.tar.gz" + "https://github.com/ocaml-ppx/ppx_deriving_yojson/releases/download/v3.9.1/ppx_deriving_yojson-3.9.1.tbz" checksum: [ - "md5=456be82acb16bbf6be12ab01f9dfaa94" - "sha512=6aa8b3a6e60afd1ce68995bad6776c975b3640303b2049233e661c46300abea1f48916d4e876412de49f35744f31b99c29736e2bb974e1b4a494b0932bbd6e80" + "sha256=6a3ef7c7bb381f57448853f2a6d2287cf623628162a979587d1e8f7502114f4d" + "sha512=df919be7c023cb9ff1b832de333f8d158e88746b4cc33ea5dcf511c64aba186628015b6ca29a0310642531e0640d79834d64b99d542a624168154a11736489a0" ] -} \ No newline at end of file +} +x-commit-hash: "67e1d3334c1e3b94152bbc9c8600b71d5ee61b39" diff --git a/compiler/esy.lock/opam/ppxlib.0.29.1/opam b/compiler/esy.lock/opam/ppxlib.0.33.1~5.3preview/opam similarity index 62% rename from compiler/esy.lock/opam/ppxlib.0.29.1/opam rename to compiler/esy.lock/opam/ppxlib.0.33.1~5.3preview/opam index 0a04c32e60..6034b25d0c 100644 --- a/compiler/esy.lock/opam/ppxlib.0.29.1/opam +++ b/compiler/esy.lock/opam/ppxlib.0.33.1~5.3preview/opam @@ -1,9 +1,9 @@ opam-version: "2.0" -synopsis: "Standard library for ppx rewriters" +synopsis: "Standard infrastructure for ppx rewriters" description: """ -Ppxlib is the standard library for ppx rewriters and other programs -that manipulate the in-memory representation of OCaml programs, a.k.a -the "Parsetree". +Ppxlib is the standard infrastructure for ppx rewriters +and other programs that manipulate the in-memory representation of +OCaml programs, a.k.a the "Parsetree". It also comes bundled with two ppx rewriters that are commonly used to write tools that manipulate and/or generate Parsetree values; @@ -19,8 +19,8 @@ homepage: "https://github.com/ocaml-ppx/ppxlib" doc: "https://ocaml-ppx.github.io/ppxlib/" bug-reports: "https://github.com/ocaml-ppx/ppxlib/issues" depends: [ - "dune" {>= "2.7"} - "ocaml" {>= "4.04.1" & < "5.1.0"} + "dune" {>= "2.8"} + "ocaml" {>= "4.04.1" & < "5.4.0"} "ocaml-compiler-libs" {>= "v0.11.0"} "ppx_derivers" {>= "1.0"} "sexplib0" {>= "v0.12"} @@ -29,13 +29,13 @@ depends: [ "ocamlfind" {with-test} "re" {with-test & >= "1.9.0"} "cinaps" {with-test & >= "v0.12.1"} - "base" {with-test & < "v0.16.0" } - "stdio" {with-test} + "ocamlformat" {with-dev-setup & = "0.26.2"} "odoc" {with-doc} ] conflicts: [ "ocaml-migrate-parsetree" {< "2.0.0"} - "base-effects" + "ocaml-base-compiler" {= "5.1.0~alpha1"} + "ocaml-variants" {= "5.1.0~alpha1+options"} ] build: [ ["dune" "subst"] {dev} @@ -52,12 +52,12 @@ build: [ ] ] dev-repo: "git+https://github.com/ocaml-ppx/ppxlib.git" +flags: avoid-version +available: opam-version >= "2.1.0" url { - src: - "https://github.com/ocaml-ppx/ppxlib/releases/download/0.29.1/ppxlib-0.29.1.tbz" + src: "https://github.com/ocaml-ppx/ppxlib/archive/ac7fcfc88d574609b62cc0a38e0de59d03cc96de.tar.gz" checksum: [ - "sha256=c8ea8c8770414fdba6612e7f2d814b21a493daa974ea862a90c8e6c766e5dd79" - "sha512=edc468e9111cc26e31825e475fd72f55123a22fe86548e07e7d111796fecb8d60359b1b53c7eac383e5e2114cbae74dfd9c166f330e84cbeab4ddfd5797e322f" + "sha256=d679f110b92ed12156556ee1d3779d11cef605c36f0bc417943e7996f0d2bbaf" + "sha512=c34e704f19bcebbe5dbb764783f9e8b9bcb44e22388bbd4074f1f3e44faf9d1aa2d05040690512b3a8c120ecff54787107bd6912f4e5f2980a17e5357b1beeed" ] } -x-commit-hash: "36fcba0408b78963a730e0be92abdbab00b0ea26" diff --git a/compiler/esy.lock/opam/re.1.11.0/opam b/compiler/esy.lock/opam/re.1.12.0/opam similarity index 71% rename from compiler/esy.lock/opam/re.1.11.0/opam rename to compiler/esy.lock/opam/re.1.12.0/opam index 303af008c3..48eca0af1b 100644 --- a/compiler/esy.lock/opam/re.1.11.0/opam +++ b/compiler/esy.lock/opam/re.1.12.0/opam @@ -20,9 +20,9 @@ build: [ ] depends: [ - "ocaml" {>= "4.03"} + "ocaml" {>= "4.12"} "dune" {>= "2.0"} - "ounit" {with-test} + "ounit2" {with-test} "seq" ] @@ -37,10 +37,10 @@ Pure OCaml regular expressions with: """ url { src: - "https://github.com/ocaml/ocaml-re/releases/download/1.11.0/re-1.11.0.tbz" + "https://github.com/ocaml/ocaml-re/releases/download/1.12.0/re-1.12.0.tbz" checksum: [ - "sha256=01fc244780c0f6be72ae796b1fb750f367de18624fd75d07ee79782ed6df8d4f" - "sha512=3e3712cc1266ec1f27620f3508ea2ebba338f4083b07d8a69dccee1facfdc1971a6c39f9deea664d2a62fd7f2cfd2eae816ca4c274acfadaee992a3befc4b757" + "sha256=a01f2bf22f72c2f4ababd8d3e7635e35c1bf6bc5a41ad6d5a007454ddabad1d4" + "sha512=f0726826e1e677f7ecdf447d46d814a11d3844ec6e5c0527be8c73c7afdb08aacfca47ea764eda325bcd7064aff07c1d3441c935ee5a0fc99ede8707f81a451d" ] } -x-commit-hash: "2dd38515c76c40299596d39f18d9b9a20f00d788" +x-commit-hash: "f09672608781dc05172ad980a6e9a483c3b9d534" diff --git a/compiler/esy.lock/opam/result.1.5/opam b/compiler/esy.lock/opam/result.1.5/opam index 6b7b68d724..da55ed4631 100644 --- a/compiler/esy.lock/opam/result.1.5/opam +++ b/compiler/esy.lock/opam/result.1.5/opam @@ -18,5 +18,8 @@ Result module defined in this library.""" url { src: "https://github.com/janestreet/result/releases/download/1.5/result-1.5.tbz" - checksum: "md5=1b82dec78849680b49ae9a8a365b831b" + checksum: [ + "sha256=7c3a5e238558f4c1a4f5acca816bc705a0e12f68dc0005c61ddbf2e6cab8ee32" + "md5=1b82dec78849680b49ae9a8a365b831b" + ] } diff --git a/compiler/esy.lock/opam/sedlex.3.2/opam b/compiler/esy.lock/opam/sedlex.3.3/opam similarity index 85% rename from compiler/esy.lock/opam/sedlex.3.2/opam rename to compiler/esy.lock/opam/sedlex.3.3/opam index b978761c86..d5fe2f0fe5 100644 --- a/compiler/esy.lock/opam/sedlex.3.2/opam +++ b/compiler/esy.lock/opam/sedlex.3.3/opam @@ -40,9 +40,9 @@ dev-repo: "git+https://github.com/ocaml-community/sedlex.git" doc: "https://ocaml-community.github.io/sedlex/index.html" url { src: - "https://github.com/ocaml-community/sedlex/archive/refs/tags/v3.2.tar.gz" + "https://github.com/ocaml-community/sedlex/archive/refs/tags/v3.3.tar.gz" checksum: [ - "md5=b67eec3a80a7fed8e6c91e47260b0843" - "sha512=00e257d1b97e99d49028d2e38b20a05c6aa151c362991c37c17522bf58c19e273b762ea39dd9783ed9ecc60d11dadeabb0487e16b4af91536e45e7e18c86cfe9" + "md5=4603d572e24f3515fe7e7d0b665bdda6" + "sha512=791b172b59256cb77df1bbd9e3136aa79e65bcb3df1f64bbe10933d624bad59a7d8b358c35abd07c267b89a3feb01f935e927ffc4fe9c6eb2ac6637cfa9b42cd" ] } diff --git a/compiler/esy.lock/opam/seq.base/files/META.seq b/compiler/esy.lock/opam/seq.base/files/META.seq deleted file mode 100644 index 06b95eff3f..0000000000 --- a/compiler/esy.lock/opam/seq.base/files/META.seq +++ /dev/null @@ -1,4 +0,0 @@ -name="seq" -version="[distributed with OCaml 4.07 or above]" -description="dummy backward-compatibility package for iterators" -requires="" diff --git a/compiler/esy.lock/opam/seq.base/files/seq.install b/compiler/esy.lock/opam/seq.base/files/seq.install deleted file mode 100644 index c4d70206e1..0000000000 --- a/compiler/esy.lock/opam/seq.base/files/seq.install +++ /dev/null @@ -1,3 +0,0 @@ -lib:[ - "META.seq" {"META"} -] diff --git a/compiler/esy.lock/opam/seq.base/opam b/compiler/esy.lock/opam/seq.base/opam index b33d8c7da1..c732d3ebe0 100644 --- a/compiler/esy.lock/opam/seq.base/opam +++ b/compiler/esy.lock/opam/seq.base/opam @@ -9,7 +9,19 @@ dev-repo: "git+https://github.com/ocaml/ocaml.git" bug-reports: "https://caml.inria.fr/mantis/main_page.php" synopsis: "Compatibility package for OCaml's standard iterator type starting from 4.07." -extra-files: [ - ["seq.install" "md5=026b31e1df290373198373d5aaa26e42"] - ["META.seq" "md5=b33c8a1a6c7ed797816ce27df4855107"] -] +extra-source "seq.install" { + src: + "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/seq/seq.install" + checksum: [ + "sha256=fff926c2c4d5a82b6c94c60c4c35eb06e3d39975893ebe6b1f0e6557cbe34904" + "md5=026b31e1df290373198373d5aaa26e42" + ] +} +extra-source "META.seq" { + src: + "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/seq/META.seq" + checksum: [ + "sha256=e95062b4d0519ef8335c02f7d0f1952d11b814c7ab7e6d566a206116162fa2be" + "md5=b33c8a1a6c7ed797816ce27df4855107" + ] +} diff --git a/compiler/esy.lock/opam/sexplib0.v0.15.1/opam b/compiler/esy.lock/opam/sexplib0.v0.15.1/opam index 123ccd03cf..5b03291c10 100644 --- a/compiler/esy.lock/opam/sexplib0.v0.15.1/opam +++ b/compiler/esy.lock/opam/sexplib0.v0.15.1/opam @@ -21,6 +21,10 @@ OCaml's standard library that was developed by Jane Street, the largest industrial user of OCaml. " url { -src: "https://github.com/janestreet/sexplib0/archive/refs/tags/v0.15.1.tar.gz" -checksum: "md5=ab8fd6273f35a792cad48cbb3024a7f9" + src: + "https://github.com/janestreet/sexplib0/archive/refs/tags/v0.15.1.tar.gz" + checksum: [ + "sha256=e8cd817eb3bc3f84a2065fa0255ab2b986a24baf1cc329d05627c516464267b3" + "md5=ab8fd6273f35a792cad48cbb3024a7f9" + ] } diff --git a/compiler/esy.lock/opam/spawn.v0.15.1/opam b/compiler/esy.lock/opam/spawn.v0.17.0/opam similarity index 71% rename from compiler/esy.lock/opam/spawn.v0.15.1/opam rename to compiler/esy.lock/opam/spawn.v0.17.0/opam index 5be3a9949b..7b2449e95c 100644 --- a/compiler/esy.lock/opam/spawn.v0.15.1/opam +++ b/compiler/esy.lock/opam/spawn.v0.17.0/opam @@ -18,8 +18,8 @@ fork takes time proportional to the process memory while vfork is constant time. In application using a lot of memory, vfork can be thousands of times faster than fork. """ -maintainer: ["Jane Street developers"] -authors: ["Jane Street Group, LLC"] +maintainer: ["opensource@janestreet.com"] +authors: ["Jane Street Group, LLC "] license: "MIT" homepage: "https://github.com/janestreet/spawn" doc: "https://janestreet.github.io/spawn/" @@ -44,13 +44,14 @@ build: [ "@doc" {with-doc} ] ] +available: os != "freebsd" dev-repo: "git+https://github.com/janestreet/spawn.git" -x-commit-hash: "13d279ebfa8c40d4bafe18cddfdff0de54b4eaff" url { src: - "https://github.com/janestreet/spawn/archive/v0.15.1.tar.gz" + "https://github.com/janestreet/spawn/releases/download/v0.17.0/spawn-v0.17.0.tbz" checksum: [ - "sha256=9afdee314fab6c3fcd689ab6eb5608d6b78078e6dede3953a47debde06c19d50" - "sha512=efdb31d5ec5ea36d0bc80224d4ee04e46ce3428d1662870e6cebece92bc313d6eebee378802c0c059dd6e0cafea515308c31b7dfaf04a098eb4566583c1e9ed4" + "sha256=33fbb5cd4c3387a6829095cfa73d5fc2eff572be61647e6052010bfbd0c2df49" + "sha512=bb85d1f706774793170f2d52ccbeeeaf67558046b8012bdd8a9cefc46215522a4d59a4a6f21296b0825158e6853a2430f2642ee714e1d1d8b726442d52006fc1" ] } +x-commit-hash: "085ea6d333be59451c5fde6b50d9e4e1264fbb9c" diff --git a/compiler/esy.lock/opam/stdio.v0.15.0/opam b/compiler/esy.lock/opam/stdio.v0.15.0/opam new file mode 100644 index 0000000000..39dcaeed14 --- /dev/null +++ b/compiler/esy.lock/opam/stdio.v0.15.0/opam @@ -0,0 +1,27 @@ +opam-version: "2.0" +maintainer: "Jane Street developers" +authors: ["Jane Street Group, LLC"] +homepage: "https://github.com/janestreet/stdio" +bug-reports: "https://github.com/janestreet/stdio/issues" +dev-repo: "git+https://github.com/janestreet/stdio.git" +doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/stdio/index.html" +license: "MIT" +build: [ + ["dune" "build" "-p" name "-j" jobs] +] +depends: [ + "ocaml" {>= "4.08.0"} + "base" {>= "v0.15" & < "v0.16"} + "dune" {>= "2.0.0"} +] +synopsis: "Standard IO library for OCaml" +description: " +Stdio implements simple input/output functionalities for OCaml. + +It re-exports the input/output functions of the OCaml standard +libraries using a more consistent API. +" +url { +src: "https://ocaml.janestreet.com/ocaml-core/v0.15/files/stdio-v0.15.0.tar.gz" +checksum: "sha256=c37292921dc6a88425f773eba6bdbeac1dedacd1f55917fa4bcd9c4b25795e4b" +} diff --git a/compiler/esy.lock/opam/stdune.3.11.1/opam b/compiler/esy.lock/opam/stdune.3.17.1/opam similarity index 68% rename from compiler/esy.lock/opam/stdune.3.11.1/opam rename to compiler/esy.lock/opam/stdune.3.17.1/opam index 2dfc925395..4f69a8b8fc 100644 --- a/compiler/esy.lock/opam/stdune.3.11.1/opam +++ b/compiler/esy.lock/opam/stdune.3.17.1/opam @@ -9,12 +9,12 @@ homepage: "https://github.com/ocaml/dune" doc: "https://dune.readthedocs.io/" bug-reports: "https://github.com/ocaml/dune/issues" depends: [ - "dune" {>= "3.5"} + "dune" {>= "3.12"} "ocaml" {>= "4.08.0"} "base-unix" "dyn" {= version} "ordering" {= version} - "pp" {>= "1.2.0"} + "pp" {>= "2.0.0"} "csexp" {>= "1.5.0"} "odoc" {with-doc} ] @@ -36,10 +36,10 @@ build: [ ] url { src: - "https://github.com/ocaml/dune/releases/download/3.11.1/dune-3.11.1.tbz" + "https://github.com/ocaml/dune/releases/download/3.17.1/dune-3.17.1.tbz" checksum: [ - "sha256=866f2307adadaf7604f3bf9d98bb4098792baa046953a6726c96c40fc5ed3f71" - "sha512=c888153b204a16bcfed2636de776bbd5f9ca84484e716cc1e9ef3ba3c904e9dd15a2609ae943cddb6097912623ec54618c58386d6730ff742d746850400fb3cc" + "sha256=6b9ee5ed051379a69ca45173ac6c5deb56b44a1c16e30b7c371343303d835ac6" + "sha512=fed5b091c307a2817e415456bd66a6bc98d7daaedd08a388b8544a6371346f9227765bcceb6b480a2192e0ec198cd6a818ba50af56819fd70992b14a4d0baccf" ] } -x-commit-hash: "7cbb0e7277c6cacd1ccf7941cac5a03c25fc63cf" +x-commit-hash: "12010a06d8ec7cdcf8a1f63b242e9626e1bd620f" diff --git a/compiler/esy.lock/opam/uucp.16.0.0/opam b/compiler/esy.lock/opam/uucp.16.0.0/opam new file mode 100644 index 0000000000..4e67da6025 --- /dev/null +++ b/compiler/esy.lock/opam/uucp.16.0.0/opam @@ -0,0 +1,51 @@ +opam-version: "2.0" +synopsis: "Unicode character properties for OCaml" +description: """\ +Uucp is an OCaml library providing efficient access to a selection of +character properties of the [Unicode character database]. + +Uucp is distributed under the ISC license. It has no dependency. + +Home page: + +[Unicode character database]: http://www.unicode.org/reports/tr44/""" +maintainer: "Daniel Bünzli " +authors: "The uucp programmers" +license: "ISC" +tags: ["unicode" "text" "character" "org:erratique"] +homepage: "https://erratique.ch/software/uucp" +doc: "https://erratique.ch/software/uucp/doc/" +bug-reports: "https://github.com/dbuenzli/uucp/issues" +depends: [ + "ocaml" {>= "4.14.0"} + "ocamlfind" {build} + "ocamlbuild" {build} + "topkg" {build & >= "1.0.3"} + "uucd" {with-test & dev & >= "16.0.0" & < "17.0.0"} + "uunf" {with-test} +] +depopts: ["uunf" "cmdliner"] +conflicts: [ + "uunf" {< "16.0.0" | >= "17.0.0"} + "cmdliner" {< "1.1.0"} +] +build: [ + "ocaml" + "pkg/pkg.ml" + "build" + "--dev-pkg" + "%{dev}%" + "--with-uunf" + "%{uunf:installed}%" + "--with-cmdliner" + "%{cmdliner:installed}%" +] +post-messages: + "If the build fails with \"ocamlopt.opt got signal and exited\", issue 'ulimit -s unlimited' and retry." + {failure & (arch = "ppc64" | arch = "arm64")} +dev-repo: "git+https://erratique.ch/repos/uucp.git" +url { + src: "https://erratique.ch/software/uucp/releases/uucp-16.0.0.tbz" + checksum: + "sha512=5c06d8cadb2b011b1e4ac52e14732044f6ab8e9c11e1184950ff8629b26bd173f1264247623a635b8aa4033e287bfe42d709994f19a3d79f7cbfd20158aa4992" +} \ No newline at end of file diff --git a/compiler/esy.lock/opam/uuseg.16.0.0/opam b/compiler/esy.lock/opam/uuseg.16.0.0/opam new file mode 100644 index 0000000000..58efaa1ce2 --- /dev/null +++ b/compiler/esy.lock/opam/uuseg.16.0.0/opam @@ -0,0 +1,55 @@ +opam-version: "2.0" +synopsis: "Unicode text segmentation for OCaml" +description: """\ +Uuseg is an OCaml library for segmenting Unicode text. It implements +the locale independent [Unicode text segmentation algorithms][1] to +detect grapheme cluster, word and sentence boundaries and the [Unicode +line breaking algorithm][2] to detect line break opportunities. + +The library is independent from any IO mechanism or Unicode text data +structure and it can process text without a complete in-memory +representation. + +Uuseg is distributed under the ISC license. It depends on [Uucp]. + +[1]: http://www.unicode.org/reports/tr29/ +[2]: http://www.unicode.org/reports/tr14/ +[Uucp]: http://erratique.ch/software/uucp + +Homepage: """ +maintainer: "Daniel Bünzli " +authors: "The uuseg programmers" +license: "ISC" +tags: ["unicode" "text" "segmentation" "org:erratique"] +homepage: "https://erratique.ch/software/uuseg" +doc: "https://erratique.ch/software/uuseg/doc/" +bug-reports: "https://github.com/dbuenzli/uuseg/issues" +depends: [ + "ocaml" {>= "4.14.0"} + "ocamlfind" {build} + "ocamlbuild" {build} + "topkg" {build & >= "1.0.3"} + "uucp" {>= "16.0.0" & < "17.0.0"} +] +depopts: ["uutf" "cmdliner"] +conflicts: [ + "uutf" {< "1.0.0"} + "cmdliner" {< "1.1.0"} +] +build: [ + "ocaml" + "pkg/pkg.ml" + "build" + "--dev-pkg" + "%{dev}%" + "--with-uutf" + "%{uutf:installed}%" + "--with-cmdliner" + "%{cmdliner:installed}%" +] +dev-repo: "git+https://erratique.ch/repos/uuseg.git" +url { + src: "https://erratique.ch/software/uuseg/releases/uuseg-16.0.0.tbz" + checksum: + "sha512=355139aee2a72baddf3d811e522948456147546ee946b6eca20f57711865770d4b8d32ea01a7338b8e6cdedb4423ee65cee387704bb9c0c057bcbd65012679b8" +} \ No newline at end of file diff --git a/compiler/esy.lock/opam/xdg.3.11.1/opam b/compiler/esy.lock/opam/xdg.3.17.1/opam similarity index 67% rename from compiler/esy.lock/opam/xdg.3.11.1/opam rename to compiler/esy.lock/opam/xdg.3.17.1/opam index 9a6a17d033..7125a60560 100644 --- a/compiler/esy.lock/opam/xdg.3.11.1/opam +++ b/compiler/esy.lock/opam/xdg.3.17.1/opam @@ -9,7 +9,7 @@ homepage: "https://github.com/ocaml/dune" doc: "https://dune.readthedocs.io/" bug-reports: "https://github.com/ocaml/dune/issues" depends: [ - "dune" {>= "3.5"} + "dune" {>= "3.12"} "ocaml" {>= "4.08"} "odoc" {with-doc} ] @@ -31,10 +31,10 @@ build: [ ] url { src: - "https://github.com/ocaml/dune/releases/download/3.11.1/dune-3.11.1.tbz" + "https://github.com/ocaml/dune/releases/download/3.17.1/dune-3.17.1.tbz" checksum: [ - "sha256=866f2307adadaf7604f3bf9d98bb4098792baa046953a6726c96c40fc5ed3f71" - "sha512=c888153b204a16bcfed2636de776bbd5f9ca84484e716cc1e9ef3ba3c904e9dd15a2609ae943cddb6097912623ec54618c58386d6730ff742d746850400fb3cc" + "sha256=6b9ee5ed051379a69ca45173ac6c5deb56b44a1c16e30b7c371343303d835ac6" + "sha512=fed5b091c307a2817e415456bd66a6bc98d7daaedd08a388b8544a6371346f9227765bcceb6b480a2192e0ec198cd6a818ba50af56819fd70992b14a4d0baccf" ] } -x-commit-hash: "7cbb0e7277c6cacd1ccf7941cac5a03c25fc63cf" +x-commit-hash: "12010a06d8ec7cdcf8a1f63b242e9626e1bd620f" diff --git a/compiler/esy.lock/opam/yojson.2.1.1/opam b/compiler/esy.lock/opam/yojson.2.2.2/opam similarity index 73% rename from compiler/esy.lock/opam/yojson.2.1.1/opam rename to compiler/esy.lock/opam/yojson.2.2.2/opam index 0703d53bfe..1d971fe0f0 100644 --- a/compiler/esy.lock/opam/yojson.2.1.1/opam +++ b/compiler/esy.lock/opam/yojson.2.2.2/opam @@ -12,12 +12,11 @@ maintainer: [ authors: ["Martin Jambon"] license: "BSD-3-Clause" homepage: "https://github.com/ocaml-community/yojson" -doc: "https://ocaml-community.github.io/yojson" +doc: "https://ocaml.org/p/yojson/latest" bug-reports: "https://github.com/ocaml-community/yojson/issues" depends: [ "dune" {>= "2.7"} "ocaml" {>= "4.02.3"} - "cppo" {build} "alcotest" {with-test & >= "0.8.5"} "seq" {>= "0.2.2"} "odoc" {with-doc} @@ -39,10 +38,10 @@ build: [ dev-repo: "git+https://github.com/ocaml-community/yojson.git" url { src: - "https://github.com/ocaml-community/yojson/releases/download/2.1.1/yojson-2.1.1.tbz" + "https://github.com/ocaml-community/yojson/releases/download/2.2.2/yojson-2.2.2.tbz" checksum: [ - "sha256=d58183207b198dc065866239066e074c34f9e139c0d9c4175a38809790e88173" - "sha512=f7b8529900acb29bc6236d8312d3ebcadbcb3f9d361c8acaed9f7fc7e30527b41a1f3cff80382dde445e6da18a4edc5a9c6758af24affce1022d0741dbd9daeb" + "sha256=9abfad8c9a79d4723ad2f6448e669c1e68dbfc87cc54a1b7c064b0c90912c595" + "sha512=ac52eae3ca1d3129a7885ca638e6ae5bcfc387598a82cc30d3e4988fd154f1756719c399f96e950d898c79a6dbd4ccc44b6f468bcafbd620e6945a0415b41e0c" ] } -x-commit-hash: "57bc8ca0eaf5bdb423fcdece49ea0d1c2866f90c" +x-commit-hash: "3f82b79d1865eec82c6f498ee1835a90c74c31b4" diff --git a/compiler/esy.lock/overrides/opam__s__num_opam__c__1.4_opam_override/files/num-1.4.patch b/compiler/esy.lock/overrides/opam__s__num_opam__c__1.4_opam_override/files/num-1.4.patch deleted file mode 100644 index dad75fa572..0000000000 --- a/compiler/esy.lock/overrides/opam__s__num_opam__c__1.4_opam_override/files/num-1.4.patch +++ /dev/null @@ -1,58 +0,0 @@ -diff --git a/src/Makefile b/src/Makefile -index 8ad0e2c..d41d63c 100644 ---- a/src/Makefile -+++ b/src/Makefile -@@ -1,16 +1,16 @@ --OCAMLC=ocamlc --OCAMLOPT=ocamlopt --OCAMLDEP=ocamldep --OCAMLMKLIB=ocamlmklib --OCAMLFIND=ocamlfind -+OCAMLC=$(shell which ocamlc) -+OCAMLOPT=$(shell which ocamlopt) -+OCAMLDEP=$(shell which ocamldep) -+OCAMLMKLIB=$(shell which ocamlmklib) -+OCAMLFIND=$(shell which ocamlfind) - INSTALL_DATA=install -m 644 - INSTALL_DLL=install - INSTALL_DIR=install -d - STDLIBDIR=$(shell $(OCAMLC) -where) - DESTDIR ?= - --include $(STDLIBDIR)/Makefile.config - -+include $(STDLIBDIR)/Makefile.config - ifeq "$(filter i386 amd64 arm64 power,$(ARCH))" "" - # Unsupported architecture - BNG_ARCH=generic -@@ -86,14 +86,14 @@ endif - VERSION=$(shell sed -ne 's/^ *version *: *"\([^"]*\)".*$$/\1/p' ../num.opam) - - install: -- $(INSTALL_DIR) $(DESTDIR)$(STDLIBDIR) -+ $(INSTALL_DIR) $(LIBDIR) - sed -e 's/%%VERSION%%/$(VERSION)/g' META.in > META - $(OCAMLFIND) install num META - rm -f META -- $(INSTALL_DATA) $(TOINSTALL) $(DESTDIR)$(STDLIBDIR) -+ $(INSTALL_DATA) $(TOINSTALL) $(LIBDIR) - ifeq "$(SUPPORTS_SHARED_LIBRARIES)" "true" -- $(INSTALL_DIR) $(DESTDIR)$(STDLIBDIR)/stublibs -- $(INSTALL_DLL) $(TOINSTALL_STUBS) $(DESTDIR)$(STDLIBDIR)/stublibs -+ $(INSTALL_DIR) $(LIBDIR)/stublibs -+ $(INSTALL_DLL) $(TOINSTALL_STUBS) $(LIBDIR)/stublibs - endif - - findlib-install: -@@ -105,9 +105,9 @@ findlib-uninstall: - $(OCAMLFIND) remove num - - uninstall: findlib-uninstall -- cd $(DESTDIR)$(STDLIBDIR) && rm -f $(TOINSTALL) -+ cd $(LIBDIR) && rm -f $(TOINSTALL) - ifeq "$(SUPPORTS_SHARED_LIBRARIES)" "true" -- cd $(DESTDIR)$(STDLIBDIR)/stublibs && rm -f $(TOINSTALL_STUBS) -+ cd $(LIBDIR)/stublibs && rm -f $(TOINSTALL_STUBS) - endif - - clean: diff --git a/compiler/esy.lock/overrides/opam__s__num_opam__c__1.4_opam_override/package.json b/compiler/esy.lock/overrides/opam__s__num_opam__c__1.4_opam_override/package.json deleted file mode 100644 index 4199a64edd..0000000000 --- a/compiler/esy.lock/overrides/opam__s__num_opam__c__1.4_opam_override/package.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "buildsInSource": true, - "build": [ - [ - "make" - ] - ], - "install": [ - [ - "make", - "LIBDIR=#{self.install / 'lib'}", - "findlib-install" - ] - ], - "exportedEnv": { - "CAML_LD_LIBRARY_PATH": { - "val": "#{self.install / 'lib' / 'num' : $CAML_LD_LIBRARY_PATH}", - "scope": "global" - } - }, - "dependencies": { - "ocaml": "*", - "@opam/ocamlfind": "*" - } -} diff --git a/compiler/esy.lock/overrides/opam__s__num_opam__c__1.5_opam_override/package.json b/compiler/esy.lock/overrides/opam__s__num_opam__c__1.5_opam_override/package.json new file mode 100644 index 0000000000..03f057e69b --- /dev/null +++ b/compiler/esy.lock/overrides/opam__s__num_opam__c__1.5_opam_override/package.json @@ -0,0 +1,10 @@ +{ + "buildsInSource": true, + "build": "make PROFILE=release opam-modern", + "exportedEnv": { + "CAML_LD_LIBRARY_PATH": { + "val": "#{self.install / 'lib' / 'num' : $CAML_LD_LIBRARY_PATH}", + "scope": "global" + } + } +} diff --git a/compiler/esy.lock/overrides/opam__s__ocamlbuild_opam__c__0.14.2+win_opam_override/files/ocamlbuild-0.14.2.patch b/compiler/esy.lock/overrides/opam__s__ocamlbuild_opam__c__0.14.2+win_opam_override/files/ocamlbuild-0.14.2.patch deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/compiler/esy.lock/overrides/opam__s__ocamlbuild_opam__c__0.14.2+win_opam_override/files/winpatch.patch b/compiler/esy.lock/overrides/opam__s__ocamlbuild_opam__c__0.14.2+win_opam_override/files/winpatch.patch deleted file mode 100644 index bba9929fe3..0000000000 --- a/compiler/esy.lock/overrides/opam__s__ocamlbuild_opam__c__0.14.2+win_opam_override/files/winpatch.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- ./Makefile -+++ ./Makefile -@@ -271,7 +271,7 @@ - echo ' "ocamlbuild.byte" {"ocamlbuild.byte"}' >> ocamlbuild.install - ifeq ($(OCAML_NATIVE), true) - echo ' "ocamlbuild.native" {"ocamlbuild.native"}' >> ocamlbuild.install -- echo ' "ocamlbuild.native" {"ocamlbuild"}' >> ocamlbuild.install -+ echo " \"ocamlbuild.native\" {\"ocamlbuild${EXE}\"}" >> ocamlbuild.install - else - echo ' "ocamlbuild.byte" {"ocamlbuild"}' >> ocamlbuild.install - endif diff --git a/compiler/esy.lock/overrides/opam__s__ocamlbuild_opam__c__0.14.2+win_opam_override/package.json b/compiler/esy.lock/overrides/opam__s__ocamlbuild_opam__c__0.14.2+win_opam_override/package.json deleted file mode 100644 index b57a42cc27..0000000000 --- a/compiler/esy.lock/overrides/opam__s__ocamlbuild_opam__c__0.14.2+win_opam_override/package.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "build": [ - [ - "bash", - "-c", - "#{os == 'windows' ? 'patch -p1 < winpatch.patch' : 'true'}" - ], - [ - "make", - "-f", - "configure.make", - "all", - "OCAMLBUILD_PREFIX=#{self.install}", - "OCAMLBUILD_BINDIR=#{self.bin}", - "OCAMLBUILD_LIBDIR=#{self.lib}", - "OCAMLBUILD_MANDIR=#{self.man}", - "OCAMLBUILD_NATIVE=true", - "OCAMLBUILD_NATIVE_TOOLS=true", - "EXE=#{os == 'windows' ? '.exe': ''}" - ], - [ - "make", - "check-if-preinstalled", - "all", - "EXE=#{os == 'windows' ? '.exe': ''}", - "opam-install" - ] - ] -} diff --git a/compiler/esy.lock/overrides/opam__s__ocamlfind_opam__c__1.9.3_opam_override/files/findlib.patch b/compiler/esy.lock/overrides/opam__s__ocamlfind_opam__c__1.9.3_opam_override/files/findlib.patch new file mode 100644 index 0000000000..3aa5aa6965 --- /dev/null +++ b/compiler/esy.lock/overrides/opam__s__ocamlfind_opam__c__1.9.3_opam_override/files/findlib.patch @@ -0,0 +1,485 @@ +--- ./Makefile ++++ ./Makefile +@@ -57,16 +57,16 @@ + cat findlib.conf.in | \ + $(SH) tools/patch '@SITELIB@' '$(OCAML_SITELIB)' >findlib.conf + if ./tools/cmd_from_same_dir ocamlc; then \ +- echo 'ocamlc="ocamlc.opt"' >>findlib.conf; \ ++ echo 'ocamlc="ocamlc.opt$(EXEC_SUFFIX)"' >>findlib.conf; \ + fi + if ./tools/cmd_from_same_dir ocamlopt; then \ +- echo 'ocamlopt="ocamlopt.opt"' >>findlib.conf; \ ++ echo 'ocamlopt="ocamlopt.opt$(EXEC_SUFFIX)"' >>findlib.conf; \ + fi + if ./tools/cmd_from_same_dir ocamldep; then \ +- echo 'ocamldep="ocamldep.opt"' >>findlib.conf; \ ++ echo 'ocamldep="ocamldep.opt$(EXEC_SUFFIX)"' >>findlib.conf; \ + fi + if ./tools/cmd_from_same_dir ocamldoc; then \ +- echo 'ocamldoc="ocamldoc.opt"' >>findlib.conf; \ ++ echo 'ocamldoc="ocamldoc.opt$(EXEC_SUFFIX)"' >>findlib.conf; \ + fi + + .PHONY: install-doc +--- ./src/findlib/findlib_config.mlp ++++ ./src/findlib/findlib_config.mlp +@@ -24,3 +24,5 @@ + | "MacOS" -> "" (* don't know *) + | _ -> failwith "Unknown Sys.os_type" + ;; ++ ++let exec_suffix = "@EXEC_SUFFIX@";; +--- ./src/findlib/findlib.ml ++++ ./src/findlib/findlib.ml +@@ -28,15 +28,20 @@ + let conf_ldconf = ref "";; + let conf_ignore_dups_in = ref ([] : string list);; + +-let ocamlc_default = "ocamlc";; +-let ocamlopt_default = "ocamlopt";; +-let ocamlcp_default = "ocamlcp";; +-let ocamloptp_default = "ocamloptp";; +-let ocamlmklib_default = "ocamlmklib";; +-let ocamlmktop_default = "ocamlmktop";; +-let ocamldep_default = "ocamldep";; +-let ocamlbrowser_default = "ocamlbrowser";; +-let ocamldoc_default = "ocamldoc";; ++let add_exec str = ++ match Findlib_config.exec_suffix with ++ | "" -> str ++ | a -> str ^ a ;; ++let ocamlc_default = add_exec "ocamlc";; ++let ocamlopt_default = add_exec "ocamlopt";; ++let ocamlcp_default = add_exec "ocamlcp";; ++let ocamloptp_default = add_exec "ocamloptp";; ++let ocamlmklib_default = add_exec "ocamlmklib";; ++let ocamlmktop_default = add_exec "ocamlmktop";; ++let ocamldep_default = add_exec "ocamldep";; ++let ocamlbrowser_default = add_exec "ocamlbrowser";; ++let ocamldoc_default = add_exec "ocamldoc";; ++ + + + let init_manually +--- ./src/findlib/fl_package_base.ml ++++ ./src/findlib/fl_package_base.ml +@@ -133,7 +133,15 @@ + List.find (fun def -> def.def_var = "exists_if") p.package_defs in + let files = Fl_split.in_words def.def_value in + List.exists +- (fun file -> Sys.file_exists (Filename.concat d' file)) ++ (fun file -> ++ let fln = Filename.concat d' file in ++ let e = Sys.file_exists fln in ++ (* necessary for ppx executables *) ++ if e || Sys.os_type <> "Win32" || Filename.check_suffix fln ".exe" then ++ e ++ else ++ Sys.file_exists (fln ^ ".exe") ++ ) + files + with Not_found -> true in + +--- ./src/findlib/fl_split.ml ++++ ./src/findlib/fl_split.ml +@@ -126,10 +126,17 @@ + | '/' | '\\' -> true + | _ -> false in + let norm_dir_win() = +- if l >= 1 && s.[0] = '/' then +- Buffer.add_char b '\\' else Buffer.add_char b s.[0]; +- if l >= 2 && s.[1] = '/' then +- Buffer.add_char b '\\' else Buffer.add_char b s.[1]; ++ if l >= 1 then ( ++ if s.[0] = '/' then ++ Buffer.add_char b '\\' ++ else ++ Buffer.add_char b s.[0] ; ++ if l >= 2 then ++ if s.[1] = '/' then ++ Buffer.add_char b '\\' ++ else ++ Buffer.add_char b s.[1]; ++ ); + for k = 2 to l - 1 do + let c = s.[k] in + if is_slash c then ( +--- ./src/findlib/frontend.ml ++++ ./src/findlib/frontend.ml +@@ -31,10 +31,18 @@ + else + Sys_error (arg ^ ": " ^ Unix.error_message code) + ++let is_win = Sys.os_type = "Win32" ++ ++let () = ++ match Findlib_config.system with ++ | "win32" | "win64" | "mingw" | "cygwin" | "mingw64" | "cygwin64" -> ++ (try set_binary_mode_out stdout true with _ -> ()); ++ (try set_binary_mode_out stderr true with _ -> ()); ++ | _ -> () + + let slashify s = + match Findlib_config.system with +- | "mingw" | "mingw64" | "cygwin" -> ++ | "win32" | "win64" | "mingw" | "cygwin" | "mingw64" | "cygwin64" -> + let b = Buffer.create 80 in + String.iter + (function +@@ -49,7 +57,7 @@ + + let out_path ?(prefix="") s = + match Findlib_config.system with +- | "mingw" | "mingw64" | "cygwin" -> ++ | "win32" | "win64" | "mingw" | "mingw64" | "cygwin" -> + let u = slashify s in + prefix ^ + (if String.contains u ' ' then +@@ -273,11 +281,9 @@ + + + let identify_dir d = +- match Sys.os_type with +- | "Win32" -> +- failwith "identify_dir" (* not available *) +- | _ -> +- let s = Unix.stat d in ++ if is_win then ++ failwith "identify_dir"; (* not available *) ++ let s = Unix.stat d in + (s.Unix.st_dev, s.Unix.st_ino) + ;; + +@@ -459,6 +465,96 @@ + ) + packages + ++let rewrite_cmd s = ++ if s = "" || not is_win then ++ s ++ else ++ let s = ++ let l = String.length s in ++ let b = Buffer.create l in ++ for i = 0 to pred l do ++ match s.[i] with ++ | '/' -> Buffer.add_char b '\\' ++ | x -> Buffer.add_char b x ++ done; ++ Buffer.contents b ++ in ++ if (Filename.is_implicit s && String.contains s '\\' = false) || ++ Filename.check_suffix (String.lowercase s) ".exe" then ++ s ++ else ++ let s' = s ^ ".exe" in ++ if Sys.file_exists s' then ++ s' ++ else ++ s ++ ++let rewrite_cmd s = ++ if s = "" || not is_win then s else ++ let s = ++ let l = String.length s in ++ let b = Buffer.create l in ++ for i = 0 to pred l do ++ match s.[i] with ++ | '/' -> Buffer.add_char b '\\' ++ | x -> Buffer.add_char b x ++ done; ++ Buffer.contents b ++ in ++ if (Filename.is_implicit s && String.contains s '\\' = false) || ++ Filename.check_suffix (String.lowercase s) ".exe" then ++ s ++ else ++ let s' = s ^ ".exe" in ++ if Sys.file_exists s' then ++ s' ++ else ++ s ++ ++let rewrite_pp cmd = ++ if not is_win then cmd else ++ let module T = struct exception Keep end in ++ let is_whitespace = function ++ | ' ' | '\011' | '\012' | '\n' | '\r' | '\t' -> true ++ | _ -> false in ++ (* characters that triggers special behaviour (cmd.exe, not unix shell) *) ++ let is_unsafe_char = function ++ | '(' | ')' | '%' | '!' | '^' | '<' | '>' | '&' -> true ++ | _ -> false in ++ let len = String.length cmd in ++ let buf = Buffer.create (len + 4) in ++ let buf_cmd = Buffer.create len in ++ let rec iter_ws i = ++ if i >= len then () else ++ let cur = cmd.[i] in ++ if is_whitespace cur then ( ++ Buffer.add_char buf cur; ++ iter_ws (succ i) ++ ) ++ else ++ iter_cmd i ++ and iter_cmd i = ++ if i >= len then add_buf_cmd () else ++ let cur = cmd.[i] in ++ if is_unsafe_char cur || cur = '"' || cur = '\'' then ++ raise T.Keep; ++ if is_whitespace cur then ( ++ add_buf_cmd (); ++ Buffer.add_substring buf cmd i (len - i) ++ ) ++ else ( ++ Buffer.add_char buf_cmd cur; ++ iter_cmd (succ i) ++ ) ++ and add_buf_cmd () = ++ if Buffer.length buf_cmd > 0 then ++ Buffer.add_string buf (rewrite_cmd (Buffer.contents buf_cmd)) ++ in ++ try ++ iter_ws 0; ++ Buffer.contents buf ++ with ++ | T.Keep -> cmd + + let process_pp_spec syntax_preds packages pp_opts = + (* Returns: pp_command *) +@@ -549,7 +645,7 @@ + None -> [] + | Some cmd -> + ["-pp"; +- cmd ^ " " ^ ++ (rewrite_cmd cmd) ^ " " ^ + String.concat " " (List.map Filename.quote pp_i_options) ^ " " ^ + String.concat " " (List.map Filename.quote pp_archives) ^ " " ^ + String.concat " " (List.map Filename.quote pp_opts)] +@@ -625,9 +721,11 @@ + in + try + let preprocessor = ++ rewrite_cmd ( + resolve_path + ~base ~explicit:true +- (package_property predicates pname "ppx") in ++ (package_property predicates pname "ppx") ) ++ in + ["-ppx"; String.concat " " (preprocessor :: options)] + with Not_found -> [] + ) +@@ -895,6 +993,14 @@ + switch (e.g. -L instead of -L ) + *) + ++(* We may need to remove files on which we do not have complete control. ++ On Windows, removing a read-only file fails so try to change the ++ mode of the file first. *) ++let remove_file fname = ++ try Sys.remove fname ++ with Sys_error _ when is_win -> ++ (try Unix.chmod fname 0o666 with Unix.Unix_error _ -> ()); ++ Sys.remove fname + + let ocamlc which () = + +@@ -1022,9 +1128,12 @@ + + "-intf", + Arg.String (fun s -> pass_files := !pass_files @ [ Intf(slashify s) ]); +- ++ + "-pp", +- Arg.String (fun s -> pp_specified := true; add_spec_fn "-pp" s); ++ Arg.String (fun s -> pp_specified := true; add_spec_fn "-pp" (rewrite_pp s)); ++ ++ "-ppx", ++ Arg.String (fun s -> add_spec_fn "-ppx" (rewrite_pp s)); + + "-thread", + Arg.Unit (fun _ -> threads := threads_default); +@@ -1237,7 +1346,7 @@ + with + any -> + close_out initl; +- Sys.remove initl_file_name; ++ remove_file initl_file_name; + raise any + end; + +@@ -1245,9 +1354,9 @@ + at_exit + (fun () -> + let tr f x = try f x with _ -> () in +- tr Sys.remove initl_file_name; +- tr Sys.remove (Filename.chop_extension initl_file_name ^ ".cmi"); +- tr Sys.remove (Filename.chop_extension initl_file_name ^ ".cmo"); ++ tr remove_file initl_file_name; ++ tr remove_file (Filename.chop_extension initl_file_name ^ ".cmi"); ++ tr remove_file (Filename.chop_extension initl_file_name ^ ".cmo"); + ); + + let exclude_list = [ stdlibdir; threads_dir; vmthreads_dir ] in +@@ -1493,7 +1602,9 @@ + [ "-v", Arg.Unit (fun () -> verbose := Verbose); + "-pp", Arg.String (fun s -> + pp_specified := true; +- options := !options @ ["-pp"; s]); ++ options := !options @ ["-pp"; rewrite_pp s]); ++ "-ppx", Arg.String (fun s -> ++ options := !options @ ["-ppx"; rewrite_pp s]); + ] + ) + ) +@@ -1672,7 +1783,9 @@ + Arg.String (fun s -> add_spec_fn "-I" (slashify (resolve_path s))); + + "-pp", Arg.String (fun s -> pp_specified := true; +- add_spec_fn "-pp" s); ++ add_spec_fn "-pp" (rewrite_pp s)); ++ "-ppx", Arg.String (fun s -> add_spec_fn "-ppx" (rewrite_pp s)); ++ + ] + ) + ) +@@ -1830,7 +1943,10 @@ + output_string ch_out append; + close_out ch_out; + close_in ch_in; +- Unix.utimes outpath s.Unix.st_mtime s.Unix.st_mtime; ++ (try Unix.utimes outpath s.Unix.st_mtime s.Unix.st_mtime ++ with Unix.Unix_error(e,_,_) -> ++ prerr_endline("Warning: setting utimes for " ^ outpath ++ ^ ": " ^ Unix.error_message e)); + + prerr_endline("Installed " ^ outpath); + with +@@ -1882,6 +1998,8 @@ + Unix.openfile (Filename.concat dir owner_file) [Unix.O_RDONLY] 0 in + let f = + Unix.in_channel_of_descr fd in ++ if is_win then ++ set_binary_mode_in f false; + try + let line = input_line f in + let is_my_file = (line = pkg) in +@@ -2208,7 +2326,7 @@ + let lines = read_ldconf !ldconf in + let dlldir_norm = Fl_split.norm_dir dlldir in + let dlldir_norm_lc = string_lowercase_ascii dlldir_norm in +- let ci_filesys = (Sys.os_type = "Win32") in ++ let ci_filesys = is_win in + let check_dir d = + let d' = Fl_split.norm_dir d in + (d' = dlldir_norm) || +@@ -2356,7 +2474,7 @@ + List.iter + (fun file -> + let absfile = Filename.concat dlldir file in +- Sys.remove absfile; ++ remove_file absfile; + prerr_endline ("Removed " ^ absfile) + ) + dll_files +@@ -2365,7 +2483,7 @@ + (* Remove the files from the package directory: *) + if Sys.file_exists pkgdir then begin + let files = Sys.readdir pkgdir in +- Array.iter (fun f -> Sys.remove (Filename.concat pkgdir f)) files; ++ Array.iter (fun f -> remove_file (Filename.concat pkgdir f)) files; + Unix.rmdir pkgdir; + prerr_endline ("Removed " ^ pkgdir) + end +@@ -2415,7 +2533,9 @@ + + + let print_configuration() = ++ let sl = slashify in + let dir s = ++ let s = sl s in + if Sys.file_exists s then + s + else +@@ -2453,27 +2573,27 @@ + if md = "" then "the corresponding package directories" else dir md + ); + Printf.printf "The standard library is assumed to reside in:\n %s\n" +- (Findlib.ocaml_stdlib()); ++ (sl (Findlib.ocaml_stdlib())); + Printf.printf "The ld.conf file can be found here:\n %s\n" +- (Findlib.ocaml_ldconf()); ++ (sl (Findlib.ocaml_ldconf())); + flush stdout + | Some "conf" -> +- print_endline (Findlib.config_file()) ++ print_endline (sl (Findlib.config_file())) + | Some "path" -> +- List.iter print_endline (Findlib.search_path()) ++ List.iter ( fun x -> print_endline (sl x)) (Findlib.search_path()) + | Some "destdir" -> +- print_endline (Findlib.default_location()) ++ print_endline ( sl (Findlib.default_location())) + | Some "metadir" -> +- print_endline (Findlib.meta_directory()) ++ print_endline ( sl (Findlib.meta_directory())) + | Some "metapath" -> + let mdir = Findlib.meta_directory() in + let ddir = Findlib.default_location() in +- print_endline +- (if mdir <> "" then mdir ^ "/META.%s" else ddir ^ "/%s/META") ++ print_endline ( sl ++ (if mdir <> "" then mdir ^ "/META.%s" else ddir ^ "/%s/META")) + | Some "stdlib" -> +- print_endline (Findlib.ocaml_stdlib()) ++ print_endline ( sl (Findlib.ocaml_stdlib())) + | Some "ldconf" -> +- print_endline (Findlib.ocaml_ldconf()) ++ print_endline ( sl (Findlib.ocaml_ldconf())) + | _ -> + assert false + ;; +@@ -2481,7 +2601,7 @@ + + let ocamlcall pkg cmd = + let dir = package_directory pkg in +- let path = Filename.concat dir cmd in ++ let path = rewrite_cmd (Filename.concat dir cmd) in + begin + try Unix.access path [ Unix.X_OK ] + with +@@ -2647,6 +2767,10 @@ + | Sys_error f -> + prerr_endline ("ocamlfind: " ^ f); + exit 2 ++ | Unix.Unix_error (e, fn, f) -> ++ prerr_endline ("ocamlfind: " ^ fn ^ " " ^ f ++ ^ ": " ^ Unix.error_message e); ++ exit 2 + | Findlib.No_such_package(pkg,info) -> + prerr_endline ("ocamlfind: Package `" ^ pkg ^ "' not found" ^ + (if info <> "" then " - " ^ info else "")); +--- ./src/findlib/Makefile ++++ ./src/findlib/Makefile +@@ -90,6 +90,7 @@ + cat findlib_config.mlp | \ + $(SH) $(TOP)/tools/patch '@CONFIGFILE@' '$(OCAMLFIND_CONF)' | \ + $(SH) $(TOP)/tools/patch '@STDLIB@' '$(OCAML_CORE_STDLIB)' | \ ++ $(SH) $(TOP)/tools/patch '@EXEC_SUFFIX@' '$(EXEC_SUFFIX)' | \ + sed -e 's;@AUTOLINK@;$(OCAML_AUTOLINK);g' \ + -e 's;@SYSTEM@;$(SYSTEM);g' \ + >findlib_config.ml +--- ./src/findlib/frontend.ml ++++ ./src/findlib/frontend.ml +@@ -281,10 +281,8 @@ + + + let identify_dir d = +- if is_win then +- failwith "identify_dir"; (* not available *) + let s = Unix.stat d in +- (s.Unix.st_dev, s.Unix.st_ino) ++ (s.Unix.st_dev, s.Unix.st_ino) + ;; + + diff --git a/compiler/esy.lock/overrides/opam__s__ocamlfind_opam__c__1.9.6_opam_override/package.json b/compiler/esy.lock/overrides/opam__s__ocamlfind_opam__c__1.9.3_opam_override/package.json similarity index 100% rename from compiler/esy.lock/overrides/opam__s__ocamlfind_opam__c__1.9.6_opam_override/package.json rename to compiler/esy.lock/overrides/opam__s__ocamlfind_opam__c__1.9.3_opam_override/package.json diff --git a/compiler/esy.lock/overrides/opam__s__ocamlfind_opam__c__1.9.6_opam_override/files/findlib.patch b/compiler/esy.lock/overrides/opam__s__ocamlfind_opam__c__1.9.6_opam_override/files/findlib.patch deleted file mode 100644 index d545632af9..0000000000 --- a/compiler/esy.lock/overrides/opam__s__ocamlfind_opam__c__1.9.6_opam_override/files/findlib.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- ./Makefile -+++ ./Makefile -@@ -55,7 +55,7 @@ - export USE_CYGPATH; \ - cat findlib.conf.in | \ - $(SH) tools/patch '@SITELIB@' '$(OCAML_SITELIB)' | \ -- $(SH) tools/patch '@FINDLIB_PATH@' '$(FINDLIB_PATH)' -p >findlib.conf -+ $(SH) tools/patch '@FINDLIB_PATH@' '$(FINDLIB_PATH)' >findlib.conf - if ./tools/cmd_from_same_dir ocamlc; then \ - echo 'ocamlc="ocamlc.opt"' >>findlib.conf; \ - fi