@grain/binaryen.ml 0.25.0 → 0.27.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (61) hide show
  1. binaryen-archive/CHANGELOG.md +30 -0
  2. binaryen-archive/README.md +3 -2
  3. binaryen-archive/binaryen.opam +3 -3
  4. binaryen-archive/dune +2 -0
  5. binaryen-archive/esy.lock/index.json +630 -577
  6. binaryen-archive/esy.lock/opam/{base.v0.16.4 → base.v0.17.3}/opam +8 -6
  7. binaryen-archive/esy.lock/opam/{chrome-trace.3.18.2 → chrome-trace.3.20.2}/opam +5 -5
  8. binaryen-archive/esy.lock/opam/{dune-build-info.3.18.2 → dune-build-info.3.20.2}/opam +5 -5
  9. binaryen-archive/esy.lock/opam/{dune-configurator.3.18.2 → dune-configurator.3.20.2}/opam +5 -5
  10. binaryen-archive/esy.lock/opam/{dune-rpc.3.18.2 → dune-rpc.3.20.2}/opam +6 -5
  11. binaryen-archive/esy.lock/opam/{dune.3.18.2 → dune.3.20.2}/opam +8 -7
  12. binaryen-archive/esy.lock/opam/{dyn.3.18.2 → dyn.3.20.2}/opam +6 -6
  13. binaryen-archive/esy.lock/opam/{fix.20250428 → fix.20250919}/opam +3 -3
  14. binaryen-archive/esy.lock/opam/{js_of_ocaml-compiler.5.9.1 → js_of_ocaml-compiler.6.2.0}/opam +10 -10
  15. binaryen-archive/esy.lock/opam/jsonrpc.1.23.1/opam +50 -0
  16. binaryen-archive/esy.lock/opam/lsp.1.23.1/opam +60 -0
  17. binaryen-archive/esy.lock/opam/{menhir.20240715 → menhir.20250912}/opam +3 -3
  18. binaryen-archive/esy.lock/opam/{menhirCST.20240715 → menhirCST.20250912}/opam +4 -4
  19. binaryen-archive/esy.lock/opam/{menhirLib.20240715 → menhirLib.20250912}/opam +3 -3
  20. binaryen-archive/esy.lock/opam/{menhirSdk.20240715 → menhirSdk.20250912}/opam +3 -3
  21. binaryen-archive/esy.lock/opam/merlin-lib.5.6-503/opam +36 -0
  22. binaryen-archive/esy.lock/opam/ocaml-compiler-libs.v0.17.0/opam +28 -0
  23. binaryen-archive/esy.lock/opam/{ocaml-lsp-server.1.12.4 → ocaml-lsp-server.1.23.1}/opam +24 -12
  24. binaryen-archive/esy.lock/opam/{ocaml-version.3.5.0 → ocaml-version.4.0.3}/opam +33 -28
  25. binaryen-archive/esy.lock/opam/ocaml_intrinsics_kernel.v0.17.1/opam +30 -0
  26. binaryen-archive/esy.lock/opam/ocamlc-loc.3.20.2/opam +45 -0
  27. binaryen-archive/esy.lock/opam/ocamlformat-lib.0.27.0/opam +68 -0
  28. binaryen-archive/esy.lock/opam/ocamlformat.0.27.0/opam +59 -0
  29. binaryen-archive/esy.lock/opam/{ordering.3.18.2 → ordering.3.20.2}/opam +6 -6
  30. binaryen-archive/esy.lock/opam/{ppx_yojson_conv_lib.v0.16.0 → ppx_yojson_conv_lib.v0.17.0}/opam +5 -4
  31. binaryen-archive/esy.lock/opam/{ppxlib.0.35.0 → ppxlib.0.37.0}/opam +5 -5
  32. binaryen-archive/esy.lock/opam/{re.1.12.0 → re.1.14.0}/opam +35 -27
  33. binaryen-archive/esy.lock/opam/{sedlex.3.4 → sedlex.3.7}/opam +3 -3
  34. binaryen-archive/esy.lock/opam/{sexplib0.v0.16.0 → sexplib0.v0.17.0}/opam +9 -4
  35. binaryen-archive/esy.lock/opam/{stdio.v0.16.0 → stdio.v0.17.0}/opam +6 -5
  36. binaryen-archive/esy.lock/opam/{stdune.3.18.2 → stdune.3.20.2}/opam +6 -6
  37. binaryen-archive/esy.lock/opam/{topkg.1.0.8 → topkg.1.1.0}/opam +2 -2
  38. binaryen-archive/esy.lock/opam/{uucp.16.0.0 → uucp.17.0.0}/opam +5 -5
  39. binaryen-archive/esy.lock/opam/{uuseg.16.0.0 → uuseg.17.0.0}/opam +4 -4
  40. binaryen-archive/esy.lock/opam/{xdg.3.18.2 → xdg.3.20.2}/opam +6 -5
  41. binaryen-archive/esy.lock/opam/{yojson.2.2.2 → yojson.3.0.0}/opam +5 -6
  42. binaryen-archive/package.json +9 -6
  43. binaryen-archive/src/expression.c +4 -4
  44. binaryen-archive/src/expression.js +8 -7
  45. binaryen-archive/src/expression.ml +4 -28
  46. binaryen-archive/src/expression.mli +6 -6
  47. binaryen-archive/src/memory.c +30 -24
  48. binaryen-archive/src/memory.js +17 -11
  49. binaryen-archive/src/memory.ml +23 -12
  50. binaryen-archive/src/memory.mli +4 -4
  51. binaryen-archive/src/module.js +6 -3
  52. binaryen-archive/test/dune +1 -2
  53. binaryen-archive/test/test.expected +25 -23
  54. binaryen-archive/test/test.ml +7 -5
  55. binaryen-archive/esy.lock/opam/base-bigarray.base/opam +0 -6
  56. binaryen-archive/esy.lock/opam/ocaml-compiler-libs.v0.12.4/opam +0 -39
  57. binaryen-archive/esy.lock/opam/ocamlformat.0.24.1/opam +0 -57
  58. binaryen-archive/esy.lock/opam/octavius.1.2.2/opam +0 -36
  59. binaryen-archive/esy.lock/opam/odoc-parser.2.0.0/opam +0 -47
  60. binaryen-archive/esy.lock/opam/omd.1.3.2/opam +0 -50
  61. binaryen-archive/esy.lock/opam/result.1.5/opam +0 -25
