@grain/binaryen.ml 0.17.1 → 0.19.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 (68) hide show
  1. binaryen-archive/CHANGELOG.md +38 -0
  2. binaryen-archive/binaryen.opam +2 -2
  3. binaryen-archive/esy.lock/index.json +355 -346
  4. binaryen-archive/esy.lock/opam/camlp-streams.5.0.1/opam +59 -0
  5. binaryen-archive/esy.lock/opam/chrome-trace.3.5.0/opam +39 -0
  6. binaryen-archive/esy.lock/opam/{dune-build-info.3.2.0 → dune-build-info.3.5.0}/opam +5 -6
  7. binaryen-archive/esy.lock/opam/{dune-configurator.3.2.0 → dune-configurator.3.5.0}/opam +6 -6
  8. binaryen-archive/esy.lock/opam/{dune-rpc.3.2.0 → dune-rpc.3.5.0}/opam +5 -6
  9. binaryen-archive/esy.lock/opam/{dune.3.2.0 → dune.3.5.0}/opam +4 -5
  10. binaryen-archive/esy.lock/opam/{dyn.3.2.0 → dyn.3.5.0}/opam +5 -6
  11. binaryen-archive/esy.lock/opam/{fiber.3.2.0 → fiber.3.5.0}/opam +5 -6
  12. binaryen-archive/esy.lock/opam/{ocaml-lsp-server.1.11.6 → ocaml-lsp-server.1.14.1}/opam +9 -8
  13. binaryen-archive/esy.lock/opam/{ocaml-version.3.4.0 → ocaml-version.3.5.0}/opam +4 -4
  14. binaryen-archive/esy.lock/opam/{ocamlbuild.0.14.1 → ocamlbuild.0.14.2}/opam +3 -3
  15. binaryen-archive/esy.lock/opam/ocamlfind.1.9.5/files/0001-Fix-bug-when-installing-with-a-system-compiler.patch +26 -0
  16. binaryen-archive/esy.lock/opam/{ocamlfind.1.9.3 → ocamlfind.1.9.5}/opam +6 -3
  17. binaryen-archive/esy.lock/opam/{ocamlformat-rpc-lib.0.22.4 → ocamlformat-rpc-lib.0.24.1}/opam +4 -4
  18. binaryen-archive/esy.lock/opam/ocamlformat.0.20.1/opam +1 -1
  19. binaryen-archive/esy.lock/opam/{odoc-parser.1.0.0 → odoc-parser.1.0.1}/opam +5 -4
  20. binaryen-archive/esy.lock/opam/omd.1.3.2/opam +50 -0
  21. binaryen-archive/esy.lock/opam/{ordering.3.2.0 → ordering.3.5.0}/opam +5 -6
  22. binaryen-archive/esy.lock/opam/{ppxlib.0.26.0 → ppxlib.0.28.0}/opam +7 -7
  23. binaryen-archive/esy.lock/opam/sexplib0.v0.14.0/opam +1 -1
  24. binaryen-archive/esy.lock/opam/{stdune.3.2.0 → stdune.3.5.0}/opam +6 -6
  25. binaryen-archive/esy.lock/opam/uucp.15.0.0/opam +55 -0
  26. binaryen-archive/esy.lock/opam/{uuseg.14.0.0 → uuseg.15.0.0}/opam +39 -25
  27. binaryen-archive/esy.lock/opam/{xdg.3.2.0 → xdg.3.5.0}/opam +5 -6
  28. binaryen-archive/esy.lock/opam/{yojson.1.7.0 → yojson.2.0.2}/opam +14 -14
  29. binaryen-archive/esy.lock/overrides/{opam__s__ocamlbuild_opam__c__0.14.1_opam_override → opam__s__ocamlbuild_opam__c__0.14.2_opam_override}/files/winpatch.patch +0 -0
  30. binaryen-archive/esy.lock/overrides/{opam__s__ocamlbuild_opam__c__0.14.1_opam_override → opam__s__ocamlbuild_opam__c__0.14.2_opam_override}/package.json +0 -0
  31. binaryen-archive/esy.lock/overrides/{opam__s__ocamlfind_opam__c__1.9.3_opam_override → opam__s__ocamlfind_opam__c__1.9.5_opam_override}/files/findlib.patch +0 -0
  32. binaryen-archive/esy.lock/overrides/{opam__s__ocamlfind_opam__c__1.9.3_opam_override → opam__s__ocamlfind_opam__c__1.9.5_opam_override}/package.json +0 -0
  33. binaryen-archive/package.json +2 -2
  34. binaryen-archive/src/binaryen_stubs_exports.js +36 -20
  35. binaryen-archive/src/binaryen_stubs_expressions.c +101 -0
  36. binaryen-archive/src/binaryen_stubs_expressions.js +543 -508
  37. binaryen-archive/src/binaryen_stubs_features.js +34 -34
  38. binaryen-archive/src/binaryen_stubs_functions.js +45 -19
  39. binaryen-archive/src/binaryen_stubs_globals.js +8 -8
  40. binaryen-archive/src/binaryen_stubs_imports.c +14 -0
  41. binaryen-archive/src/binaryen_stubs_imports.js +67 -14
  42. binaryen-archive/src/binaryen_stubs_memory.c +40 -0
  43. binaryen-archive/src/binaryen_stubs_memory.js +45 -2
  44. binaryen-archive/src/binaryen_stubs_modules.c +20 -0
  45. binaryen-archive/src/binaryen_stubs_modules.js +26 -8
  46. binaryen-archive/src/binaryen_stubs_ops.js +632 -632
  47. binaryen-archive/src/binaryen_stubs_settings.js +36 -38
  48. binaryen-archive/src/binaryen_stubs_tables.js +18 -12
  49. binaryen-archive/src/binaryen_stubs_types.c +23 -2
  50. binaryen-archive/src/binaryen_stubs_types.js +44 -26
  51. binaryen-archive/src/expression.ml +27 -0
  52. binaryen-archive/src/expression.mli +18 -0
  53. binaryen-archive/src/import.ml +4 -0
  54. binaryen-archive/src/import.mli +2 -0
  55. binaryen-archive/src/memory.ml +25 -12
  56. binaryen-archive/src/memory.mli +12 -6
  57. binaryen-archive/src/module.ml +2 -0
  58. binaryen-archive/src/module.mli +2 -0
  59. binaryen-archive/src/passes.ml +6 -0
  60. binaryen-archive/src/passes.mli +6 -0
  61. binaryen-archive/src/type.ml +14 -2
  62. binaryen-archive/src/type.mli +4 -1
  63. binaryen-archive/test/test.expected +49 -12
  64. binaryen-archive/test/test.ml +49 -12
  65. binaryen-archive/esy.lock/opam/biniou.1.2.1/opam +0 -45
  66. binaryen-archive/esy.lock/opam/easy-format.1.3.4/opam +0 -56
  67. binaryen-archive/esy.lock/opam/omd.1.3.1/opam +0 -39
  68. binaryen-archive/esy.lock/opam/uucp.14.0.0/opam +0 -41
