@grain/binaryen.ml 0.8.1 → 0.11.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 (138) hide show
  1. binaryen-archive/.gitignore +1 -0
  2. binaryen-archive/CHANGELOG.md +93 -0
  3. binaryen-archive/README.md +29 -11
  4. binaryen-archive/binaryen.opam +8 -8
  5. binaryen-archive/dune-project +1 -1
  6. binaryen-archive/dune-workspace +1 -1
  7. binaryen-archive/esy.lock/index.json +537 -460
  8. binaryen-archive/esy.lock/opam/{base.v0.14.1 → base.v0.14.2}/opam +4 -4
  9. binaryen-archive/esy.lock/opam/biniou.1.2.1/opam +1 -1
  10. binaryen-archive/esy.lock/opam/{cppo.1.6.7 → cppo.1.6.8}/opam +4 -6
  11. binaryen-archive/esy.lock/opam/{csexp.1.4.0 → csexp.1.5.1}/opam +11 -9
  12. binaryen-archive/esy.lock/opam/{dune-build-info.2.8.2 → dune-build-info.2.9.1}/opam +5 -5
  13. binaryen-archive/esy.lock/opam/{dune-configurator.2.8.2 → dune-configurator.2.9.1}/opam +5 -5
  14. binaryen-archive/esy.lock/opam/{dune.2.8.2 → dune.2.9.1}/opam +4 -4
  15. binaryen-archive/esy.lock/opam/easy-format.1.3.2/opam +1 -1
  16. binaryen-archive/esy.lock/opam/{fix.20201120 → fix.20211231}/opam +7 -5
  17. binaryen-archive/esy.lock/opam/js_of_ocaml-compiler.3.11.0/opam +54 -0
  18. binaryen-archive/esy.lock/opam/js_of_ocaml-ppx.3.11.0/opam +44 -0
  19. binaryen-archive/esy.lock/opam/js_of_ocaml.3.11.0/opam +45 -0
  20. binaryen-archive/esy.lock/opam/{menhir.20201216 → menhir.20211128}/opam +8 -6
  21. binaryen-archive/esy.lock/opam/{menhirLib.20201216 → menhirLib.20211128}/opam +8 -6
  22. binaryen-archive/esy.lock/opam/{menhirSdk.20201216 → menhirSdk.20211128}/opam +8 -6
  23. binaryen-archive/esy.lock/opam/ocaml-compiler-libs.v0.12.4/opam +39 -0
  24. binaryen-archive/esy.lock/opam/{ocaml-lsp-server.1.4.0 → ocaml-lsp-server.1.9.0}/opam +15 -12
  25. binaryen-archive/esy.lock/opam/{ocaml-migrate-parsetree.2.1.0 → ocaml-migrate-parsetree.2.3.0}/opam +13 -10
  26. binaryen-archive/esy.lock/opam/ocaml-version.3.4.0/opam +49 -0
  27. binaryen-archive/esy.lock/opam/ocamlbuild.0.14.0/opam +1 -1
  28. binaryen-archive/esy.lock/opam/{ocamlfind.1.8.1 → ocamlfind.1.9.1}/opam +19 -39
  29. binaryen-archive/esy.lock/opam/ocamlformat-rpc-lib.0.19.0/opam +40 -0
  30. binaryen-archive/esy.lock/opam/ocamlformat.0.18.0/opam +56 -0
  31. binaryen-archive/esy.lock/opam/{odoc.1.5.2 → odoc.1.5.3}/opam +12 -12
  32. binaryen-archive/esy.lock/opam/pp.1.1.2/opam +58 -0
  33. binaryen-archive/esy.lock/opam/ppx_derivers.1.2.1/opam +1 -1
  34. binaryen-archive/esy.lock/opam/ppx_yojson_conv_lib.v0.14.0/opam +2 -2
  35. binaryen-archive/esy.lock/opam/{ppxlib.0.21.0 → ppxlib.0.22.2}/opam +40 -32
  36. binaryen-archive/esy.lock/opam/{re.1.9.0 → re.1.10.3}/opam +8 -4
  37. binaryen-archive/esy.lock/opam/result.1.5/opam +2 -2
  38. binaryen-archive/esy.lock/opam/sexplib0.v0.14.0/opam +2 -2
  39. binaryen-archive/esy.lock/opam/spawn.v0.15.0/opam +56 -0
  40. binaryen-archive/esy.lock/opam/stdio.v0.14.0/opam +2 -2
  41. binaryen-archive/esy.lock/opam/{topkg.1.0.3 → topkg.1.0.4}/opam +18 -22
  42. binaryen-archive/esy.lock/opam/tyxml.4.5.0/opam +42 -0
  43. binaryen-archive/esy.lock/opam/uucp.14.0.0/opam +41 -0
  44. binaryen-archive/esy.lock/opam/{uuseg.13.0.0 → uuseg.14.0.0}/opam +22 -28
  45. binaryen-archive/esy.lock/opam/yojson.1.7.0/opam +1 -1
  46. binaryen-archive/esy.lock/overrides/{opam__s__ocamlfind_opam__c__1.8.1_opam_override/files/findlib-1.8.1.patch → opam__s__ocamlfind_opam__c__1.9.1_opam_override/files/findlib-1.9.1.patch} +0 -0
  47. binaryen-archive/esy.lock/overrides/{opam__s__ocamlfind_opam__c__1.8.1_opam_override → opam__s__ocamlfind_opam__c__1.9.1_opam_override}/package.json +1 -1
  48. binaryen-archive/js/binaryen.es5.js +5 -0
  49. binaryen-archive/js/dune +4 -6
  50. binaryen-archive/js/element_segment.ml +33 -0
  51. binaryen-archive/js/export.ml +37 -0
  52. binaryen-archive/js/expression.ml +935 -178
  53. binaryen-archive/js/function.ml +31 -0
  54. binaryen-archive/js/global.ml +29 -0
  55. binaryen-archive/js/import.ml +24 -0
  56. binaryen-archive/js/literal.ml +8 -4
  57. binaryen-archive/js/module.ml +40 -64
  58. binaryen-archive/js/op.ml +9 -78
  59. binaryen-archive/js/settings.ml +60 -0
  60. binaryen-archive/js/stubs.c +15 -0
  61. binaryen-archive/js/table.ml +29 -0
  62. binaryen-archive/js/type.ml +3 -0
  63. binaryen-archive/package.json +15 -21
  64. binaryen-archive/src/binaryen_stubs_exports.c +78 -0
  65. binaryen-archive/src/binaryen_stubs_expressions.c +1300 -0
  66. binaryen-archive/src/binaryen_stubs_features.c +7 -0
  67. binaryen-archive/src/binaryen_stubs_functions.c +78 -0
  68. binaryen-archive/src/binaryen_stubs_globals.c +63 -0
  69. binaryen-archive/src/binaryen_stubs_imports.c +29 -0
  70. binaryen-archive/src/binaryen_stubs_memory.c +1 -1
  71. binaryen-archive/src/binaryen_stubs_modules.c +0 -122
  72. binaryen-archive/src/binaryen_stubs_ops.c +19 -173
  73. binaryen-archive/src/binaryen_stubs_settings.c +145 -0
  74. binaryen-archive/src/binaryen_stubs_tables.c +145 -0
  75. binaryen-archive/src/binaryen_stubs_types.c +18 -0
  76. binaryen-archive/src/dune +5 -43
  77. binaryen-archive/src/element_segment.ml +13 -0
  78. binaryen-archive/src/export.ml +33 -0
  79. binaryen-archive/src/expression.ml +808 -73
  80. binaryen-archive/src/function.ml +18 -0
  81. binaryen-archive/src/global.ml +14 -0
  82. binaryen-archive/src/import.ml +12 -0
  83. binaryen-archive/src/literal.ml +2 -2
  84. binaryen-archive/src/module.ml +62 -38
  85. binaryen-archive/src/ocaml_helpers.c +0 -8
  86. binaryen-archive/src/ocaml_helpers.h +2 -3
  87. binaryen-archive/src/op.ml +18 -131
  88. binaryen-archive/src/settings.ml +45 -0
  89. binaryen-archive/src/table.ml +26 -0
  90. binaryen-archive/src/type.ml +2 -0
  91. binaryen-archive/test/config/dune +8 -0
  92. binaryen-archive/test/config/ocamlopt_flags.ml +16 -0
  93. binaryen-archive/test/dune +6 -9
  94. binaryen-archive/test/test.expected +76 -0
  95. binaryen-archive/test/test.ml +110 -8
  96. binaryen-archive/virtual/dune +2 -2
  97. binaryen-archive/virtual/element_segment.mli +11 -0
  98. binaryen-archive/virtual/export.mli +22 -0
  99. binaryen-archive/virtual/expression.mli +389 -33
  100. binaryen-archive/virtual/function.mli +16 -0
  101. binaryen-archive/virtual/global.mli +12 -0
  102. binaryen-archive/virtual/import.mli +8 -0
  103. binaryen-archive/virtual/literal.mli +2 -2
  104. binaryen-archive/virtual/module.mli +25 -27
  105. binaryen-archive/virtual/op.mli +9 -53
  106. binaryen-archive/virtual/settings.mli +35 -0
  107. binaryen-archive/virtual/table.mli +19 -0
  108. binaryen-archive/virtual/type.mli +2 -0
  109. binaryen-archive/esy.lock/opam/conf-m4.1/opam +0 -22
  110. binaryen-archive/esy.lock/opam/dot-merlin-reader.4.1/opam +0 -30
  111. binaryen-archive/esy.lock/opam/js_of_ocaml-compiler.3.9.1/opam +0 -40
  112. binaryen-archive/esy.lock/opam/js_of_ocaml-ppx.3.9.0/opam +0 -30
  113. binaryen-archive/esy.lock/opam/js_of_ocaml.3.9.0/opam +0 -31
  114. binaryen-archive/esy.lock/opam/ocaml-compiler-libs.v0.12.3/opam +0 -29
  115. binaryen-archive/esy.lock/opam/ocamlfind.1.8.1/files/ocaml-stub +0 -4
  116. binaryen-archive/esy.lock/opam/ocamlfind.1.8.1/files/ocamlfind.install +0 -6
  117. binaryen-archive/esy.lock/opam/ocamlformat.0.15.1/opam +0 -41
  118. binaryen-archive/esy.lock/opam/tyxml.4.4.0/opam +0 -47
  119. binaryen-archive/esy.lock/opam/uucp.13.0.0/opam +0 -44
  120. binaryen-archive/esy.lock/overrides/opam__s__conf_m4_opam__c__1_opam_override/package.json +0 -6
  121. binaryen-archive/js/features.ml +0 -27
  122. binaryen-archive/js/function_table.ml +0 -11
  123. binaryen-archive/src/binaryen_stubs_function_tables.c +0 -25
  124. binaryen-archive/src/config/dune +0 -8
  125. binaryen-archive/src/config/library_flags.ml +0 -17
  126. binaryen-archive/src/features.ml +0 -49
  127. binaryen-archive/src/function_table.ml +0 -4
  128. binaryen-archive/vendor/binaryen-c.h +0 -2647
  129. binaryen-archive/vendor/js/index.es5.js +0 -5
  130. binaryen-archive/vendor/linux/libbinaryen.a +0 -0
  131. binaryen-archive/vendor/linux/libbinaryen.so +0 -0
  132. binaryen-archive/vendor/macosx/libbinaryen.a +0 -0
  133. binaryen-archive/vendor/macosx/libbinaryen.dylib +0 -0
  134. binaryen-archive/vendor/mingw64/libbinaryen.a +0 -0
  135. binaryen-archive/vendor/mingw64/libbinaryen.dll +0 -0
  136. binaryen-archive/vendor/wasm-delegations.h +0 -85
  137. binaryen-archive/virtual/features.mli +0 -23
  138. binaryen-archive/virtual/function_table.mli +0 -2