@@ -10,11 +10,13 @@ build: [
10
10
  ["dune" "build" "-p" name "-j" jobs]
11
11
  ]
12
12
  depends: [
13
- "ocaml" {>= "4.14.0"}
14
- "sexplib0" {>= "v0.16" & < "v0.17"}
15
- "dune" {>= "2.0.0"}
13
+ "ocaml" {>= "5.1.0"}
14
+ "ocaml_intrinsics_kernel" {>= "v0.17.0" & < "v0.18.0"}
15
+ "sexplib0" {>= "v0.17.0" & < "v0.18.0"}
16
+ "dune" {>= "3.11.0"}
16
17
  "dune-configurator"
17
18
  ]
19
+ available: arch != "arm32" & arch != "x86_32"
18
20
  synopsis: "Full standard library replacement for OCaml"
19
21
  description: "
20
22
  Full standard library replacement for OCaml
@@ -31,9 +33,9 @@ provided by companion libraries such as stdio:
31
33
  https://github.com/janestreet/stdio
32
34
  "
33
35
  url {
34
- src: "https://github.com/janestreet/base/archive/refs/tags/v0.16.4.tar.gz"
36
+ src: "https://github.com/janestreet/base/archive/refs/tags/v0.17.3.tar.gz"
35
37
  checksum: [
36
- "md5=1716b735b93c9d068dd9790bb40d6562"
37
- "sha512=ab1bf389889dda97235a76782858521256ab65290831c1234781bc4b3ec8186680616f64b922b0c9dfd11b2ed46e0be9e9b8778904a97ef5f849132b925fd210"
38
+ "md5=2100b0ed13fecf43be86ed45c5b2cc4d"
39
+ "sha512=628610caff7e124631870fa1e29661caac28bdfdb18750ee43b868037da3d65d6dd9023b4be7c4c52405679efb5e865a6632d95606a22b28a36636a6bf706ef3"
38
40
  ]
39
41
  }
@@ -9,7 +9,7 @@ homepage: "https://github.com/ocaml/dune"
9
9
  doc: "https://dune.readthedocs.io/"
10
10
  bug-reports: "https://github.com/ocaml/dune/issues"
11
11
  depends: [
12
- "dune" {>= "3.12"}
12
+ "dune" {>= "3.20"}
13
13
  "ocaml" {>= "4.08.0"}
14
14
  "odoc" {with-doc}
15
15
  ]
@@ -32,10 +32,10 @@ build: [
32
32
  ]
33
33
  url {
34
34
  src:
35
- "https://github.com/ocaml/dune/releases/download/3.18.2/dune-3.18.2.tbz"
35
+ "https://github.com/ocaml/dune/releases/download/3.20.2/dune-3.20.2.tbz"
36
36
  checksum: [
37
- "sha256=56be509ffc3c5ba652113d9e6b43edb04a691f1e1f6cbba17b9d243b1239a7af"
38
- "sha512=ee04a0c4ab946817018c78cd9b19c8d3082ee3b1cef78c699fff4ea37fd79543823a9751d0b945d2fd1783396ceded045cbec986a85f7a8f7bac93e04650fff3"
37
+ "sha256=b1a86b2d60bdb4a8b9bb6861bdf2f9f28a6e7cb5d833ce81afecceb9ef9ca549"
38
+ "sha512=ed14df9163e487d4ae7d0a2427eaab7823ef1f0ef2d93f0b783e6f163bbd5b44ba73f055d60b84e76f476fe11d38e794013628a1da776d9ec13cca9666e7b7ff"
39
39
  ]
40
40
  }
41
- x-commit-hash: "7b971c877d1403da3d536cc180cdd384c7b26341"
41
+ x-commit-hash: "1e54fd3f450aae7fb41ffb6b7c8b7a5aed754777"
@@ -15,7 +15,7 @@ homepage: "https://github.com/ocaml/dune"
15
15
  doc: "https://dune.readthedocs.io/"
16
16
  bug-reports: "https://github.com/ocaml/dune/issues"
17
17
  depends: [
18
- "dune" {>= "3.12"}
18
+ "dune" {>= "3.20"}
19
19
  "ocaml" {>= "4.08"}
20
20
  "odoc" {with-doc}
21
21
  ]
@@ -38,10 +38,10 @@ build: [
38
38
  ]