@@ -0,0 +1,59 @@
1
+ opam-version: "2.0"
2
+ synopsis: "The Stream and Genlex libraries for use with Camlp4 and Camlp5"
3
+ description: """
4
+
5
+ This package provides two library modules:
6
+ - Stream: imperative streams, with in-place update and memoization
7
+ of the latest element produced.
8
+ - Genlex: a small parameterized lexical analyzer producing streams
9
+ of tokens from streams of characters.
10
+
11
+ The two modules are designed for use with Camlp4 and Camlp5:
12
+ - The stream patterns and stream expressions of Camlp4/Camlp5 consume
13
+ and produce data of type 'a Stream.t.
14
+ - The Genlex tokenizer can be used as a simple lexical analyzer for
15
+ Camlp4/Camlp5-generated parsers.
16
+
17
+ The Stream module can also be used by hand-written recursive-descent
18
+ parsers, but is not very convenient for this purpose.
19
+
20
+ The Stream and Genlex modules have been part of the OCaml standard library
21
+ for a long time, and have been distributed as part of the core OCaml system.
22
+ They will be removed from the OCaml standard library at some future point,
23
+ but will be maintained and distributed separately in this camlpstreams package.
24
+ """
25
+ maintainer: [
26
+ "Florian Angeletti <florian.angeletti@inria.fr>"
27
+ "Xavier Leroy <xavier.leroy@college-de-france.fr>"
28
+ ]
29
+ authors: ["Daniel de Rauglaudre" "Xavier Leroy"]
30
+ license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
31
+ homepage: "https://github.com/ocaml/camlp-streams"
32
+ bug-reports: "https://github.com/ocaml/camlp-streams/issues"
33
+ depends: [
34
+ "dune" {>= "2.7"}
35
+ "ocaml" {>= "4.02.3"}
36
+ "odoc" {with-doc}
37
+ ]
38
+ build: [
39
+ ["dune" "subst"] {dev}
40
+ [
41
+ "dune"
42
+ "build"
43
+ "-p"
44
+ name
45
+ "-j"
46
+ jobs
47
+ "@install"
48
+ "@runtest" {with-test}
49
+ "@doc" {with-doc}
50
+ ]
51
+ ]
52
+ dev-repo: "git+https://github.com/ocaml/camlp-streams.git"
53
+ url {
54
+ src: "https://github.com/ocaml/camlp-streams/archive/v5.0.1.tar.gz"
55
+ checksum: [
56
+ "md5=afc874b25f7a1f13e8f5cfc1182b51a7"
57
+ "sha512=2efa8dd4a636217c8d49bac1e4e7e5558fc2f45cfea66514140a59fd99dd08d61fb9f1e17804997ff648b71b13820a5d4a1eb70fed9d848aa2abd6e41f853c86"
58
+ ]
59
+ }
@@ -0,0 +1,39 @@
1
+ opam-version: "2.0"
2
+ synopsis: "Chrome trace event generation library"
3
+ description:
4
+ "This library offers no backwards compatibility guarantees. Use at your own risk."
5
+ maintainer: ["Jane Street Group, LLC <opensource@janestreet.com>"]
6
+ authors: ["Jane Street Group, LLC <opensource@janestreet.com>"]
7
+ license: "MIT"
8
+ homepage: "https://github.com/ocaml/dune"
9
+ doc: "https://dune.readthedocs.io/"
10
+ bug-reports: "https://github.com/ocaml/dune/issues"
11
+ depends: [
12
+ "dune" {>= "3.3"}
13
+ "ocaml" {>= "4.08.0"}
14
+ "odoc" {with-doc}
15
+ ]
16
+ dev-repo: "git+https://github.com/ocaml/dune.git"
17
+ build: [
18
+ ["dune" "subst"] {dev}
19
+ ["rm" "-rf" "vendor/csexp"]
20
+ ["rm" "-rf" "vendor/pp"]
21
+ [
22
+ "dune"
23
+ "build"
24
+ "-p"
25
+ name
26
+ "-j"
27
+ jobs
28
+ "@install"
29
+ "@doc" {with-doc}
30
+ ]
31
+ ]
32
+ url {
33
+ src: "https://github.com/ocaml/dune/releases/download/3.5.0/dune-3.5.0.tbz"
34
+ checksum: [
35
+ "sha256=77bd4c6704359fae1969636cfc3cd7a517ba3604819ef89c919c0762b5093610"
36
+ "sha512=acaed76ab8618977118579641a1f6734ed4a225ab46494c6c5fd8e1bf9a0889e62db9adc7bd11770da602f4dd4785cef5ece4ad26512d08b64b8f3bd8954c80d"
37
+ ]
38
+ }
39
+ x-commit-hash: "77c1e6f8f27f57fe0c04ec1624a85069b02437cf"
@@ -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.0"}
18
+ "dune" {>= "3.3"}
19
19
  "ocaml" {>= "4.08"}