@@ -1,6 +1,6 @@
1
1
  opam-version: "2.0"
2
- maintainer: "opensource@janestreet.com"
3
- authors: ["Jane Street Group, LLC <opensource@janestreet.com>"]
2
+ maintainer: "Jane Street developers"
3
+ authors: ["Jane Street Group, LLC"]
4
4
  homepage: "https://github.com/janestreet/base"
5
5
  bug-reports: "https://github.com/janestreet/base/issues"
6
6
  dev-repo: "git+https://github.com/janestreet/base.git"
@@ -31,6 +31,6 @@ provided by companion libraries such as stdio:
31
31
  https://github.com/janestreet/stdio
32
32
  "
33
33
  url {
34
- src: "https://github.com/janestreet/base/archive/v0.14.1.tar.gz"
35
- checksum: "md5=e4419eae60f57e553b154856f0cacf42"
34
+ src: "https://github.com/janestreet/base/archive/v0.14.2.tar.gz"
35
+ checksum: "md5=0d1a2d0322b8c446e5dda20290112e5c"
36
36
  }
@@ -1,6 +1,6 @@
1
1
  opam-version: "2.0"
2
2
  build: [
3
- ["dune" "subst"] {pinned}
3
+ ["dune" "subst"] {dev}
4
4
  ["dune" "build" "-p" name "-j" jobs]
5
5
  ["dune" "runtest" "-p" name "-j" jobs] {with-test}
6
6
  ["dune" "build" "-p" name "@doc"] {with-doc}
@@ -11,7 +11,7 @@ depends: [
11
11
  "base-unix"
12
12
  ]
13
13
  build: [
14
- ["dune" "subst"] {pinned}
14
+ ["dune" "subst"] {dev}
15
15
  ["dune" "build" "-p" name "-j" jobs]
16
16
  ["dune" "runtest" "-p" name "-j" jobs] {with-test}
17
17
  ]
@@ -28,12 +28,10 @@ Cppo is:
28
28
  * reasonably fast
29
29
  * simple to install and to maintain
30
30
  """
31
- x-commit-hash: "7d217864a5fdc4551699e248137a2f8b719d2078"
32
31
  url {
33
- src:
34
- "https://github.com/ocaml-community/cppo/releases/download/v1.6.7/cppo-v1.6.7.tbz"
32
+ src: "https://github.com/ocaml-community/cppo/archive/v1.6.8.tar.gz"
35
33
  checksum: [
36
- "sha256=db553e3e6c206df09b1858c3aef5e21e56564d593642a3c78bcedb6af36f529d"
37
- "sha512=9722b50fd23aaccf86816313333a3bf8fc7c6b4ef06b153e5e1e1aaf14670cf51a4aac52fb1b4a0e5531699c4047a1eff6c24c969f7e5063e78096c2195b5819"
34
+ "md5=fed401197d86f9089e89f6cbdf1d660d"
35
+ "sha512=069bbe0ef09c03b0dc4b5795f909c3ef872fe99c6f1e6704a0fa97594b1570b3579226ec67fe11d696ccc349a4585055bbaf07c65eff423aa45af28abf38c858"
38
36
  ]
39
37
  }
@@ -20,7 +20,7 @@ module of this library is parameterised by the type of S-expressions.
20
20
  maintainer: ["Jeremie Dimino <jeremie@dimino.org>"]
21
21
  authors: [
22
22
  "Quentin Hocquet <mefyl@gruntech.org>"
23
- "Jane Street Group, LLC <opensource@janestreet.com>"
23
+ "Jane Street Group, LLC"
24
24
  "Jeremie Dimino <jeremie@dimino.org>"
25
25
  ]
26
26
  license: "MIT"
@@ -29,12 +29,13 @@ doc: "https://ocaml-dune.github.io/csexp/"
29
29
  bug-reports: "https://github.com/ocaml-dune/csexp/issues"
30
30
  depends: [
31
31
  "dune" {>= "1.11"}
32
- "ocaml" {>= "4.02.3"}
33
- "result" {>= "1.5"}
32
+ "ocaml" {>= "4.03.0"}
33
+ # "ppx_expect" {with-test & >= "v0.14"}
34
+ "odoc" {with-doc}
34
35
  ]
35
36
  dev-repo: "git+https://github.com/ocaml-dune/csexp.git"
36
37
  build: [
37
- ["dune" "subst"] {pinned}
38
+ ["dune" "subst"] {dev}
38
39
  [
39
40
  "dune"
40
41
  "build"
@@ -43,16 +44,17 @@ build: [
43
44
  "-j"
44
45
  jobs
45
46
  "@install"
46
- # "@runtest" {with-test & ocaml:version >= "4.04"}
47
+ # Tests disabled because of a cyclic dependency with csexp, dune-configurator and ppx_expect
48
+ # "@runtest" {with-test}
47
49
  "@doc" {with-doc}
48
50
  ]
49
51
  ]
50
- x-commit-hash: "0e1b2044c8d1ff187c27cec3e46d9cde14892650"
52
+ x-commit-hash: "7eeb86206819d2b1782d6cde1be9d6cf8b5fc851"
51
53
  url {
52
54
  src:
53
- "https://github.com/ocaml-dune/csexp/releases/download/1.4.0/csexp-1.4.0.tbz"
55
+ "https://github.com/ocaml-dune/csexp/releases/download/1.5.1/csexp-1.5.1.tbz"
54
56
  checksum: [
55
- "sha256=8e3d6fca87f102a126dee8b72a2a0d146f10439c47218dfc149d51bf3edf364e"
56
- "sha512=604a5094fbbf61f497b342ad0aa8ec25275b2a904cd0c1823fc40daa54a15796b360374ff495c0d8ca3b4c1e6723b2ce37e030857fae131222606de818fb8129"
57
+ "sha256=d605e4065fa90a58800440ef2f33a2d931398bf2c22061a8acb7df845c0aac02"
58
+ "sha512=d785bbabaff9f6bf601399149ef0a42e5e99647b54e27f97ef1625907793dda22a45bf83e0e8a1eba2c63634c5484b54739ff0904ef556f5fc592efa38af7505"
57
59
  ]
58
60
  }
@@ -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" {>= "2.8"}
18
+ "dune" {>= "2.9"}
19
19
  "odoc" {with-doc}
20
20
  ]
21
21
  dev-repo: "git+https://github.com/ocaml/dune.git"
@@ -32,11 +32,11 @@ build: [
32
32
  "@doc" {with-doc}
33
33
  ]
34
34
  ]
35
- x-commit-hash: "6c471da57bea666267a8a63034aed57962f378b0"
35
+ x-commit-hash: "e41c66259135d6d1d72b031be6684bf8826a2586"
36
36
  url {
37
- src: "https://github.com/ocaml/dune/releases/download/2.8.2/dune-2.8.2.tbz"
37
+ src: "https://github.com/ocaml/dune/releases/download/2.9.1/dune-2.9.1.tbz"
38
38
  checksum: [
39
- "sha256=e2c4e8230f7c96236503fd75f22bdbc263639971bf104509e446855ded35ae1e"
40
- "sha512=d3cca73f5a72440273f7b4e3934dfa7e89fcb64710f3c734d2583123f5d9f3e573f0ab96a4892b2f11313038da6b4e2c614951199ffef0a3f12669d729b25376"
39
+ "sha256=b374feb22b34099ccc6dd32128e18d088ff9a81837952b29f05110b308c09f26"
40
+ "sha512=fce1aa520db785c25ded75a959e9dafeb7887d4f5deeb14b044cd5b9e2d235dca24589d794d2f01513765bc4764cf72f8659bd15f3a4fc06efa61363dc5d709b"
41
41
  ]
42
42
  }
@@ -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" {>= "2.8"}
20
+ "dune" {>= "2.9"}
21
21
  "ocaml" {>= "4.03.0"}
22
22
  "result"
23
23
  "csexp" {>= "1.3.0"}
@@ -37,11 +37,11 @@ build: [
37
37
  "@doc" {with-doc}
38
38
  ]
39
39
  ]
40
- x-commit-hash: "6c471da57bea666267a8a63034aed57962f378b0"
40
+ x-commit-hash: "e41c66259135d6d1d72b031be6684bf8826a2586"
41
41
  url {
42
- src: "https://github.com/ocaml/dune/releases/download/2.8.2/dune-2.8.2.tbz"
42
+ src: "https://github.com/ocaml/dune/releases/download/2.9.1/dune-2.9.1.tbz"
43
43
  checksum: [
44
- "sha256=e2c4e8230f7c96236503fd75f22bdbc263639971bf104509e446855ded35ae1e"
45
- "sha512=d3cca73f5a72440273f7b4e3934dfa7e89fcb64710f3c734d2583123f5d9f3e573f0ab96a4892b2f11313038da6b4e2c614951199ffef0a3f12669d729b25376"
44
+ "sha256=b374feb22b34099ccc6dd32128e18d088ff9a81837952b29f05110b308c09f26"
45
+ "sha512=fce1aa520db785c25ded75a959e9dafeb7887d4f5deeb14b044cd5b9e2d235dca24589d794d2f01513765bc4764cf72f8659bd15f3a4fc06efa61363dc5d709b"
46
46
  ]
47
47
  }
@@ -48,11 +48,11 @@ depends: [
48
48
  "base-unix"
49
49
  "base-threads"
50
50
  ]
51
- x-commit-hash: "6c471da57bea666267a8a63034aed57962f378b0"
51
+ x-commit-hash: "e41c66259135d6d1d72b031be6684bf8826a2586"
52
52
  url {
53
- src: "https://github.com/ocaml/dune/releases/download/2.8.2/dune-2.8.2.tbz"
53
+ src: "https://github.com/ocaml/dune/releases/download/2.9.1/dune-2.9.1.tbz"
54
54
  checksum: [
55
- "sha256=e2c4e8230f7c96236503fd75f22bdbc263639971bf104509e446855ded35ae1e"
56
- "sha512=d3cca73f5a72440273f7b4e3934dfa7e89fcb64710f3c734d2583123f5d9f3e573f0ab96a4892b2f11313038da6b4e2c614951199ffef0a3f12669d729b25376"
55
+ "sha256=b374feb22b34099ccc6dd32128e18d088ff9a81837952b29f05110b308c09f26"
56
+ "sha512=fce1aa520db785c25ded75a959e9dafeb7887d4f5deeb14b044cd5b9e2d235dca24589d794d2f01513765bc4764cf72f8659bd15f3a4fc06efa61363dc5d709b"
57
57
  ]
58
58
  }
@@ -1,6 +1,6 @@
1
1
  opam-version: "2.0"
2
2
  build: [
3
- ["dune" "subst"] {pinned}
3
+ ["dune" "subst"] {dev}
4
4
  ["dune" "build" "-p" name "-j" jobs]
5
5
  ["dune" "runtest" "-p" name "-j" jobs] {with-test}
6
6
  ["dune" "build" "-p" name "@doc"] {with-doc}
@@ -1,3 +1,4 @@
1
+
1
2
  opam-version: "2.0"
2
3
  maintainer: "francois.pottier@inria.fr"
3
4
  authors: [
@@ -6,19 +7,20 @@ authors: [
6
7
  homepage: "https://gitlab.inria.fr/fpottier/fix"
7
8
  dev-repo: "git+https://gitlab.inria.fr/fpottier/fix.git"
8
9
  bug-reports: "francois.pottier@inria.fr"
10
+ license: "LGPL-2.0-only"
9
11
  build: [
10
12
  ["dune" "build" "-p" name "-j" jobs]
11
13
  ]
12
14
  depends: [
13
15
  "ocaml" { >= "4.03" }
14
- "dune" {>= "1.3" }
16
+ "dune" { >= "1.3" }
15
17
  ]
16
- synopsis: "Facilities for memoization and fixed points"
18
+ synopsis: "Algorithmic building blocks for memoization, recursion, and more"
17
19
  url {
18
20
  src:
19
- "https://gitlab.inria.fr/fpottier/fix/repository/20201120/archive.tar.gz"
21
+ "https://gitlab.inria.fr/fpottier/fix/-/archive/20211231/archive.tar.gz"
20
22
  checksum: [
21
- "md5=7eb570b759635fe66f3556d2b1cc88e3"
22
- "sha512=344dcc619f9e8b8a6c998775b6d2dab2ea5253e6a67abe4797f76dc5dd30bc776568abce1e90477422e9db447821579889737e3531c42139708f813e983ea5d4"
23
+ "md5=0f633b0cdd5faba947d11da113c81fcc"
24
+ "sha512=6817ce5c79e0c957ef01def7b89059262414af8e8bc7ffafef96430cfb1d78e32350fe7a57e118e68727962338c4fc45023cddb1c4db8c344910d6c8c1873a18"
23
25
  ]
24
26
  }
@@ -0,0 +1,54 @@
1
+ opam-version: "2.0"
2
+ synopsis: "Compiler from OCaml bytecode to JavaScript"
3
+ description:
4
+ "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"
5
+ maintainer: ["Ocsigen team <dev@ocsigen.org>"]
6
+ authors: ["Ocsigen team <dev@ocsigen.org>"]
7
+ license:
8
+ "GPL-2.0-or-later AND LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception"
9
+ homepage: "https://ocsigen.github.io/js_of_ocaml"
10
+ doc: "https://ocsigen.github.io/js_of_ocaml"
11
+ bug-reports: "https://github.com/ocsigen/js_of_ocaml/issues"
12
+ depends: [
13
+ "dune" {>= "2.8"}
14
+ "ocaml" {>= "4.04" & < "4.14"}
15
+ "num" {with-test}
16
+ "ppx_expect" {>= "v0.12.0" & with-test}
17
+ "ppxlib" {>= "0.15.0"}
18
+ "re" {with-test}
19
+ "cmdliner"
20
+ "menhir" {< "20211215"}
21
+ "menhirLib"
22
+ "menhirSdk"
23
+ "yojson"
24
+ "odoc" {with-doc}
25
+ ]
26
+ depopts: ["ocamlfind"]
27
+ conflicts: [
28
+ "ocamlfind" {< "1.5.1"}
29
+ "js_of_ocaml" {< "3.0"}
30
+ "base-domains"
31
+ ]
32
+ dev-repo: "git+https://github.com/ocsigen/js_of_ocaml.git"
33
+ build: [
34
+ ["dune" "subst"] {dev}
35
+ [
36
+ "dune"
37
+ "build"
38
+ "-p"
39
+ name
40
+ "-j"
41
+ jobs
42
+ "@install"
43
+ "@doc" {with-doc}
44
+ ]
45
+ ]
46
+ url {
47
+ src:
48
+ "https://github.com/ocsigen/js_of_ocaml/releases/download/3.11.0/js_of_ocaml-3.11.0.tbz"
49
+ checksum: [
50
+ "sha256=158dafe7271ac79157981d1c3f5f177ec78a0099c38f861ae14e7ac06bd29c3a"
51
+ "sha512=d83f0988aa1089fa01a0a693d7e6a832018c5a8ce707f44685809769377ef7ef59ce48229b1612966bd9166b610d66ddff8f2606f6c3f09c49f601b74842fde1"
52
+ ]
53
+ }
54
+ x-commit-hash: "4572278dea9cc8a7d44d65b440004a2ec3bce7a7"
@@ -0,0 +1,44 @@
1
+ opam-version: "2.0"
2
+ synopsis: "Compiler from OCaml bytecode to JavaScript"
3
+ description:
4
+ "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"
5
+ maintainer: ["Ocsigen team <dev@ocsigen.org>"]
6
+ authors: ["Ocsigen team <dev@ocsigen.org>"]
7
+ license:
8
+ "GPL-2.0-or-later AND LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception"
9
+ homepage: "https://ocsigen.github.io/js_of_ocaml"
10
+ doc: "https://ocsigen.github.io/js_of_ocaml"
11
+ bug-reports: "https://github.com/ocsigen/js_of_ocaml/issues"
12
+ depends: [
13
+ "dune" {>= "2.8"}
14
+ "ocaml" {>= "4.04"}
15
+ "js_of_ocaml" {= version}
16
+ "ppxlib" {>= "0.15.0"}
17
+ "num" {with-test}
18
+ "ppx_expect" {with-test}
19
+ "re" {>= "1.9.0" & with-test}
20
+ "odoc" {with-doc}
21
+ ]
22
+ dev-repo: "git+https://github.com/ocsigen/js_of_ocaml.git"
23
+ build: [
24
+ ["dune" "subst"] {dev}
25
+ [
26
+ "dune"
27
+ "build"
28
+ "-p"
29
+ name
30
+ "-j"
31
+ jobs
32
+ "@install"
33
+ "@doc" {with-doc}
34
+ ]
35
+ ]
36
+ url {
37
+ src:
38
+ "https://github.com/ocsigen/js_of_ocaml/releases/download/3.11.0/js_of_ocaml-3.11.0.tbz"
39
+ checksum: [
40
+ "sha256=158dafe7271ac79157981d1c3f5f177ec78a0099c38f861ae14e7ac06bd29c3a"
41
+ "sha512=d83f0988aa1089fa01a0a693d7e6a832018c5a8ce707f44685809769377ef7ef59ce48229b1612966bd9166b610d66ddff8f2606f6c3f09c49f601b74842fde1"
42
+ ]
43
+ }
44
+ x-commit-hash: "4572278dea9cc8a7d44d65b440004a2ec3bce7a7"
@@ -0,0 +1,45 @@
1
+ opam-version: "2.0"
2
+ synopsis: "Compiler from OCaml bytecode to JavaScript"
3
+ description:
4
+ "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"
5
+ maintainer: ["Ocsigen team <dev@ocsigen.org>"]
6
+ authors: ["Ocsigen team <dev@ocsigen.org>"]
7
+ license:
8
+ "GPL-2.0-or-later AND LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception"
9
+ homepage: "https://ocsigen.github.io/js_of_ocaml"
10
+ doc: "https://ocsigen.github.io/js_of_ocaml"
11
+ bug-reports: "https://github.com/ocsigen/js_of_ocaml/issues"
12
+ depends: [
13
+ "dune" {>= "2.8"}
14
+ "ocaml" {>= "4.04"}
15
+ "js_of_ocaml-compiler" {= version}
16
+ "ppxlib" {>= "0.15"}
17
+ "uchar"
18
+ "num" {with-test}
19
+ "ppx_expect" {with-test}
20
+ "re" {>= "1.9.0" & with-test}
21
+ "odoc" {with-doc}
22
+ ]
23
+ dev-repo: "git+https://github.com/ocsigen/js_of_ocaml.git"
24
+ build: [
25
+ ["dune" "subst"] {dev}
26
+ [
27
+ "dune"
28
+ "build"
29
+ "-p"
30
+ name
31
+ "-j"
32
+ jobs
33
+ "@install"
34
+ "@doc" {with-doc}
35
+ ]
36
+ ]
37
+ url {
38
+ src:
39
+ "https://github.com/ocsigen/js_of_ocaml/releases/download/3.11.0/js_of_ocaml-3.11.0.tbz"
40
+ checksum: [
41
+ "sha256=158dafe7271ac79157981d1c3f5f177ec78a0099c38f861ae14e7ac06bd29c3a"
42
+ "sha512=d83f0988aa1089fa01a0a693d7e6a832018c5a8ce707f44685809769377ef7ef59ce48229b1612966bd9166b610d66ddff8f2606f6c3f09c49f601b74842fde1"
43
+ ]
44
+ }
45
+ x-commit-hash: "4572278dea9cc8a7d44d65b440004a2ec3bce7a7"
@@ -1,3 +1,4 @@
1
+
1
2
  opam-version: "2.0"
2
3
  maintainer: "francois.pottier@inria.fr"
3
4
  authors: [
@@ -6,22 +7,23 @@ authors: [
6
7
  ]
7
8
  homepage: "http://gitlab.inria.fr/fpottier/menhir"
8
9
  dev-repo: "git+https://gitlab.inria.fr/fpottier/menhir.git"
9
- bug-reports: "menhir@inria.fr"
10
+ bug-reports: "https://gitlab.inria.fr/fpottier/menhir/-/issues"
11
+ license: "LGPL-2.0-only with OCaml-LGPL-linking-exception"
10
12
  build: [
11
13
  ["dune" "build" "-p" name "-j" jobs]
12
14
  ]
13
15
  depends: [
14
- "ocaml" {>= "4.02.3"}
15
- "dune" { >= "2.2.0"}
16
+ "ocaml" {>= "4.03.0"}
17
+ "dune" {>= "2.8.0"}
16
18
  "menhirLib" {= version}
17
19
  "menhirSdk" {= version}
18
20
  ]
19
21
  synopsis: "An LR(1) parser generator"
20
22
  url {
21
23
  src:
22
- "https://gitlab.inria.fr/fpottier/menhir/repository/20201216/archive.tar.gz"
24
+ "https://gitlab.inria.fr/fpottier/menhir/-/archive/20211128/archive.tar.gz"
23
25
  checksum: [
24
- "md5=f27f8f5dedd316eff4c02d9130fced49"
25
- "sha512=50f86fb2f55184f43c4be9c572ada4feb2208eb350ef64b2651351934a1b48a0b7e98c8c752c3c22e95676c5a0f38b0e638b3f845e53ecff1740dad95b50918c"
26
+ "md5=015354590ebce7911b073beae57e7731"
27
+ "sha512=76f998c114a29b390f05e7b62e396d6957e748be3bb7fe918893ab3471a7a907764de4610e392916553113df0c6b09aa570425dcf86c6a3e9e17b0ae36f3fe2b"
26
28
  ]
27
29
  }
@@ -1,3 +1,4 @@
1
+
1
2
  opam-version: "2.0"
2
3
  maintainer: "francois.pottier@inria.fr"
3
4
  authors: [
@@ -6,13 +7,14 @@ authors: [
6
7
  ]
7
8
  homepage: "http://gitlab.inria.fr/fpottier/menhir"
8
9
  dev-repo: "git+https://gitlab.inria.fr/fpottier/menhir.git"
9
- bug-reports: "menhir@inria.fr"
10
+ bug-reports: "https://gitlab.inria.fr/fpottier/menhir/-/issues"
11
+ license: "LGPL-2.0-only with OCaml-LGPL-linking-exception"
10
12
  build: [
11
13
  ["dune" "build" "-p" name "-j" jobs]
12
14
  ]
13
15
  depends: [
14
- "ocaml" { >= "4.02.3" }
15
- "dune" { >= "2.0.0" }
16
+ "ocaml" { >= "4.03.0" }
17
+ "dune" { >= "2.8.0" }
16
18
  ]
17
19
  conflicts: [
18
20
  "menhir" { != version }
@@ -20,9 +22,9 @@ conflicts: [
20
22
  synopsis: "Runtime support library for parsers generated by Menhir"
21
23
  url {
22
24
  src:
23
- "https://gitlab.inria.fr/fpottier/menhir/repository/20201216/archive.tar.gz"
25
+ "https://gitlab.inria.fr/fpottier/menhir/-/archive/20211128/archive.tar.gz"
24
26
  checksum: [
25
- "md5=f27f8f5dedd316eff4c02d9130fced49"
26
- "sha512=50f86fb2f55184f43c4be9c572ada4feb2208eb350ef64b2651351934a1b48a0b7e98c8c752c3c22e95676c5a0f38b0e638b3f845e53ecff1740dad95b50918c"
27
+ "md5=015354590ebce7911b073beae57e7731"
28
+ "sha512=76f998c114a29b390f05e7b62e396d6957e748be3bb7fe918893ab3471a7a907764de4610e392916553113df0c6b09aa570425dcf86c6a3e9e17b0ae36f3fe2b"
27
29
  ]
28
30
  }
@@ -1,3 +1,4 @@
1
+
1
2
  opam-version: "2.0"
2
3
  maintainer: "francois.pottier@inria.fr"
3
4
  authors: [
@@ -6,13 +7,14 @@ authors: [
6
7
  ]
7
8
  homepage: "http://gitlab.inria.fr/fpottier/menhir"
8
9
  dev-repo: "git+https://gitlab.inria.fr/fpottier/menhir.git"
9
- bug-reports: "menhir@inria.fr"
10
+ bug-reports: "https://gitlab.inria.fr/fpottier/menhir/-/issues"
11
+ license: "LGPL-2.0-only with OCaml-LGPL-linking-exception"
10
12
  build: [
11
13
  ["dune" "build" "-p" name "-j" jobs]
12
14
  ]
13
15
  depends: [
14
- "ocaml" { >= "4.02.3" }
15
- "dune" { >= "2.0.0" }
16
+ "ocaml" { >= "4.03.0" }
17
+ "dune" { >= "2.8.0" }
16
18
  ]
17
19
  conflicts: [
18
20
  "menhir" { != version }
@@ -20,9 +22,9 @@ conflicts: [
20
22
  synopsis: "Compile-time library for auxiliary tools related to Menhir"
21
23
  url {
22
24
  src:
23
- "https://gitlab.inria.fr/fpottier/menhir/repository/20201216/archive.tar.gz"
25
+ "https://gitlab.inria.fr/fpottier/menhir/-/archive/20211128/archive.tar.gz"
24
26
  checksum: [
25
- "md5=f27f8f5dedd316eff4c02d9130fced49"
26
- "sha512=50f86fb2f55184f43c4be9c572ada4feb2208eb350ef64b2651351934a1b48a0b7e98c8c752c3c22e95676c5a0f38b0e638b3f845e53ecff1740dad95b50918c"
27
+ "md5=015354590ebce7911b073beae57e7731"
28
+ "sha512=76f998c114a29b390f05e7b62e396d6957e748be3bb7fe918893ab3471a7a907764de4610e392916553113df0c6b09aa570425dcf86c6a3e9e17b0ae36f3fe2b"
27
29
  ]
28
30
  }
@@ -0,0 +1,39 @@
1
+ opam-version: "2.0"
2
+ synopsis: "OCaml compiler libraries repackaged"
3
+ description: """
4
+ This packages exposes the OCaml compiler libraries repackages under
5
+ the toplevel names Ocaml_common, Ocaml_bytecomp, Ocaml_optcomp, ..."""
6
+ maintainer: ["Jane Street developers"]
7
+ authors: ["Jane Street Group, LLC"]
8
+ license: "MIT"
9
+ homepage: "https://github.com/janestreet/ocaml-compiler-libs"
10
+ bug-reports: "https://github.com/janestreet/ocaml-compiler-libs/issues"
11
+ depends: [
12
+ "dune" {>= "2.8"}
13
+ "ocaml" {>= "4.04.1"}
14
+ "odoc" {with-doc}
15
+ ]
16
+ build: [
17
+ ["dune" "subst"] {dev}
18
+ [
19
+ "dune"
20
+ "build"
21
+ "-p"
22
+ name
23
+ "-j"
24
+ jobs
25
+ "@install"
26
+ "@runtest" {with-test}
27
+ "@doc" {with-doc}
28
+ ]
29
+ ]
30
+ dev-repo: "git+https://github.com/janestreet/ocaml-compiler-libs.git"
31
+ url {
32
+ src:
33
+ "https://github.com/janestreet/ocaml-compiler-libs/releases/download/v0.12.4/ocaml-compiler-libs-v0.12.4.tbz"
34
+ checksum: [
35
+ "sha256=4ec9c9ec35cc45c18c7a143761154ef1d7663036a29297f80381f47981a07760"
36
+ "sha512=978dba8dfa61f98fa24fda7a9c26c2e837081f37d1685fe636dc19cfc3278a940cf01a10293504b185c406706bc1008bc54313d50f023bcdea6d5ac6c0788b35"
37
+ ]
38
+ }
39
+ x-commit-hash: "8cd12f18bb7171c2b67d661868c4271fae528d93"
@@ -10,23 +10,26 @@ authors: [
10
10
  "Rudi Grinberg <me@rgrinberg.com>"
11
11
  "Sacha Ayoun <sachaayoun@gmail.com>"
12
12
  "cannorin <cannorin@gmail.com>"
13
+ "Ulugbek Abdullaev <ulugbekna@gmail.com>"
14
+ "Thibaut Mattio <thibaut.mattio@gmail.com>"
15
+ "Max Lantas <mnxndev@outlook.com>"
13
16
  ]
14
17
  license: "ISC"
15
18
  homepage: "https://github.com/ocaml/ocaml-lsp"
16
19
  bug-reports: "https://github.com/ocaml/ocaml-lsp/issues"
17
20
  depends: [
18
- "dune" {>= "2.5"}
21
+ "dune" {>= "2.9"}
19
22
  "yojson"
20
- "stdlib-shims"
21
- "ppx_yojson_conv_lib"
23
+ "re" {>= "1.5.0"}
24
+ "ppx_yojson_conv_lib" {>= "v0.14"}
22
25
  "dune-build-info"
23
- "dot-merlin-reader"
24
- "csexp" {>= "1.2.3"}
26
+ "spawn"
27
+ "pp" {>= "1.1.2"}
28
+ "csexp" {>= "1.5"}
25
29
  "result" {>= "1.5"}
26
- "ocamlformat" {with-test}
27
- "ocamlfind" {>= "1.5.2"}
30
+ "ocamlformat-rpc-lib" {>= "0.18.0" & < "0.20.0"}
28
31
  "odoc" {with-doc}
29
- "ocaml" {>= "4.06" & < "4.12"}
32
+ "ocaml" {>= "4.12" & < "4.13"}
30
33
  ]
31
34
  dev-repo: "git+https://github.com/ocaml/ocaml-lsp.git"
32
35
  build: [
@@ -40,12 +43,12 @@ build: [
40
43
  "--release"
41
44
  ]
42
45
  ]
43
- x-commit-hash: "92924b6e36a91ce323b7f8eddfe20def4173e6e5"
44
46
  url {
45
47
  src:
46
- "https://github.com/ocaml/ocaml-lsp/releases/download/1.4.0/jsonrpc-1.4.0.tbz"
48
+ "https://github.com/ocaml/ocaml-lsp/releases/download/1.9.0/jsonrpc-1.9.0.tbz"
47
49
  checksum: [
48
- "sha256=fd138e6c4fcff32c6d15eb66cc9391b7e1183717a6d1a47c688c7f6d320a159f"
49
- "sha512=567a73b3c10bb59c5a4d4e8291d1aeefdfd34438a95313fba8a485638294ca5fb8034334719631243c304d3328c27afa90dfd564fdb1e7390507a06db3a4ad03"
50
+ "sha256=7046491eb9d0417d23d2a0ce39f9bc3bb9b75521453106f723c8e5f18c2584a9"
51
+ "sha512=591fcf1fd2308b56ca2b5f60383d9a24e59aea49bf0dfe4f3b3e1d3a44f0537be07c650523e7f229122c7914fca78bccaafd01c5f79793e38617959f1bcfc7e1"
50
52
  ]
51
53
  }
54
+ x-commit-hash: "16a83262b0964b4c82db43f6c7a81dd6526b703d"
@@ -4,18 +4,21 @@ authors: [
4
4
  "Frédéric Bour <frederic.bour@lakaban.net>"
5
5
  "Jérémie Dimino <jeremie@dimino.org>"
6
6
  ]
7
- license: "LGPL-2.1 with OCaml linking exception"
7
+ license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
8
8
  homepage: "https://github.com/ocaml-ppx/ocaml-migrate-parsetree"
9
9
  bug-reports: "https://github.com/ocaml-ppx/ocaml-migrate-parsetree/issues"
10
10
  dev-repo: "git+https://github.com/ocaml-ppx/ocaml-migrate-parsetree.git"
11
11
  doc: "https://ocaml-ppx.github.io/ocaml-migrate-parsetree/"
12
12
  tags: [ "syntax" "org:ocamllabs" ]
13
- build: [
14
- ["dune" "build" "-p" name "-j" jobs]
15
- ]
13
+ build: ["dune" "build" "-p" name "-j" jobs]
14
+ run-test: ["dune" "runtest" "-p" name "-j" jobs]
16
15
  depends: [
17
- "dune" {>= "1.11"}
18
- "ocaml" {>= "4.02.3" & < "4.13"}
16
+ "dune" {>= "2.3"}
17
+ "ocaml" {>= "4.02.3" & < "4.15"}
18
+ "cinaps" {with-test & >= "v0.13.0"}
19
+ ]
20
+ conflicts: [
21
+ "base-effects"
19
22
  ]
20
23
  synopsis: "Convert OCaml parsetrees between different versions"
21
24
  description: """
@@ -25,12 +28,12 @@ This library converts parsetrees, outcometree and ast mappers between
25
28
  different OCaml versions. High-level functions help making PPX
26
29
  rewriters independent of a compiler version.
27
30
  """
28
- x-commit-hash: "4a05cf7a00d84e5f827cc9ae9c75e5dc85126085"
29
31
  url {
30
32
  src:
31
- "https://github.com/ocaml-ppx/ocaml-migrate-parsetree/releases/download/v2.1.0/ocaml-migrate-parsetree-v2.1.0.tbz"
33
+ "https://github.com/ocaml-ppx/ocaml-migrate-parsetree/releases/download/v2.3.0/ocaml-migrate-parsetree-2.3.0.tbz"
32
34
  checksum: [
33
- "sha256=387b788ee4c0537f1fe02c25e05f0335af424828fc6fe940acc0db5948a5a71f"
34
- "sha512=6ac80face6b77531c8d89a77d7a246bd5d43da435c355f62c03c8b8e360e1d7e339c904709fd3dbc9aa340c86ada9a69d5ebcf97cbdb7bd51bec97f831741b99"
35
+ "sha256=108126b247f190e04c8afd3d72ced0b63ffdf73c3f801f09be5db0cd7280bf0a"
36
+ "sha512=cccd766d33e2c70015735e050c2b7cdacf9f046e2874b563ef64b77706f56d004aa9b9df7d5cc201e5f3ba6e3267f95f654e1e3de58891b91f9c28a61988a9ee"
35
37
  ]
36
38
  }
39
+ x-commit-hash: "7ef6ff49bfd7d6d816be61d3acea460af25d7d99"