39
39
  url {
40
40
  src:
41
- "https://github.com/ocaml/dune/releases/download/3.18.2/dune-3.18.2.tbz"
41
+ "https://github.com/ocaml/dune/releases/download/3.20.2/dune-3.20.2.tbz"
42
42
  checksum: [
43
- "sha256=56be509ffc3c5ba652113d9e6b43edb04a691f1e1f6cbba17b9d243b1239a7af"
44
- "sha512=ee04a0c4ab946817018c78cd9b19c8d3082ee3b1cef78c699fff4ea37fd79543823a9751d0b945d2fd1783396ceded045cbec986a85f7a8f7bac93e04650fff3"
43
+ "sha256=b1a86b2d60bdb4a8b9bb6861bdf2f9f28a6e7cb5d833ce81afecceb9ef9ca549"
44
+ "sha512=ed14df9163e487d4ae7d0a2427eaab7823ef1f0ef2d93f0b783e6f163bbd5b44ba73f055d60b84e76f476fe11d38e794013628a1da776d9ec13cca9666e7b7ff"
45
45
  ]
46
46
  }
47
- x-commit-hash: "7b971c877d1403da3d536cc180cdd384c7b26341"
47
+ x-commit-hash: "1e54fd3f450aae7fb41ffb6b7c8b7a5aed754777"
@@ -17,7 +17,7 @@ homepage: "https://github.com/ocaml/dune"
17
17
  doc: "https://dune.readthedocs.io/"
18
18
  bug-reports: "https://github.com/ocaml/dune/issues"