20
20
  "odoc" {with-doc}
21
21
  ]
@@ -36,11 +36,10 @@ build: [
36
36
  ]
37
37
  ]
38
38
  url {
39
- src:
40
- "https://github.com/ocaml/dune/releases/download/3.2.0/chrome-trace-3.2.0.tbz"
39
+ src: "https://github.com/ocaml/dune/releases/download/3.5.0/dune-3.5.0.tbz"
41
40
  checksum: [
42
- "sha256=bd1fbce6ae79ed1eb26fa89bb2e2e23978afceb3f53f5578cf1bdab08a1ad5bc"
43
- "sha512=b99e82d7e2233a9dd8c1fae591a03f9470fcdf9750d0e428cee2d4c8bcfa4da1595e9e10af2f234279a6ca8a120a773b247d4761d2c39210fc6101076631690e"
41
+ "sha256=77bd4c6704359fae1969636cfc3cd7a517ba3604819ef89c919c0762b5093610"
42
+ "sha512=acaed76ab8618977118579641a1f6734ed4a225ab46494c6c5fd8e1bf9a0889e62db9adc7bd11770da602f4dd4785cef5ece4ad26512d08b64b8f3bd8954c80d"
44
43
  ]
45
44
  }
46
- x-commit-hash: "43af00f79e41ce9101d42b36dab13e1f68d49a7a"
45
+ x-commit-hash: "77c1e6f8f27f57fe0c04ec1624a85069b02437cf"
@@ -17,8 +17,9 @@ 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.0"}
20
+ "dune" {>= "3.3"}
21
21
  "ocaml" {>= "4.04.0"}
22
+ "base-unix"
22
23
  "csexp" {>= "1.5.0"}
23
24
  "odoc" {with-doc}
24
25
  ]
@@ -39,11 +40,10 @@ build: [
39
40
  ]
40
41
  ]
41
42
  url {
42
- src:
43
- "https://github.com/ocaml/dune/releases/download/3.2.0/chrome-trace-3.2.0.tbz"
43
+ src: "https://github.com/ocaml/dune/releases/download/3.5.0/dune-3.5.0.tbz"
44
44
  checksum: [
45
- "sha256=bd1fbce6ae79ed1eb26fa89bb2e2e23978afceb3f53f5578cf1bdab08a1ad5bc"
46
- "sha512=b99e82d7e2233a9dd8c1fae591a03f9470fcdf9750d0e428cee2d4c8bcfa4da1595e9e10af2f234279a6ca8a120a773b247d4761d2c39210fc6101076631690e"
45
+ "sha256=77bd4c6704359fae1969636cfc3cd7a517ba3604819ef89c919c0762b5093610"
46
+ "sha512=acaed76ab8618977118579641a1f6734ed4a225ab46494c6c5fd8e1bf9a0889e62db9adc7bd11770da602f4dd4785cef5ece4ad26512d08b64b8f3bd8954c80d"
47
47
  ]
48
48
  }
49
- x-commit-hash: "43af00f79e41ce9101d42b36dab13e1f68d49a7a"
49
+ x-commit-hash: "77c1e6f8f27f57fe0c04ec1624a85069b02437cf"
@@ -8,7 +8,7 @@ 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.0"}
11
+ "dune" {>= "3.3"}
12
12
  "csexp"
13
13
  "ordering"
14
14
  "dyn"
@@ -34,11 +34,10 @@ build: [
34
34
  ]
35
35
  ]
36
36
  url {
37
- src:
38
- "https://github.com/ocaml/dune/releases/download/3.2.0/chrome-trace-3.2.0.tbz"
37
+ src: "https://github.com/ocaml/dune/releases/download/3.5.0/dune-3.5.0.tbz"
39
38
  checksum: [
40
- "sha256=bd1fbce6ae79ed1eb26fa89bb2e2e23978afceb3f53f5578cf1bdab08a1ad5bc"
41
- "sha512=b99e82d7e2233a9dd8c1fae591a03f9470fcdf9750d0e428cee2d4c8bcfa4da1595e9e10af2f234279a6ca8a120a773b247d4761d2c39210fc6101076631690e"
39
+ "sha256=77bd4c6704359fae1969636cfc3cd7a517ba3604819ef89c919c0762b5093610"
40
+ "sha512=acaed76ab8618977118579641a1f6734ed4a225ab46494c6c5fd8e1bf9a0889e62db9adc7bd11770da602f4dd4785cef5ece4ad26512d08b64b8f3bd8954c80d"
42
41
  ]
43
42
  }
44
- x-commit-hash: "43af00f79e41ce9101d42b36dab13e1f68d49a7a"
43
+ x-commit-hash: "77c1e6f8f27f57fe0c04ec1624a85069b02437cf"
@@ -47,11 +47,10 @@ depends: [
47
47
  "base-threads"
48
48
  ]
49
49
  url {
50
- src:
51
- "https://github.com/ocaml/dune/releases/download/3.2.0/chrome-trace-3.2.0.tbz"
50
+ src: "https://github.com/ocaml/dune/releases/download/3.5.0/dune-3.5.0.tbz"
52
51
  checksum: [
53
- "sha256=bd1fbce6ae79ed1eb26fa89bb2e2e23978afceb3f53f5578cf1bdab08a1ad5bc"
54
- "sha512=b99e82d7e2233a9dd8c1fae591a03f9470fcdf9750d0e428cee2d4c8bcfa4da1595e9e10af2f234279a6ca8a120a773b247d4761d2c39210fc6101076631690e"
52
+ "sha256=77bd4c6704359fae1969636cfc3cd7a517ba3604819ef89c919c0762b5093610"
53
+ "sha512=acaed76ab8618977118579641a1f6734ed4a225ab46494c6c5fd8e1bf9a0889e62db9adc7bd11770da602f4dd4785cef5ece4ad26512d08b64b8f3bd8954c80d"
55
54
  ]
56
55
  }
57
- x-commit-hash: "43af00f79e41ce9101d42b36dab13e1f68d49a7a"
56
+ x-commit-hash: "77c1e6f8f27f57fe0c04ec1624a85069b02437cf"
@@ -8,7 +8,7 @@ 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.0"}
11
+ "dune" {>= "3.3"}
12
12
  "ocaml" {>= "4.08.0"}
13
13
  "ordering" {= version}
14
14
  "pp" {>= "1.1.0"}
@@ -31,11 +31,10 @@ build: [
31
31
  ]
32
32
  ]
33
33
  url {
34
- src:
35
- "https://github.com/ocaml/dune/releases/download/3.2.0/chrome-trace-3.2.0.tbz"
34
+ src: "https://github.com/ocaml/dune/releases/download/3.5.0/dune-3.5.0.tbz"
36
35
  checksum: [
37
- "sha256=bd1fbce6ae79ed1eb26fa89bb2e2e23978afceb3f53f5578cf1bdab08a1ad5bc"
38
- "sha512=b99e82d7e2233a9dd8c1fae591a03f9470fcdf9750d0e428cee2d4c8bcfa4da1595e9e10af2f234279a6ca8a120a773b247d4761d2c39210fc6101076631690e"
36
+ "sha256=77bd4c6704359fae1969636cfc3cd7a517ba3604819ef89c919c0762b5093610"
37
+ "sha512=acaed76ab8618977118579641a1f6734ed4a225ab46494c6c5fd8e1bf9a0889e62db9adc7bd11770da602f4dd4785cef5ece4ad26512d08b64b8f3bd8954c80d"
39
38
  ]
40
39
  }
41
- x-commit-hash: "43af00f79e41ce9101d42b36dab13e1f68d49a7a"
40
+ x-commit-hash: "77c1e6f8f27f57fe0c04ec1624a85069b02437cf"
@@ -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.0"}
12
+ "dune" {>= "3.3"}
13
13
  "ocaml" {>= "4.08.0"}
14
14
  "stdune" {= version}
15
15
  "dyn" {= version}
@@ -32,11 +32,10 @@ build: [
32
32
  ]
33
33
  ]
34
34
  url {
35
- src:
36
- "https://github.com/ocaml/dune/releases/download/3.2.0/chrome-trace-3.2.0.tbz"
35
+ src: "https://github.com/ocaml/dune/releases/download/3.5.0/dune-3.5.0.tbz"
37
36
  checksum: [
38
- "sha256=bd1fbce6ae79ed1eb26fa89bb2e2e23978afceb3f53f5578cf1bdab08a1ad5bc"
39
- "sha512=b99e82d7e2233a9dd8c1fae591a03f9470fcdf9750d0e428cee2d4c8bcfa4da1595e9e10af2f234279a6ca8a120a773b247d4761d2c39210fc6101076631690e"
37
+ "sha256=77bd4c6704359fae1969636cfc3cd7a517ba3604819ef89c919c0762b5093610"
38
+ "sha512=acaed76ab8618977118579641a1f6734ed4a225ab46494c6c5fd8e1bf9a0889e62db9adc7bd11770da602f4dd4785cef5ece4ad26512d08b64b8f3bd8954c80d"
40
39
  ]
41
40
  }
42
- x-commit-hash: "43af00f79e41ce9101d42b36dab13e1f68d49a7a"
41
+ x-commit-hash: "77c1e6f8f27f57fe0c04ec1624a85069b02437cf"
@@ -1,7 +1,7 @@
1
1
  opam-version: "2.0"
2
2
  synopsis: "LSP Server for OCaml"
3
3
  description: "An LSP server for OCaml."