19
19
  depends: [
20
- "dune" {>= "3.12"}
20
+ "dune" {>= "3.20"}
21
21
  "ocaml" {>= "4.08.0"}
22
22
  "base-unix"
23
23
  "csexp" {>= "1.5.0"}
@@ -42,10 +42,10 @@ build: [
42
42
  ]
43
43
  url {
44
44
  src:
45
- "https://github.com/ocaml/dune/releases/download/3.18.2/dune-3.18.2.tbz"
45
+ "https://github.com/ocaml/dune/releases/download/3.20.2/dune-3.20.2.tbz"
46
46
  checksum: [
47
- "sha256=56be509ffc3c5ba652113d9e6b43edb04a691f1e1f6cbba17b9d243b1239a7af"
48
- "sha512=ee04a0c4ab946817018c78cd9b19c8d3082ee3b1cef78c699fff4ea37fd79543823a9751d0b945d2fd1783396ceded045cbec986a85f7a8f7bac93e04650fff3"
47
+ "sha256=b1a86b2d60bdb4a8b9bb6861bdf2f9f28a6e7cb5d833ce81afecceb9ef9ca549"
48
+ "sha512=ed14df9163e487d4ae7d0a2427eaab7823ef1f0ef2d93f0b783e6f163bbd5b44ba73f055d60b84e76f476fe11d38e794013628a1da776d9ec13cca9666e7b7ff"
49
49
  ]
50
50
  }
51
- x-commit-hash: "7b971c877d1403da3d536cc180cdd384c7b26341"
51
+ x-commit-hash: "1e54fd3f450aae7fb41ffb6b7c8b7a5aed754777"
@@ -8,7 +8,8 @@ homepage: "https://github.com/ocaml/dune"
8
8
  doc: "https://dune.readthedocs.io/"
9
9
  bug-reports: "https://github.com/ocaml/dune/issues"
10
10
  depends: [
11
- "dune" {>= "3.12"}
11
+ "dune" {>= "3.20"}
12
+ "ocamlc-loc"
12
13
  "csexp"
13
14
  "ordering"
14
15
  "dyn"
@@ -36,10 +37,10 @@ build: [
36
37
  ]
37
38
  url {
38
39
  src:
39
- "https://github.com/ocaml/dune/releases/download/3.18.2/dune-3.18.2.tbz"
40
+ "https://github.com/ocaml/dune/releases/download/3.20.2/dune-3.20.2.tbz"
40
41
  checksum: [
41
- "sha256=56be509ffc3c5ba652113d9e6b43edb04a691f1e1f6cbba17b9d243b1239a7af"
42
- "sha512=ee04a0c4ab946817018c78cd9b19c8d3082ee3b1cef78c699fff4ea37fd79543823a9751d0b945d2fd1783396ceded045cbec986a85f7a8f7bac93e04650fff3"
42
+ "sha256=b1a86b2d60bdb4a8b9bb6861bdf2f9f28a6e7cb5d833ce81afecceb9ef9ca549"
43
+ "sha512=ed14df9163e487d4ae7d0a2427eaab7823ef1f0ef2d93f0b783e6f163bbd5b44ba73f055d60b84e76f476fe11d38e794013628a1da776d9ec13cca9666e7b7ff"
43
44
  ]
44
45
  }
45
- x-commit-hash: "7b971c877d1403da3d536cc180cdd384c7b26341"
46
+ x-commit-hash: "1e54fd3f450aae7fb41ffb6b7c8b7a5aed754777"
@@ -30,7 +30,7 @@ conflicts: [
30
30
  "ocaml-lsp-server" {< "1.3.0"}
31
31
  "dune-configurator" {< "2.3.0"}
32
32
  "odoc" {< "2.0.1"}
33
- "dune-release" {< "1.3.0"}
33
+ "dune-release" {< "2.0.0"}
34
34
  "js_of_ocaml-compiler" {< "3.6.0"}
35
35
  "jbuilder" {= "transition"}
36
36
  ]
@@ -49,13 +49,14 @@ depends: [
49
49
  "lwt" { with-dev-setup & os != "win32" }
50
50
  "cinaps" { with-dev-setup }
51
51
  "csexp" { with-dev-setup & >= "1.3.0" }
52
- "js_of_ocaml" { with-dev-setup & >= "6.0.1" & os != "win32" }
53
- "js_of_ocaml-compiler" { with-dev-setup & >= "6.0.1" & os != "win32" }
52
+ "js_of_ocaml" { with-dev-setup & >= "6.1.0" & os != "win32" }
53
+ "js_of_ocaml-compiler" { with-dev-setup & >= "6.1.0" & os != "win32" }
54
54
  "mdx" { with-dev-setup & >= "2.3.0" & os != "win32" }
55
55
  "menhir" { with-dev-setup & os != "win32" }
56
56
  "ocamlfind" { with-dev-setup & os != "win32" }
57
57
  "odoc" { with-dev-setup & >= "2.4.0" & os != "win32" }
58
58
  "ppx_expect" { with-dev-setup & >= "v0.17" & os != "win32" }
59
+ "spawn" { with-dev-setup }
59
60
  "ppx_inline_test" { with-dev-setup & os != "win32" }
60
61
  "ppxlib" { with-dev-setup & >= "0.35.0" & os != "win32" }
61
62
  "ctypes" { with-dev-setup & os != "win32" }
@@ -64,10 +65,10 @@ depends: [
64
65
  ]
65
66
  url {
66
67
  src:
67
- "https://github.com/ocaml/dune/releases/download/3.18.2/dune-3.18.2.tbz"
68
+ "https://github.com/ocaml/dune/releases/download/3.20.2/dune-3.20.2.tbz"
68
69
  checksum: [
69
- "sha256=56be509ffc3c5ba652113d9e6b43edb04a691f1e1f6cbba17b9d243b1239a7af"
70
- "sha512=ee04a0c4ab946817018c78cd9b19c8d3082ee3b1cef78c699fff4ea37fd79543823a9751d0b945d2fd1783396ceded045cbec986a85f7a8f7bac93e04650fff3"
70
+ "sha256=b1a86b2d60bdb4a8b9bb6861bdf2f9f28a6e7cb5d833ce81afecceb9ef9ca549"
71
+ "sha512=ed14df9163e487d4ae7d0a2427eaab7823ef1f0ef2d93f0b783e6f163bbd5b44ba73f055d60b84e76f476fe11d38e794013628a1da776d9ec13cca9666e7b7ff"
71
72
  ]
72
73
  }
73
- x-commit-hash: "7b971c877d1403da3d536cc180cdd384c7b26341"
74
+ x-commit-hash: "1e54fd3f450aae7fb41ffb6b7c8b7a5aed754777"
@@ -8,14 +8,14 @@ homepage: "https://github.com/ocaml/dune"
8
8
  doc: "https://dune.readthedocs.io/"
9
9
  bug-reports: "https://github.com/ocaml/dune/issues"
10
10
  depends: [
11
- "dune" {>= "3.12"}
11
+ "dune" {>= "3.20"}
12
12
  "ocaml" {>= "4.08.0"}
13
13
  "ordering" {= version}
14
14
  "pp" {>= "1.1.0"}
15
15
  "odoc" {with-doc}
16
16
  ]
17
17
  dev-repo: "git+https://github.com/ocaml/dune.git"
18
- x-maintenance-intent: ["(none)"]
18
+ x-maintenance-intent: ["(latest)"]
19
19
  build: [
20
20
  ["dune" "subst"] {dev}
21
21
  ["rm" "-rf" "vendor/csexp"]
@@ -33,10 +33,10 @@ build: [
33
33
  ]
34
34
  url {
35
35
  src:
36
- "https://github.com/ocaml/dune/releases/download/3.18.2/dune-3.18.2.tbz"
36
+ "https://github.com/ocaml/dune/releases/download/3.20.2/dune-3.20.2.tbz"
37
37
  checksum: [
38
- "sha256=56be509ffc3c5ba652113d9e6b43edb04a691f1e1f6cbba17b9d243b1239a7af"
39
- "sha512=ee04a0c4ab946817018c78cd9b19c8d3082ee3b1cef78c699fff4ea37fd79543823a9751d0b945d2fd1783396ceded045cbec986a85f7a8f7bac93e04650fff3"
38
+ "sha256=b1a86b2d60bdb4a8b9bb6861bdf2f9f28a6e7cb5d833ce81afecceb9ef9ca549"
39
+ "sha512=ed14df9163e487d4ae7d0a2427eaab7823ef1f0ef2d93f0b783e6f163bbd5b44ba73f055d60b84e76f476fe11d38e794013628a1da776d9ec13cca9666e7b7ff"
40
40
  ]
41
41
  }
42
- x-commit-hash: "7b971c877d1403da3d536cc180cdd384c7b26341"
42
+ x-commit-hash: "1e54fd3f450aae7fb41ffb6b7c8b7a5aed754777"
@@ -18,9 +18,9 @@ depends: [
18
18
  synopsis: "Algorithmic building blocks for memoization, recursion, and more"
19
19
  url {
20
20
  src:
21
- "https://gitlab.inria.fr/fpottier/fix/-/archive/20250428/archive.tar.gz"
21
+ "https://gitlab.inria.fr/fpottier/fix/-/archive/20250919/archive.tar.gz"
22
22
  checksum: [
23
- "md5=75aeb28e58d5a2c8b8c2590d23d1122d"
24
- "sha512=744b08403beb22d8d960976792dd2f80ee9b47c9b3d3977d98e09aa127c3e21531acb305ab42c734ad1067b0ababa43b251afd3e111d296e3b07fbe2c187b082"
23
+ "md5=af7099d1cf24654bd379953b8e3d063f"
24
+ "sha512=147bde60a96191f5f0090842df37a12509d78cf6e9dda482fbd000f61215c3d12115854fc331ae39009f26948d6d527187adade160e7ab27a6c4f0d8b324490a"
25
25
  ]
26
26
  }
@@ -11,11 +11,11 @@ homepage: "https://ocsigen.org/js_of_ocaml/latest/manual/overview"
11
11
  doc: "https://ocsigen.org/js_of_ocaml/latest/manual/overview"
12
12
  bug-reports: "https://github.com/ocsigen/js_of_ocaml/issues"
13
13
  depends: [
14
- "dune" {>= "3.15"}
15
- "ocaml" {>= "4.08" & < "5.4"}
14
+ "dune" {>= "3.19"}
15
+ "ocaml" {>= "4.13" & < "5.5"}
16
16
  "num" {with-test}
17
- "ppx_expect" {>= "v0.14.2" & with-test}
18
- "ppxlib" {>= "0.15.0" & < "0.36.0"}
17
+ "ppx_expect" {>= "v0.16.1" & with-test}
18
+ "ppxlib" {>= "0.35"}
19
19
  "re" {with-test}
20
20
  "cmdliner" {>= "1.1.0"}
21
21
  "sedlex" {>= "3.3"}
@@ -23,7 +23,7 @@ depends: [
23
23
  "menhir"
24
24
  "menhirLib"
25
25
  "menhirSdk"
26
- "yojson" {>= "1.6"}
26
+ "yojson" {>= "2.1"}
27
27
  "odoc" {with-doc}
28
28
  ]
29
29
  depopts: ["ocamlfind"]
@@ -32,8 +32,8 @@ conflicts: [
32
32
  "js_of_ocaml" {< "3.0"}
33
33
  ]
34
34
  dev-repo: "git+https://github.com/ocsigen/js_of_ocaml.git"
35
+ x-maintenance-intent: ["(latest)"]
35
36
  build: [
36
- ["dune" "subst"] {dev}
37
37
  [
38
38
  "dune"
39
39
  "build"
@@ -47,10 +47,10 @@ build: [
47
47
  ]
48
48
  url {
49
49
  src:
50
- "https://github.com/ocsigen/js_of_ocaml/releases/download/5.9.1/js_of_ocaml-5.9.1.tbz"
50
+ "https://github.com/ocsigen/js_of_ocaml/releases/download/6.2.0/js_of_ocaml-6.2.0.tbz"
51
51
  checksum: [
52
- "sha256=68c95c60871d8e9c9a54c82f35e2ed50413bcb440f220d0b3516b2a1ee1c7307"
53
- "sha512=288d68ea7a45e92375cf51c34bb1071dd26d0d8de54883f3422639561e1494ff43aa45c3d7466627fd7b5a9bb29a0c75e5744a3e7147f5d544bf2c5414083778"
52
+ "sha256=7cc641778d1b172a352a88333ee0e8c621365a0acfcd9b87e38bfddb8dd2a5da"
53
+ "sha512=da50c79e1ad667df22abe03d0928ee135729c90cf09279e3c4854aec66557e8600890ca58f550529de1b1a44698720890b97528df167fd9e10cce24c71e763e6"
54
54
  ]
55
55
  }
56
- x-commit-hash: "a02342914f3221a298730d61537cc0d939ccb6e0"
56
+ x-commit-hash: "938c18c46b78836119483d9cc9ce25ffdc44b718"
@@ -0,0 +1,50 @@
1
+ opam-version: "2.0"
2
+ synopsis: "Jsonrpc protocol implementation"
3
+ description: "See https://www.jsonrpc.org/specification"
4
+ maintainer: ["Rudi Grinberg <me@rgrinberg.com>"]
5
+ authors: [
6
+ "Andrey Popp <8mayday@gmail.com>"
7
+ "Rusty Key <iam@stfoo.ru>"
8
+ "Louis Roché <louis@louisroche.net>"
9
+ "Oleksiy Golovko <alexei.golovko@gmail.com>"
10
+ "Rudi Grinberg <me@rgrinberg.com>"
11
+ "Sacha Ayoun <sachaayoun@gmail.com>"
12
+ "cannorin <cannorin@gmail.com>"
13
+ "Ulugbek Abdullaev <ulugbekna@gmail.com>"
14
+ "Thibaut Mattio <thibaut.mattio@gmail.com>"
15
+ "Max Lantas <mnxndev@outlook.com>"
16
+ ]
17
+ license: "ISC"
18
+ homepage: "https://github.com/ocaml/ocaml-lsp"
19
+ bug-reports: "https://github.com/ocaml/ocaml-lsp/issues"
20
+ depends: [
21
+ "dune" {>= "3.0"}
22
+ "yojson" {>= "2.0"}
23
+ "ocaml" {>= "4.08"}
24
+ "odoc" {with-doc}
25
+ ]
26
+ dev-repo: "git+https://github.com/ocaml/ocaml-lsp.git"
27
+ build: [
28
+ ["dune" "subst"] {dev}
29
+ [
30
+ "dune"
31
+ "build"
32
+ "-p"
33
+ name
34
+ "-j"
35
+ jobs
36
+ "@install"
37
+ "@doc" {with-doc}
38
+ ]
39
+ ]
40
+
41
+ x-maintenance-intent: [ "(latest)" ]
42
+ url {
43
+ src:
44
+ "https://github.com/ocaml/ocaml-lsp/releases/download/1.23.1/lsp-1.23.1.tbz"
45
+ checksum: [
46
+ "sha256=c747e394026639ea204467e859de93ea8e9958dbf44f780dcb2a1897c56d7571"
47
+ "sha512=958a3012d4876ed3ba0be2913f0de09946e719d342110256d7eb73280e0c42d71f38fc321dffc7d5a82b9266ee023fda1d93e6d3fdec70aec53d78d28d96e6da"
48
+ ]
49
+ }
50
+ x-commit-hash: "e29fa980f762d1adecd77e0cdbbafa8386788999"
@@ -0,0 +1,60 @@
1
+ opam-version: "2.0"
2
+ synopsis: "LSP protocol implementation in OCaml"
3
+ description: """
4
+
5
+ Implementation of the LSP protocol in OCaml. It is designed to be as portable as
6
+ possible and does not make any assumptions about IO.
7
+ """
8
+ maintainer: ["Rudi Grinberg <me@rgrinberg.com>"]
9
+ authors: [
10
+ "Andrey Popp <8mayday@gmail.com>"
11
+ "Rusty Key <iam@stfoo.ru>"
12
+ "Louis Roché <louis@louisroche.net>"
13
+ "Oleksiy Golovko <alexei.golovko@gmail.com>"
14
+ "Rudi Grinberg <me@rgrinberg.com>"
15
+ "Sacha Ayoun <sachaayoun@gmail.com>"
16
+ "cannorin <cannorin@gmail.com>"
17
+ "Ulugbek Abdullaev <ulugbekna@gmail.com>"
18
+ "Thibaut Mattio <thibaut.mattio@gmail.com>"
19
+ "Max Lantas <mnxndev@outlook.com>"
20
+ ]
21
+ license: "ISC"
22
+ homepage: "https://github.com/ocaml/ocaml-lsp"
23
+ bug-reports: "https://github.com/ocaml/ocaml-lsp/issues"
24
+ depends: [
25
+ "dune" {>= "3.0"}
26
+ "jsonrpc" {= version}
27
+ "yojson"
28
+ "ppx_yojson_conv_lib" {>= "v0.14"}
29
+ "cinaps" {with-test}
30
+ "ppx_expect" {>= "v0.17.0" & with-test}
31
+ "uutf" {>= "1.0.2"}
32
+ "odoc" {with-doc}
33
+ "ocaml" {>= "4.14"}
34
+ "ppx_yojson_conv" {with-dev-setup}
35
+ ]
36
+ dev-repo: "git+https://github.com/ocaml/ocaml-lsp.git"
37
+ build: [
38
+ ["dune" "subst"] {dev}
39
+ [
40
+ "dune"
41
+ "build"
42
+ "-p"
43
+ name
44
+ "-j"
45
+ jobs
46
+ "@install"
47
+ "@doc" {with-doc}
48
+ ]
49
+ ]
50
+
51
+ x-maintenance-intent: [ "(latest)" ]
52
+ url {
53
+ src:
54
+ "https://github.com/ocaml/ocaml-lsp/releases/download/1.23.1/lsp-1.23.1.tbz"
55
+ checksum: [
56
+ "sha256=c747e394026639ea204467e859de93ea8e9958dbf44f780dcb2a1897c56d7571"
57
+ "sha512=958a3012d4876ed3ba0be2913f0de09946e719d342110256d7eb73280e0c42d71f38fc321dffc7d5a82b9266ee023fda1d93e6d3fdec70aec53d78d28d96e6da"
58
+ ]
59
+ }
60
+ x-commit-hash: "e29fa980f762d1adecd77e0cdbbafa8386788999"
@@ -22,9 +22,9 @@ depends: [
22
22
  synopsis: "An LR(1) parser generator"
23
23
  url {
24
24
  src:
25
- "https://gitlab.inria.fr/fpottier/menhir/-/archive/20240715/archive.tar.gz"
25
+ "https://gitlab.inria.fr/fpottier/menhir/-/archive/20250912/archive.tar.gz"
26
26
  checksum: [
27
- "md5=d39a8943fe1be28199e5ec1f4133504c"
28
- "sha512=4f933cfc9026f5f2ffda9b0e626862560a233c35ecf097d179edd926d9009bdf46b6611294aea02b63c34427348568f37376a033fbe8cf98a7746fa6f1354dbd"
27
+ "md5=b8f83df02226419f99e49f1b637dcb11"
28
+ "sha512=72c85ec63104d6a7c7b6305b4642b86909fcad2e46561427ad596e37e686b3c94cd382da440f058d32800a15b157b80a8242df8043440a209ba73d209657ea84"
29
29
  ]
30
30
  }
@@ -18,12 +18,12 @@ depends: [
18
18
  conflicts: [
19
19
  "menhir" { != version }
20
20
  ]
21
- synopsis: "Runtime support library for parsers generated by Menhir"
21
+ synopsis: "Runtime support library for unparsers generated by Menhir"
22
22
  url {
23
23
  src:
24
- "https://gitlab.inria.fr/fpottier/menhir/-/archive/20240715/archive.tar.gz"
24
+ "https://gitlab.inria.fr/fpottier/menhir/-/archive/20250912/archive.tar.gz"
25
25
  checksum: [
26
- "md5=d39a8943fe1be28199e5ec1f4133504c"
27
- "sha512=4f933cfc9026f5f2ffda9b0e626862560a233c35ecf097d179edd926d9009bdf46b6611294aea02b63c34427348568f37376a033fbe8cf98a7746fa6f1354dbd"
26
+ "md5=b8f83df02226419f99e49f1b637dcb11"
27
+ "sha512=72c85ec63104d6a7c7b6305b4642b86909fcad2e46561427ad596e37e686b3c94cd382da440f058d32800a15b157b80a8242df8043440a209ba73d209657ea84"
28
28
  ]
29
29
  }
@@ -22,9 +22,9 @@ conflicts: [
22
22
  synopsis: "Runtime support library for parsers generated by Menhir"
23
23
  url {
24
24
  src:
25
- "https://gitlab.inria.fr/fpottier/menhir/-/archive/20240715/archive.tar.gz"
25
+ "https://gitlab.inria.fr/fpottier/menhir/-/archive/20250912/archive.tar.gz"
26
26
  checksum: [
27
- "md5=d39a8943fe1be28199e5ec1f4133504c"
28
- "sha512=4f933cfc9026f5f2ffda9b0e626862560a233c35ecf097d179edd926d9009bdf46b6611294aea02b63c34427348568f37376a033fbe8cf98a7746fa6f1354dbd"
27
+ "md5=b8f83df02226419f99e49f1b637dcb11"
28
+ "sha512=72c85ec63104d6a7c7b6305b4642b86909fcad2e46561427ad596e37e686b3c94cd382da440f058d32800a15b157b80a8242df8043440a209ba73d209657ea84"
29
29
  ]
30
30
  }
@@ -22,9 +22,9 @@ conflicts: [
22
22
  synopsis: "Compile-time library for auxiliary tools related to Menhir"
23
23
  url {
24
24
  src:
25
- "https://gitlab.inria.fr/fpottier/menhir/-/archive/20240715/archive.tar.gz"
25
+ "https://gitlab.inria.fr/fpottier/menhir/-/archive/20250912/archive.tar.gz"
26
26
  checksum: [
27
- "md5=d39a8943fe1be28199e5ec1f4133504c"
28
- "sha512=4f933cfc9026f5f2ffda9b0e626862560a233c35ecf097d179edd926d9009bdf46b6611294aea02b63c34427348568f37376a033fbe8cf98a7746fa6f1354dbd"
27
+ "md5=b8f83df02226419f99e49f1b637dcb11"
28
+ "sha512=72c85ec63104d6a7c7b6305b4642b86909fcad2e46561427ad596e37e686b3c94cd382da440f058d32800a15b157b80a8242df8043440a209ba73d209657ea84"
29
29
  ]
30
30
  }
@@ -0,0 +1,36 @@
1
+ opam-version: "2.0"
2
+ maintainer: "defree@gmail.com"
3
+ authors: "The Merlin team"
4
+ homepage: "https://github.com/ocaml/merlin"
5
+ bug-reports: "https://github.com/ocaml/merlin/issues"
6
+ dev-repo: "git+https://github.com/ocaml/merlin.git"
7
+ license: "MIT"
8
+ x-maintenance-intent: ["(latest)"]
9
+ build: [
10
+ ["dune" "subst"] {dev}
11
+ ["dune" "build" "-p" name "-j" jobs]
12
+ ]
13
+ depends: [
14
+ "ocaml" {>="5.3" & <"5.4"}
15
+ "dune" {>= "3.0.0"}
16
+ "csexp" {>= "1.5.1"}
17
+ "alcotest" {with-test & >= "1.3.0" }
18
+ "menhir" {dev & >= "20201216"}
19
+ "menhirLib" {dev & >= "20201216"}
20
+ "menhirSdk" {dev & >= "20201216"}
21
+ ]
22
+ synopsis:
23
+ "Merlin's libraries"
24
+ description:
25
+ "These libraries provides access to low-level compiler interfaces and the
26
+ standard higher-level merlin protocol. The library is provided as-is, is not
27
+ thoroughly documented, and its public API might break with any new release."
28
+ url {
29
+ src:
30
+ "https://github.com/ocaml/merlin/releases/download/v5.6-503/merlin-5.6-503.tbz"
31
+ checksum: [
32
+ "sha256=b0dcad092aaaf7a23f65ab9a089e8761bd665cc72357909e0ac6c2182f4fc2d4"
33
+ "sha512=9987baf2b2e82bab4c90a328bfcba9945e797e0f3d947156f04435ee84b49542844b379e35a79027c3ffe81f4b7a8f1c60803233999b4c039d4598033371880d"
34
+ ]
35
+ }
36
+ x-commit-hash: "ced228ec336b6d1996322f472145c26d69e785af"
@@ -0,0 +1,28 @@
1
+ opam-version: "2.0"
2
+ maintainer: "opensource@janestreet.com"
3
+ authors: ["Jane Street Group, LLC <opensource@janestreet.com>"]
4
+ homepage: "https://github.com/janestreet/ocaml-compiler-libs"
5
+ bug-reports: "https://github.com/janestreet/ocaml-compiler-libs/issues"
6
+ dev-repo: "git+https://github.com/janestreet/ocaml-compiler-libs.git"
7
+ license: "MIT"
8
+ build: [
9
+ ["dune" "build" "-p" name "-j" jobs]
10
+ ]
11
+ depends: [
12
+ "ocaml" {>= "5.2.0"}
13
+ "dune" {>= "1.5.1"}
14
+ ]
15
+ synopsis: """OCaml compiler libraries repackaged"""
16
+ description: """
17
+
18
+ This packages exposes the OCaml compiler libraries repackages under
19
+ the toplevel names Ocaml_common, Ocaml_bytecomp, Ocaml_optcomp, ...
20
+ """
21
+ url {
22
+ src:
23
+ "https://github.com/janestreet/ocaml-compiler-libs/archive/refs/tags/v0.17.0.tar.gz"
24
+ checksum: [
25
+ "md5=aaf66efea8752475c25a942443579b41"
26
+ "sha512=c5cd418b0eb74e00c3f63235754bbdb3a3328ac743d6ae885424d8c50b4edaa7068572e689cb3456d222793283927f2984a1ff840b1bc3817f810b5314faf897"
27
+ ]
28
+ }
@@ -20,25 +20,33 @@ bug-reports: "https://github.com/ocaml/ocaml-lsp/issues"
20
20
  depends: [
21
21
  "dune" {>= "3.0"}
22
22
  "yojson"
23
+ "base" {>= "v0.16.0"}
24
+ "lsp" {= version}
25
+ "jsonrpc" {= version}
23
26
  "re" {>= "1.5.0"}
24
27
  "ppx_yojson_conv_lib" {>= "v0.14"}
25
- "dune-rpc"
28
+ "dune-rpc" {>= "3.4.0"}
26
29
  "chrome-trace" {>= "3.3.0"}
27
30
  "dyn"
28
31
  "stdune"
29
- "fiber" {>= "3.1.1"}
32
+ "fiber" {>= "3.1.1" & < "4.0.0"}
33
+ "ocaml" {>= "5.3" & < "5.4"}
30
34
  "xdg"
31
35
  "ordering"
32
36
  "dune-build-info"
33
37
  "spawn"
34
- "omd" {>= "1.3.2" & < "2.0.0~alpha1"}
35
- "octavius" {>= "1.2.2"}
36
- "uutf" {>= "1.0.2"}
38
+ "astring"
39
+ "camlp-streams"
40
+ "ppx_expect" {>= "v0.17.0" & with-test}
41
+ "ocamlformat" {with-test & = "0.27.0"}
42
+ "ocamlc-loc" {>= "3.7.0"}
37
43
  "pp" {>= "1.1.2"}
38
44
  "csexp" {>= "1.5"}
39
45
  "ocamlformat-rpc-lib" {>= "0.21.0"}
40
46
  "odoc" {with-doc}
41
- "ocaml" {>= "4.14" & < "4.15"}
47
+ "merlin-lib" {>= "5.5" & < "5.7"}
48
+ "ocaml-index" {>= "5.5" & < "5.7" & post}
49
+ "ppx_yojson_conv" {with-dev-setup}
42
50
  ]
43
51
  dev-repo: "git+https://github.com/ocaml/ocaml-lsp.git"
44
52
  build: [
@@ -46,18 +54,22 @@ build: [
46
54
  [
47
55
  "dune"
48
56
  "build"
57
+ "-p"
58
+ name
49
59
  "-j"
50
60
  jobs
51
- "ocaml-lsp-server.install"
52
- "--release"
61
+ "@install"
62
+ "@doc" {with-doc}
53
63
  ]
54
64
  ]
65
+
66
+ x-maintenance-intent: [ "(latest)" ]
55
67
  url {
56
68
  src:
57
- "https://github.com/ocaml/ocaml-lsp/releases/download/1.12.4/lsp-1.12.4.tbz"
69
+ "https://github.com/ocaml/ocaml-lsp/releases/download/1.23.1/lsp-1.23.1.tbz"
58
70
  checksum: [
59
- "sha256=919b98027cbc56359dabe8a911d3d24d1706cea8cd04e8173a2d1d3b06f9d846"
60
- "sha512=68898112f13b7ee13040933ed95597e59f83e42ac9d6ead375baa2d1248b1614b5b80ae5e0d839f7f5a8372fd1f47e6bf308d331ca1df90cb4b9927825f89635"
71
+ "sha256=c747e394026639ea204467e859de93ea8e9958dbf44f780dcb2a1897c56d7571"
72
+ "sha512=958a3012d4876ed3ba0be2913f0de09946e719d342110256d7eb73280e0c42d71f38fc321dffc7d5a82b9266ee023fda1d93e6d3fdec70aec53d78d28d96e6da"
61
73
  ]
62
74
  }
63
- x-commit-hash: "f53ad362aa2c47216dd96d32b22bb95ee3e774e4"
75
+ x-commit-hash: "e29fa980f762d1adecd77e0cdbbafa8386788999"