4
- maintainer: ["Rudi Grinberg <me@rgrinerg.com>"]
4
+ maintainer: ["Rudi Grinberg <me@rgrinberg.com>"]
5
5
  authors: [
6
6
  "Andrey Popp <8mayday@gmail.com>"
7
7
  "Rusty Key <iam@stfoo.ru>"
@@ -18,11 +18,12 @@ license: "ISC"
18
18
  homepage: "https://github.com/ocaml/ocaml-lsp"
19
19
  bug-reports: "https://github.com/ocaml/ocaml-lsp/issues"
20
20
  depends: [
21
- "dune" {>= "2.9"}
21
+ "dune" {>= "3.0"}
22
22
  "yojson"
23
23
  "re" {>= "1.5.0"}
24
24
  "ppx_yojson_conv_lib" {>= "v0.14"}
25
- "dune-rpc"
25
+ "dune-rpc" {>= "3.4.0"}
26
+ "chrome-trace" {>= "3.3.0"}
26
27
  "dyn"
27
28
  "stdune"
28
29
  "fiber" {>= "3.1.1"}
@@ -30,7 +31,7 @@ depends: [
30
31
  "ordering"
31
32
  "dune-build-info"
32
33
  "spawn"
33
- "omd" {<= "1.3.1"}
34
+ "omd" {>= "1.3.2" & < "2.0.0~alpha1"}
34
35
  "octavius" {>= "1.2.2"}
35
36
  "uutf" {>= "1.0.2"}
36
37
  "pp" {>= "1.1.2"}
@@ -53,10 +54,10 @@ build: [
53
54
  ]
54
55
  url {
55
56
  src:
56
- "https://github.com/ocaml/ocaml-lsp/releases/download/1.11.6/jsonrpc-1.11.6.tbz"
57
+ "https://github.com/ocaml/ocaml-lsp/releases/download/1.14.1/lsp-1.14.1.tbz"
57
58
  checksum: [
58
- "sha256=50b546ced5332c4a038bcf68b65b7888cb8e61aebe102e8c80b23a4c5899bbbb"
59
- "sha512=e7c6d07d3943b088198af383120f2e75478b84dd6077eafa0f01fc808072b9cebe667651d22e11592c1f134f5d289cccf7c58e1ad1aae6c0ce92a4eca32b1371"
59
+ "sha256=e64c4c33dd037791fcc9bedfd4d615dda6d169e3eaced150f365539dacab69d9"
60
+ "sha512=1eeede473ab2c3481f2e6c67676451d50e005cf44e418ca209848be5ee0c6f034b08e17f8312a751d13f0194f6519b02cb82f232553fe7ec80b53e5c5a56f947"
60
61
  ]
61
62
  }
62
- x-commit-hash: "1c02a6b8c44f3858ad8c0b7c114d4f14fbf53f9c"
63
+ x-commit-hash: "5e6b3c90e368ca1650077f817f9862240a730cbc"
@@ -40,10 +40,10 @@ functionality:
40
40
  """
41
41
  url {
42
42
  src:
43
- "https://github.com/ocurrent/ocaml-version/releases/download/v3.4.0/ocaml-version-v3.4.0.tbz"
43
+ "https://github.com/ocurrent/ocaml-version/releases/download/v3.5.0/ocaml-version-3.5.0.tbz"
44
44
  checksum: [
45
- "sha256=d8c1beb5e8d8ebb7710b5f434ce66a3ec8b752b1e4d6ba87c4fe27452bdb8a25"
46
- "sha512=215e5b0c4ea5fa5461cdc0fc81fbd84a2a319a246a19504d0a0abc8c891e252a9e41644356150a1dc25d56b3f7e084db7a0b15becab4e1339992e645fc3d8ef1"
45
+ "sha256=d63ca1c3970d6b14057f7176bfdae623e6c0176287c6a6e8b78cf50e2f7f635b"
46
+ "sha512=7b5f475897b1c560c81d322ca77b80099025102ec4163b410518e32dce0d6decf7c2ef671f795932bc173741b20bb442e07b182583423d2c990c632c921be5df"
47
47
  ]
48
48
  }
49
- x-commit-hash: "c535ad2f463664b31001888fc99495dd01632747"
49
+ x-commit-hash: "ee6c14c52e1995d69a134b23df2c1c721ea7a994"
@@ -31,9 +31,9 @@ build: [
31
31
  ]
32
32
  dev-repo: "git+https://github.com/ocaml/ocamlbuild.git"
33
33
  url {
34
- src: "https://github.com/ocaml/ocamlbuild/archive/refs/tags/0.14.1.tar.gz"
34
+ src: "https://github.com/ocaml/ocamlbuild/archive/refs/tags/0.14.2.tar.gz"
35
35
  checksum: [
36
- "md5=7027e507ed85f290923ad198f3d2cd1c"
37
- "sha512=1f5b43215b1d3dc427b9c64e005add9d423ed4bca9686d52c55912df8955647cb2d7d86622d44b41b14c4f0d657b770c27967c541c868eeb7c78e3bd35b827ad"
36
+ "md5=2f407fadd57b073155a6aead887d9676"
37
+ "sha512=f568bf10431a1f701e8bd7554dc662400a0d978411038bbad93d44dceab02874490a8a5886a9b44e017347e7949997f13f5c3752f74e1eb5e273d2beb19a75fd"
38
38
  ]
39
39
  }
@@ -0,0 +1,26 @@
1
+ From f53247f546375972789b96c3f612cd7f524bf2aa Mon Sep 17 00:00:00 2001
2
+ From: Louis Gesbert <louis.gesbert@ocamlpro.com>
3
+ Date: Mon, 11 Jul 2022 18:12:18 +0200
4
+ Subject: [PATCH] Fix bug when installing with a system compiler
5
+
6
+ See https://discuss.ocaml.org/t/problem-installing-ocamlfind-on-latest-ocamlpro-alpine-docker-image/10147
7
+ ---
8
+ src/findlib/Makefile | 2 +-
9
+ 1 file changed, 1 insertion(+), 1 deletion(-)
10
+
11
+ diff --git a/src/findlib/Makefile b/src/findlib/Makefile
12
+ index 84514b6f22..ea23f4a10c 100644
13
+ --- a/src/findlib/Makefile
14
+ +++ b/src/findlib/Makefile
15
+ @@ -123,7 +123,7 @@ clean:
16
+ install: all
17
+ $(INSTALLDIR) "$(DESTDIR)$(prefix)$(OCAML_SITELIB)/$(NAME)"
18
+ $(INSTALLDIR) "$(DESTDIR)$(prefix)$(OCAMLFIND_BIN)"
19
+ - $(INSTALLDIR) "$(DESTDIR)$(prefix)$(OCAML_CORE_STDLIB)"
20
+ + test $(INSTALL_TOPFIND) -eq 0 || $(INSTALLDIR) "$(DESTDIR)$(prefix)$(OCAML_CORE_STDLIB)"
21
+ test $(INSTALL_TOPFIND) -eq 0 || $(INSTALLFILE) topfind "$(DESTDIR)$(prefix)$(OCAML_CORE_STDLIB)/"
22
+ files=`$(SH) $(TOP)/tools/collect_files $(TOP)/Makefile.config \
23
+ findlib.cmi findlib.mli findlib.cma findlib.cmxa findlib$(LIB_SUFFIX) findlib.cmxs \
24
+ --
25
+ 2.35.1
26
+
@@ -34,11 +34,14 @@ install: [
34
34
  [make "install"]
35
35
  ["install" "-m" "0755" "ocaml-stub" "%{bin}%/ocaml"] {ocaml:preinstalled}
36
36
  ]
37
+ extra-files: ["0001-Fix-bug-when-installing-with-a-system-compiler.patch" "md5=130d3d6fe399948ed7991b7756f50dc3"]
38
+ patches: ["0001-Fix-bug-when-installing-with-a-system-compiler.patch"]
37
39
  dev-repo: "git+https://github.com/ocaml/ocamlfind.git"
38
40
  url {
39
- src: "http://download.camlcity.org/download/findlib-1.9.3.tar.gz"
41
+ src: "http://download.camlcity.org/download/findlib-1.9.5.tar.gz"
40
42
  checksum: [
41
- "md5=24047dd8a0da5322253de9b7aa254e42"
42
- "sha512=27cc4ce141576bf477fb9d61a82ad65f55478740eed59fb43f43edb794140829fd2ff89ad27d8a890cfc336b54c073a06de05b31100fc7c01cacbd7d88e928ea"
43
+ "md5=8b893525ce36cb3d4d4952483bcc7cf4"
44
+ "sha512=03514c618a16b02889db997c6c4789b3436b3ad7d974348d2c6dea53eb78898ab285ce5f10297c074bab4fd2c82931a8b7c5c113b994447a44abb30fca74c715"
43
45
  ]
44
46
  }
47
+
@@ -30,10 +30,10 @@ build: [
30
30
  dev-repo: "git+https://github.com/ocaml-ppx/ocamlformat.git"
31
31
  url {
32
32
  src:
33
- "https://github.com/ocaml-ppx/ocamlformat/releases/download/0.22.4/ocamlformat-0.22.4.tbz"
33
+ "https://github.com/ocaml-ppx/ocamlformat/releases/download/0.24.1/ocamlformat-0.24.1.tbz"
34
34
  checksum: [
35
- "sha256=eb54de2b81ac7cc2e68d81a7dc80b391a81b737fcfa3ef969ea91bdad6c9c060"
36
- "sha512=2bdeb9abc5757176040f641b22c59ac2b038c3bc1c42ddf86422b80cb90278fbe8ca05d0f788be0375a632bb6584b8d165d07f9f84686c2174208a8c20324b13"
35
+ "sha256=023425e9818f80ea50537b2371a4a766c149a9957d05807e88a004d2d5f441ce"
36
+ "sha512=753b6128be68042895202f99959b360ce954db6f82b19b83b4bb346761a8e9cfdfc2b4b25e2070e60601b555562e78f9ebb02760ff127464e0b66cedbddca304"
37
37
  ]
38
38
  }
39
- x-commit-hash: "838ba9fa00cc27703441220b9a5d3880b17430fb"
39
+ x-commit-hash: "86938aa4435b251af1a3b081f7fbed90f982cf62"
@@ -23,7 +23,7 @@ depends: [
23
23
  "menhirSdk" {>= "20201216"}
24
24
  "ocaml-version" {>= "3.3.0"}
25
25
  "ocp-indent"
26
- "odoc-parser" {>= "1.0.0"}
26
+ "odoc-parser" {>= "1.0.0" & < "2.0.0"}
27
27
  "re" {>= "1.7.2"}
28
28
  "stdio" {< "v0.15"}
29
29
  "uuseg" {>= "10.0.0"}
@@ -18,6 +18,7 @@ depends: [
18
18
  "ocaml" {>= "4.02.0"}
19
19
  "astring"
20
20
  "result"
21
+ "camlp-streams"
21
22
  "ppx_expect" {with-test}
22
23
  ("ocaml" {< "4.04.1" & with-test} | "sexplib0" {with-test})
23
24
  ]
@@ -36,11 +37,11 @@ build: [
36
37
  ]
37
38
  url {
38
39
  src:
39
- "https://github.com/ocaml-doc/odoc-parser/releases/download/1.0.0/odoc-parser-1.0.0.tbz"
40
+ "https://github.com/ocaml-doc/odoc-parser/releases/download/1.0.1/odoc-parser-1.0.1.tbz"
40
41
  checksum: [
41
- "sha256=b6aa08ea71a9ebad9b2bebc4da1eda0d713cf3674e6d57d10459d934286e7aa1"
42
- "sha512=b5caee3a0d288aeaa95e3f32de8e5f75f169ad2691d75f8d6c932e4fb0e6cb188813ac2d92d4076fe75b12217130e6999c46e7890cf0fa765070870f85a96d63"
42
+ "sha256=a2bbe8e4201b60e980bab01e96e41f2ba0b05ba3f50b44f75837e8a2fb907d2c"
43
+ "sha512=c3339aae880ce72df866746d9ed9e7d38a752bf994ba24e948c086349604007e39602a1c31cf2ddb61ac8f8dc9dceccca43fe185850b83e3a02d75121f9ddfe2"
43
44
  ]
44
45
  }
45
- x-commit-hash: "b13ffc2f30ca20ca5bb733be4f630d46bd274fd6"
46
+ x-commit-hash: "216e3234b57bf194e65e14200e43607cc4e47da6"
46
47
 
@@ -0,0 +1,50 @@
1
+ opam-version: "2.0"
2
+ synopsis: "A Markdown frontend in pure OCaml"
3
+ description: """
4
+ This Markdown library is implemented using only pure OCaml (including
5
+ I/O operations provided by the standard OCaml compiler distribution).
6
+ OMD is meant to be as faithful as possible to the original Markdown.
7
+ Additionally, OMD implements a few Github markdown features, an
8
+ extension mechanism, and some other features. Note that the opam
9
+ package installs both the OMD library and the command line tool `omd`."""
10
+ maintainer: [
11
+ "Shon Feder <shon.feder@gmail.com>" "Raphael Sousa Santos <@sonologico>"
12
+ ]
13
+ authors: [
14
+ "Philippe Wang <philippe.wang@gmail.com>"
15
+ "Nicolás Ojeda Bär <n.oje.bar@gmail.com>"
16
+ ]
17
+ license: "ISC"
18
+ tags: ["org:ocamllabs" "org:mirage"]
19
+ homepage: "https://github.com/ocaml/omd"
20
+ bug-reports: "https://github.com/ocaml/omd/issues"
21
+ depends: [
22
+ "dune" {>= "2.7"}
23
+ "ocaml" {>= "4.04"}
24
+ "base-bigarray"
25
+ "base-bytes"
26
+ "odoc" {with-doc}
27
+ ]
28
+ build: [
29
+ ["dune" "subst"] {dev}
30
+ [
31
+ "dune"
32
+ "build"
33
+ "-p"
34
+ name
35
+ "-j"
36
+ jobs
37
+ "@install"
38
+ "@runtest" {with-test}
39
+ "@doc" {with-doc}
40
+ ]
41
+ ]
42
+ dev-repo: "git+https://github.com/ocaml/omd.git"
43
+ url {
44
+ src: "https://github.com/ocaml/omd/releases/download/1.3.2/omd-1.3.2.tbz"
45
+ checksum: [
46
+ "sha256=6023e1642631f08f678eb5725820879ed7bb5a3ffee777cdedebc28c1f85fadb"
47
+ "sha512=fa2070a5f5d30b2cc422937ac4158bb087134a69d47fa15df403afb1c0c60a73dd436c949faa8d44e0b65bdee039779d86191b55085b717253f91ef20a69ef98"
48
+ ]
49
+ }
50
+ x-commit-hash: "bc6c0d568b90b61143e9863cb6ef7b3989b3313a"
@@ -8,7 +8,7 @@ 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.0"}
11
+ "dune" {>= "3.3"}
12
12
  "ocaml" {>= "4.08.0"}
13
13
  "odoc" {with-doc}
14
14
  ]
@@ -29,11 +29,10 @@ build: [
29
29
  ]
30
30
  ]
31
31
  url {
32
- src:
33
- "https://github.com/ocaml/dune/releases/download/3.2.0/chrome-trace-3.2.0.tbz"
32
+ src: "https://github.com/ocaml/dune/releases/download/3.5.0/dune-3.5.0.tbz"
34
33
  checksum: [
35
- "sha256=bd1fbce6ae79ed1eb26fa89bb2e2e23978afceb3f53f5578cf1bdab08a1ad5bc"
36
- "sha512=b99e82d7e2233a9dd8c1fae591a03f9470fcdf9750d0e428cee2d4c8bcfa4da1595e9e10af2f234279a6ca8a120a773b247d4761d2c39210fc6101076631690e"
34
+ "sha256=77bd4c6704359fae1969636cfc3cd7a517ba3604819ef89c919c0762b5093610"
35
+ "sha512=acaed76ab8618977118579641a1f6734ed4a225ab46494c6c5fd8e1bf9a0889e62db9adc7bd11770da602f4dd4785cef5ece4ad26512d08b64b8f3bd8954c80d"
37
36
  ]
38
37
  }
39
- x-commit-hash: "43af00f79e41ce9101d42b36dab13e1f68d49a7a"
38
+ x-commit-hash: "77c1e6f8f27f57fe0c04ec1624a85069b02437cf"
@@ -2,7 +2,7 @@ opam-version: "2.0"
2
2
  synopsis: "Standard library for ppx rewriters"
3
3
  description: """
4
4
  Ppxlib is the standard library for ppx rewriters and other programs
5
- that manipulate the in-memory reprensation of OCaml programs, a.k.a
5
+ that manipulate the in-memory representation of OCaml programs, a.k.a
6
6
  the "Parsetree".
7
7
 
8
8
  It also comes bundled with two ppx rewriters that are commonly used to
@@ -20,11 +20,11 @@ doc: "https://ocaml-ppx.github.io/ppxlib/"
20
20
  bug-reports: "https://github.com/ocaml-ppx/ppxlib/issues"
21
21
  depends: [
22
22
  "dune" {>= "2.7"}
23
- "ocaml" {>= "4.04.1" & < "4.15"}
23
+ "ocaml" {>= "4.04.1" & < "5.1.0"}
24
24
  "ocaml-compiler-libs" {>= "v0.11.0"}
25
25
  "ppx_derivers" {>= "1.0"}
26
26
  "sexplib0" {>= "v0.12"}
27
- "sexplib0" {with-test & < "v0.15"}
27
+ "sexplib0" {with-test & >= "v0.15"}
28
28
  "stdlib-shims"
29
29
  "ocamlfind" {with-test}
30
30
  "re" {with-test & >= "1.9.0"}
@@ -54,10 +54,10 @@ build: [
54
54
  dev-repo: "git+https://github.com/ocaml-ppx/ppxlib.git"
55
55
  url {
56
56
  src:
57
- "https://github.com/ocaml-ppx/ppxlib/releases/download/0.26.0/ppxlib-0.26.0.tbz"
57
+ "https://github.com/ocaml-ppx/ppxlib/releases/download/0.28.0/ppxlib-0.28.0.tbz"
58
58
  checksum: [
59
- "sha256=63117b67ea5863935455fe921f88fe333c0530f0483f730313303a93af817efd"
60
- "sha512=9cfc9587657d17cdee5483e2a03292f872c42886e512bcc7442652e6418ce74c0135c731d8a68288c7fecae7f1b2defd93fe5acf8edb41e25144a8cec2806227"
59
+ "sha256=d87ae5f9a081206308ca964809b50a66aeb8e83d254801e8b9675448b60cf377"
60
+ "sha512=03270d43e91485e63c7dc115a71933ffd8cb2910c273d605d2800fa69f523dcd4de1fbe31fd6c2f6979675c681343bcf4e35be06934565bf28edf4ea03f5da8e"
61
61
  ]
62
62
  }
63
- x-commit-hash: "18b1ad68b59d151d662147661e43b159ac491f68"
63
+ x-commit-hash: "e027461818a8580e860e59d90ccae28f25cd40d4"
@@ -10,7 +10,7 @@ build: [
10
10
  ["dune" "build" "-p" name "-j" jobs]
11
11
  ]
12
12
  depends: [
13
- "ocaml" {>= "4.04.2"}
13
+ "ocaml" {>= "4.04.2" & < "5.0"}
14
14
  "dune" {>= "2.0.0"}
15
15
  ]
16
16
  synopsis: "Library containing the definition of S-expressions and some base converters"
@@ -9,8 +9,9 @@ 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.0"}
12
+ "dune" {>= "3.3"}
13
13
  "ocaml" {>= "4.08.0"}
14
+ "base-unix"
14
15
  "dyn" {= version}
15
16
  "ordering" {= version}
16
17
  "pp" {>= "1.1.0"}
@@ -34,11 +35,10 @@ build: [
34
35
  ]
35
36
  ]
36
37
  url {
37
- src:
38
- "https://github.com/ocaml/dune/releases/download/3.2.0/chrome-trace-3.2.0.tbz"
38
+ src: "https://github.com/ocaml/dune/releases/download/3.5.0/dune-3.5.0.tbz"
39
39
  checksum: [
40
- "sha256=bd1fbce6ae79ed1eb26fa89bb2e2e23978afceb3f53f5578cf1bdab08a1ad5bc"
41
- "sha512=b99e82d7e2233a9dd8c1fae591a03f9470fcdf9750d0e428cee2d4c8bcfa4da1595e9e10af2f234279a6ca8a120a773b247d4761d2c39210fc6101076631690e"
40
+ "sha256=77bd4c6704359fae1969636cfc3cd7a517ba3604819ef89c919c0762b5093610"
41
+ "sha512=acaed76ab8618977118579641a1f6734ed4a225ab46494c6c5fd8e1bf9a0889e62db9adc7bd11770da602f4dd4785cef5ece4ad26512d08b64b8f3bd8954c80d"
42
42
  ]
43
43
  }
44
- x-commit-hash: "43af00f79e41ce9101d42b36dab13e1f68d49a7a"
44
+ x-commit-hash: "77c1e6f8f27f57fe0c04ec1624a85069b02437cf"
@@ -0,0 +1,55 @@
1
+ opam-version: "2.0"
2
+ synopsis: "Unicode character properties for OCaml"
3
+ description: """\
4
+ Uucp is an OCaml library providing efficient access to a selection of
5
+ character properties of the [Unicode character database][1].
6
+
7
+ Uucp is independent from any Unicode text data structure and has no
8
+ dependencies. It is distributed under the ISC license.
9
+
10
+ [1]: http://www.unicode.org/reports/tr44/
11
+
12
+ Home page: http://erratique.ch/software/uucp"""
13
+ maintainer: "Daniel Bünzli <daniel.buenzl i@erratique.ch>"
14
+ authors: "The uucp programmers"
15
+ license: "ISC"
16
+ tags: ["unicode" "text" "character" "org:erratique"]
17
+ homepage: "https://erratique.ch/software/uucp"
18
+ doc: "https://erratique.ch/software/uucp/doc/"
19
+ bug-reports: "https://github.com/dbuenzli/uucp/issues"
20
+ depends: [
21
+ "ocaml" {>= "4.03.0"}
22
+ "ocamlfind" {build}
23
+ "ocamlbuild" {build}
24
+ "topkg" {build & >= "1.0.3"}
25
+ "uucd" {with-test}
26
+ "uunf" {with-test}
27
+ "uutf" {with-test}
28
+ ]
29
+ depopts: ["uutf" "uunf" "cmdliner"]
30
+ conflicts: [
31
+ "uutf" {< "1.0.1"}
32
+ "cmdliner" {< "1.1.0"}
33
+ ]
34
+ build: [
35
+ "ocaml"
36
+ "pkg/pkg.ml"
37
+ "build"
38
+ "--dev-pkg"
39
+ "%{dev}%"
40
+ "--with-uutf"
41
+ "%{uutf:installed}%"
42
+ "--with-uunf"
43
+ "%{uunf:installed}%"
44
+ "--with-cmdliner"
45
+ "%{cmdliner:installed}%"
46
+ ]
47
+ post-messages:
48
+ "If the build fails with \"ocamlopt.opt got signal and exited\", issue 'ulimit -s unlimited' and retry."
49
+ {failure & (arch = "ppc64" | arch = "arm64")}
50
+ dev-repo: "git+https://erratique.ch/repos/uucp.git"
51
+ url {
52
+ src: "https://erratique.ch/software/uucp/releases/uucp-15.0.0.tbz"
53
+ checksum:
54
+ "sha512=ee4acff5666961766321e85e287fb9d5b8d50533319f22bf6f4eceb943242df2d0e0f4e775c4a140f68ca142837938eaa5926e22362215a3365ffe7f8768923b"
55
+ }