@grain/binaryen.ml 0.15.0 → 0.17.1

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 (45) hide show
  1. binaryen-archive/CHANGELOG.md +44 -0
  2. binaryen-archive/README.md +0 -30
  3. binaryen-archive/binaryen.opam +6 -6
  4. binaryen-archive/esy.lock/index.json +542 -290
  5. binaryen-archive/esy.lock/opam/base-bigarray.base/opam +6 -0
  6. binaryen-archive/esy.lock/opam/{cmdliner.1.1.0 → cmdliner.1.1.1}/opam +24 -18
  7. binaryen-archive/esy.lock/opam/{cppo.1.6.8 → cppo.1.6.9}/opam +21 -19
  8. binaryen-archive/esy.lock/opam/{dune-build-info.2.9.3 → dune-build-info.3.2.0}/opam +8 -5
  9. binaryen-archive/esy.lock/opam/{dune-configurator.2.9.3 → dune-configurator.3.2.0}/opam +9 -8
  10. binaryen-archive/esy.lock/opam/dune-rpc.3.2.0/opam +44 -0
  11. binaryen-archive/esy.lock/opam/{dune.2.9.3 → dune.3.2.0}/opam +6 -8
  12. binaryen-archive/esy.lock/opam/dyn.3.2.0/opam +41 -0
  13. binaryen-archive/esy.lock/opam/{easy-format.1.3.2 → easy-format.1.3.4}/opam +28 -18
  14. binaryen-archive/esy.lock/opam/fiber.3.2.0/opam +42 -0
  15. binaryen-archive/esy.lock/opam/{js_of_ocaml-compiler.3.11.0 → js_of_ocaml-compiler.4.0.0}/opam +13 -11
  16. binaryen-archive/esy.lock/opam/{menhir.20211128 → menhir.20220210}/opam +4 -4
  17. binaryen-archive/esy.lock/opam/{menhirLib.20211128 → menhirLib.20220210}/opam +3 -3
  18. binaryen-archive/esy.lock/opam/{menhirSdk.20211128 → menhirSdk.20220210}/opam +3 -3
  19. binaryen-archive/esy.lock/opam/{ocaml-lsp-server.1.10.3 → ocaml-lsp-server.1.11.6}/opam +15 -7
  20. binaryen-archive/esy.lock/opam/{ocamlformat-rpc-lib.0.19.0 → ocamlformat-rpc-lib.0.22.4}/opam +6 -7
  21. binaryen-archive/esy.lock/opam/octavius.1.2.2/opam +33 -0
  22. binaryen-archive/esy.lock/opam/omd.1.3.1/opam +39 -0
  23. binaryen-archive/esy.lock/opam/ordering.3.2.0/opam +39 -0
  24. binaryen-archive/esy.lock/opam/{ppx_yojson_conv_lib.v0.14.0 → ppx_yojson_conv_lib.v0.15.0}/opam +2 -2
  25. binaryen-archive/esy.lock/opam/{ppxlib.0.25.0 → ppxlib.0.26.0}/opam +5 -4
  26. binaryen-archive/esy.lock/opam/{re.1.10.3 → re.1.10.4}/opam +7 -7
  27. binaryen-archive/esy.lock/opam/{spawn.v0.15.0 → spawn.v0.15.1}/opam +4 -4
  28. binaryen-archive/esy.lock/opam/stdune.3.2.0/opam +44 -0
  29. binaryen-archive/esy.lock/opam/xdg.3.2.0/opam +40 -0
  30. binaryen-archive/esy.lock/overrides/opam__s__js__of__ocaml_compiler_opam__c__4.0.0_opam_override/package.json +3 -0
  31. binaryen-archive/package.json +5 -5
  32. binaryen-archive/src/binaryen_stubs_expressions.c +6 -1
  33. binaryen-archive/src/binaryen_stubs_expressions.js +2 -1
  34. binaryen-archive/src/binaryen_stubs_features.c +6 -0
  35. binaryen-archive/src/binaryen_stubs_features.js +6 -0
  36. binaryen-archive/src/binaryen_stubs_ops.c +2 -2
  37. binaryen-archive/src/binaryen_stubs_ops.js +1 -1
  38. binaryen-archive/src/expression.ml +1 -1
  39. binaryen-archive/src/expression.mli +1 -1
  40. binaryen-archive/src/module.ml +4 -0
  41. binaryen-archive/src/module.mli +1 -0
  42. binaryen-archive/src/passes.ml +6 -0
  43. binaryen-archive/src/passes.mli +6 -0
  44. binaryen-archive/test/config/ocamlopt_flags.ml +1 -8
  45. binaryen-archive/test/test.ml +19 -1
@@ -0,0 +1,6 @@
1
+ opam-version: "2.0"
2
+ maintainer: "https://github.com/ocaml/opam-repository/issues"
3
+ description: """
4
+ Bigarray library distributed with the OCaml compiler
5
+ """
6
+
@@ -1,21 +1,6 @@
1
1
  opam-version: "2.0"
2
- synopsis: """Declarative definition of command line interfaces for OCaml"""
3
- maintainer: ["Daniel Bünzli <daniel.buenzl i@erratique.ch>"]
4
- authors: ["The cmdliner programmers"]
5
- homepage: "https://erratique.ch/software/cmdliner"
6
- doc: "https://erratique.ch/software/cmdliner/doc"
7
- dev-repo: "git+https://erratique.ch/repos/cmdliner.git"
8
- bug-reports: "https://github.com/dbuenzli/cmdliner/issues"
9
- license: ["ISC"]
10
- tags: ["cli" "system" "declarative" "org:erratique"]
11
- depends: ["ocaml" {>= "4.08.0"}]
12
- build: [[ make "all" "PREFIX=%{prefix}%" ]]
13
- install: [[make "install" "LIBDIR=%{_:lib}%" "DOCDIR=%{_:doc}%"]
14
- [make "install-doc" "LIBDIR=%{_:lib}%" "DOCDIR=%{_:doc}%"]]
15
- url {
16
- src: "https://erratique.ch/software/cmdliner/releases/cmdliner-1.1.0.tbz"
17
- checksum: "sha512=e2fad706829e7b8b50d1a510b59b87e44294252d8e8bdd9d6cb07f435d7c1c123f82353eedf29e9a4b7768da485516b89b62bf956234e90d7eae1bbaae2c9263"}
18
- description: """
2
+ synopsis: "Declarative definition of command line interfaces for OCaml"
3
+ description: """\
19
4
  Cmdliner allows the declarative definition of command line interfaces
20
5
  for OCaml.
21
6
 
@@ -30,4 +15,25 @@ Cmdliner has no dependencies and is distributed under the ISC license.
30
15
  [1]: http://pubs.opengroup.org/onlinepubs/009695399/basedefs/xbd_chap12.html
31
16
  [2]: http://www.gnu.org/software/libc/manual/html_node/Argument-Syntax.html
32
17
 
33
- Home page: http://erratique.ch/software/cmdliner"""
18
+ Home page: http://erratique.ch/software/cmdliner"""
19
+ maintainer: "Daniel Bünzli <daniel.buenzl i@erratique.ch>"
20
+ authors: "The cmdliner programmers"
21
+ license: "ISC"
22
+ tags: ["cli" "system" "declarative" "org:erratique"]
23
+ homepage: "https://erratique.ch/software/cmdliner"
24
+ doc: "https://erratique.ch/software/cmdliner/doc"
25
+ bug-reports: "https://github.com/dbuenzli/cmdliner/issues"
26
+ depends: [
27
+ "ocaml" {>= "4.08.0"}
28
+ ]
29
+ build: [make "all" "PREFIX=%{prefix}%"]
30
+ install: [
31
+ [make "install" "LIBDIR=%{_:lib}%" "DOCDIR=%{_:doc}%"]
32
+ [make "install-doc" "LIBDIR=%{_:lib}%" "DOCDIR=%{_:doc}%"]
33
+ ]
34
+ dev-repo: "git+https://erratique.ch/repos/cmdliner.git"
35
+ url {
36
+ src: "https://erratique.ch/software/cmdliner/releases/cmdliner-1.1.1.tbz"
37
+ checksum:
38
+ "sha512=5478ad833da254b5587b3746e3a8493e66e867a081ac0f653a901cc8a7d944f66e4387592215ce25d939be76f281c4785702f54d4a74b1700bc8838a62255c9e"
39
+ }
@@ -1,37 +1,39 @@
1
1
  opam-version: "2.0"
2
- maintainer: "martin@mjambon.com"
2
+ synopsis: "Code preprocessor like cpp for OCaml"
3
+ description: """\
4
+ Cppo is an equivalent of the C preprocessor for OCaml programs.
5
+ It allows the definition of simple macros and file inclusion.
6
+
7
+ Cppo is:
8
+
9
+ * more OCaml-friendly than cpp
10
+ * easy to learn without consulting a manual
11
+ * reasonably fast
12
+ * simple to install and to maintain"""
13
+ maintainer: [
14
+ "Martin Jambon <martin@mjambon.com>" "Yishuai Li <yishuai@upenn.edu>"
15
+ ]
3
16
  authors: "Martin Jambon"
4
17
  license: "BSD-3-Clause"
5
18
  homepage: "https://github.com/ocaml-community/cppo"
6
- doc: "https://ocaml-community.github.io/cppo/"
19
+ doc: "https://ocaml-community.github.io/cppo"
7
20
  bug-reports: "https://github.com/ocaml-community/cppo/issues"
8
21
  depends: [
9
22
  "ocaml" {>= "4.02.3"}
10
- "dune" {>= "1.0"}
23
+ "dune" {>= "1.10"}
11
24
  "base-unix"
12
25
  ]
13
26
  build: [
14
27
  ["dune" "subst"] {dev}
15
28
  ["dune" "build" "-p" name "-j" jobs]
16
29
  ["dune" "runtest" "-p" name "-j" jobs] {with-test}
30
+ ["dune" "build" "-p" name "@doc"] {with-doc}
17
31
  ]
18
32
  dev-repo: "git+https://github.com/ocaml-community/cppo.git"
19
- synopsis: "Code preprocessor like cpp for OCaml"
20
- description: """
21
- Cppo is an equivalent of the C preprocessor for OCaml programs.
22
- It allows the definition of simple macros and file inclusion.
23
-
24
- Cppo is:
25
-
26
- * more OCaml-friendly than cpp
27
- * easy to learn without consulting a manual
28
- * reasonably fast
29
- * simple to install and to maintain
30
- """
31
33
  url {
32
- src: "https://github.com/ocaml-community/cppo/archive/v1.6.8.tar.gz"
34
+ src: "https://github.com/ocaml-community/cppo/archive/v1.6.9.tar.gz"
33
35
  checksum: [
34
- "md5=fed401197d86f9089e89f6cbdf1d660d"
35
- "sha512=069bbe0ef09c03b0dc4b5795f909c3ef872fe99c6f1e6704a0fa97594b1570b3579226ec67fe11d696ccc349a4585055bbaf07c65eff423aa45af28abf38c858"
36
+ "md5=d23ffe85ac7dc8f0afd1ddf622770d09"
37
+ "sha512=26ff5a7b7f38c460661974b23ca190f0feae3a99f1974e0fd12ccf08745bd7d91b7bc168c70a5385b837bfff9530e0e4e41cf269f23dd8cf16ca658008244b44"
36
38
  ]
37
- }
39
+ }
@@ -15,12 +15,15 @@ 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.9"}
18
+ "dune" {>= "3.0"}
19
+ "ocaml" {>= "4.08"}
19
20
  "odoc" {with-doc}
20
21
  ]
21
22
  dev-repo: "git+https://github.com/ocaml/dune.git"
22
23
  build: [
23
24
  ["dune" "subst"] {dev}
25
+ ["rm" "-rf" "vendor/csexp"]
26
+ ["rm" "-rf" "vendor/pp"]
24
27
  [
25
28
  "dune"
26
29
  "build"
@@ -34,10 +37,10 @@ build: [
34
37
  ]
35
38
  url {
36
39
  src:
37
- "https://github.com/ocaml/dune/releases/download/2.9.3/dune-site-2.9.3.tbz"
40
+ "https://github.com/ocaml/dune/releases/download/3.2.0/chrome-trace-3.2.0.tbz"
38
41
  checksum: [
39
- "sha256=3e65ec73ab2c80d50d4ffd6c46cbfb22eacd0e5587a4be8af8ae69547d5f88d6"
40
- "sha512=04b48501ac16c3608e3b6bfbdbabf810df0fb844ea3b7d25ba50f03b9d6cb1d2c933cf747d694029d82a9777a774e48e5c38ab010fe53ce1eae367da0ed04d6d"
42
+ "sha256=bd1fbce6ae79ed1eb26fa89bb2e2e23978afceb3f53f5578cf1bdab08a1ad5bc"
43
+ "sha512=b99e82d7e2233a9dd8c1fae591a03f9470fcdf9750d0e428cee2d4c8bcfa4da1595e9e10af2f234279a6ca8a120a773b247d4761d2c39210fc6101076631690e"
41
44
  ]
42
45
  }
43
- x-commit-hash: "dea03875affccc0620e902d28fed8d6b4351e112"
46
+ x-commit-hash: "43af00f79e41ce9101d42b36dab13e1f68d49a7a"
@@ -17,15 +17,16 @@ 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.9"}
21
- "ocaml" {>= "4.03.0"}
22
- "result"
23
- "csexp" {>= "1.3.0"}
20
+ "dune" {>= "3.0"}
21
+ "ocaml" {>= "4.04.0"}
22
+ "csexp" {>= "1.5.0"}
24
23
  "odoc" {with-doc}
25
24
  ]
26
25
  dev-repo: "git+https://github.com/ocaml/dune.git"
27
26
  build: [
28
27
  ["dune" "subst"] {dev}
28
+ ["rm" "-rf" "vendor/csexp"]
29
+ ["rm" "-rf" "vendor/pp"]
29
30
  [
30
31
  "dune"
31
32
  "build"
@@ -39,10 +40,10 @@ build: [
39
40
  ]
40
41
  url {
41
42
  src:
42
- "https://github.com/ocaml/dune/releases/download/2.9.3/dune-site-2.9.3.tbz"
43
+ "https://github.com/ocaml/dune/releases/download/3.2.0/chrome-trace-3.2.0.tbz"
43
44
  checksum: [
44
- "sha256=3e65ec73ab2c80d50d4ffd6c46cbfb22eacd0e5587a4be8af8ae69547d5f88d6"
45
- "sha512=04b48501ac16c3608e3b6bfbdbabf810df0fb844ea3b7d25ba50f03b9d6cb1d2c933cf747d694029d82a9777a774e48e5c38ab010fe53ce1eae367da0ed04d6d"
45
+ "sha256=bd1fbce6ae79ed1eb26fa89bb2e2e23978afceb3f53f5578cf1bdab08a1ad5bc"
46
+ "sha512=b99e82d7e2233a9dd8c1fae591a03f9470fcdf9750d0e428cee2d4c8bcfa4da1595e9e10af2f234279a6ca8a120a773b247d4761d2c39210fc6101076631690e"
46
47
  ]
47
48
  }
48
- x-commit-hash: "dea03875affccc0620e902d28fed8d6b4351e112"
49
+ x-commit-hash: "43af00f79e41ce9101d42b36dab13e1f68d49a7a"
@@ -0,0 +1,44 @@
1
+ opam-version: "2.0"
2
+ synopsis: "Communicate with dune using rpc"
3
+ description: "Library to connect and control a running dune instance"
4
+ maintainer: ["Jane Street Group, LLC <opensource@janestreet.com>"]
5
+ authors: ["Jane Street Group, LLC <opensource@janestreet.com>"]
6
+ license: "MIT"
7
+ homepage: "https://github.com/ocaml/dune"
8
+ doc: "https://dune.readthedocs.io/"
9
+ bug-reports: "https://github.com/ocaml/dune/issues"
10
+ depends: [
11
+ "dune" {>= "3.0"}
12
+ "csexp"
13
+ "ordering"
14
+ "dyn"
15
+ "xdg"
16
+ "stdune" {= version}
17
+ "pp" {>= "1.1.0"}
18
+ "odoc" {with-doc}
19
+ ]
20
+ dev-repo: "git+https://github.com/ocaml/dune.git"
21
+ build: [
22
+ ["dune" "subst"] {dev}
23
+ ["rm" "-rf" "vendor/csexp"]
24
+ ["rm" "-rf" "vendor/pp"]
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/ocaml/dune/releases/download/3.2.0/chrome-trace-3.2.0.tbz"
39
+ checksum: [
40
+ "sha256=bd1fbce6ae79ed1eb26fa89bb2e2e23978afceb3f53f5578cf1bdab08a1ad5bc"
41
+ "sha512=b99e82d7e2233a9dd8c1fae591a03f9470fcdf9750d0e428cee2d4c8bcfa4da1595e9e10af2f234279a6ca8a120a773b247d4761d2c39210fc6101076631690e"
42
+ ]
43
+ }
44
+ x-commit-hash: "43af00f79e41ce9101d42b36dab13e1f68d49a7a"
@@ -29,17 +29,15 @@ conflicts: [
29
29
  "merlin" {< "3.4.0"}
30
30
  "ocaml-lsp-server" {< "1.3.0"}
31
31
  "dune-configurator" {< "2.3.0"}
32
- "odoc" {< "1.3.0"}
32
+ "odoc" {< "2.0.1"}
33
33
  "dune-release" {< "1.3.0"}
34
34
  "js_of_ocaml-compiler" {< "3.6.0"}
35
35
  "jbuilder" {= "transition"}
36
36
  ]
37
37
  dev-repo: "git+https://github.com/ocaml/dune.git"
38
38
  build: [
39
- # opam 2 sets OPAM_SWITCH_PREFIX, so we don't need a hardcoded path
40
- ["ocaml" "configure.ml" "--libdir" lib] {opam-version < "2"}
41
39
  ["ocaml" "bootstrap.ml" "-j" jobs]
42
- ["./dune.exe" "build" "-p" name "--profile" "dune-bootstrap" "-j" jobs]
40
+ ["./dune.exe" "build" "dune.install" "--release" "--profile" "dune-bootstrap" "-j" jobs]
43
41
  ]
44
42
  depends: [
45
43
  # Please keep the lower bound in sync with .github/workflows/workflow.yml,
@@ -50,10 +48,10 @@ depends: [
50
48
  ]
51
49
  url {
52
50
  src:
53
- "https://github.com/ocaml/dune/releases/download/2.9.3/dune-site-2.9.3.tbz"
51
+ "https://github.com/ocaml/dune/releases/download/3.2.0/chrome-trace-3.2.0.tbz"
54
52
  checksum: [
55
- "sha256=3e65ec73ab2c80d50d4ffd6c46cbfb22eacd0e5587a4be8af8ae69547d5f88d6"
56
- "sha512=04b48501ac16c3608e3b6bfbdbabf810df0fb844ea3b7d25ba50f03b9d6cb1d2c933cf747d694029d82a9777a774e48e5c38ab010fe53ce1eae367da0ed04d6d"
53
+ "sha256=bd1fbce6ae79ed1eb26fa89bb2e2e23978afceb3f53f5578cf1bdab08a1ad5bc"
54
+ "sha512=b99e82d7e2233a9dd8c1fae591a03f9470fcdf9750d0e428cee2d4c8bcfa4da1595e9e10af2f234279a6ca8a120a773b247d4761d2c39210fc6101076631690e"
57
55
  ]
58
56
  }
59
- x-commit-hash: "dea03875affccc0620e902d28fed8d6b4351e112"
57
+ x-commit-hash: "43af00f79e41ce9101d42b36dab13e1f68d49a7a"
@@ -0,0 +1,41 @@
1
+ opam-version: "2.0"
2
+ synopsis: "Dynamic type"
3
+ description: "Dynamic type"
4
+ maintainer: ["Jane Street Group, LLC <opensource@janestreet.com>"]
5
+ authors: ["Jane Street Group, LLC <opensource@janestreet.com>"]
6
+ license: "MIT"
7
+ homepage: "https://github.com/ocaml/dune"
8
+ doc: "https://dune.readthedocs.io/"
9
+ bug-reports: "https://github.com/ocaml/dune/issues"
10
+ depends: [
11
+ "dune" {>= "3.0"}
12
+ "ocaml" {>= "4.08.0"}
13
+ "ordering" {= version}
14
+ "pp" {>= "1.1.0"}
15
+ "odoc" {with-doc}
16
+ ]
17
+ dev-repo: "git+https://github.com/ocaml/dune.git"
18
+ build: [
19
+ ["dune" "subst"] {dev}
20
+ ["rm" "-rf" "vendor/csexp"]
21
+ ["rm" "-rf" "vendor/pp"]
22
+ [
23
+ "dune"
24
+ "build"
25
+ "-p"
26
+ name
27
+ "-j"
28
+ jobs
29
+ "@install"
30
+ "@doc" {with-doc}
31
+ ]
32
+ ]
33
+ url {
34
+ src:
35
+ "https://github.com/ocaml/dune/releases/download/3.2.0/chrome-trace-3.2.0.tbz"
36
+ checksum: [
37
+ "sha256=bd1fbce6ae79ed1eb26fa89bb2e2e23978afceb3f53f5578cf1bdab08a1ad5bc"
38
+ "sha512=b99e82d7e2233a9dd8c1fae591a03f9470fcdf9750d0e428cee2d4c8bcfa4da1595e9e10af2f234279a6ca8a120a773b247d4761d2c39210fc6101076631690e"
39
+ ]
40
+ }
41
+ x-commit-hash: "43af00f79e41ce9101d42b36dab13e1f68d49a7a"
@@ -1,17 +1,4 @@
1
1
  opam-version: "2.0"
2
- build: [
3
- ["dune" "subst"] {dev}
4
- ["dune" "build" "-p" name "-j" jobs]
5
- ["dune" "runtest" "-p" name "-j" jobs] {with-test}
6
- ["dune" "build" "-p" name "@doc"] {with-doc}
7
- ]
8
- maintainer: ["martin@mjambon.com" "rudi.grinberg@gmail.com"]
9
- authors: ["Martin Jambon"]
10
- bug-reports: "https://github.com/mjambon/easy-format/issues"
11
- homepage: "https://github.com/mjambon/easy-format"
12
- doc: "https://mjambon.github.io/easy-format/"
13
- license: "BSD-3-Clause"
14
- dev-repo: "git+https://github.com/mjambon/easy-format.git"
15
2
  synopsis:
16
3
  "High-level and functional interface to the Format module of the OCaml standard library"
17
4
  description: """
@@ -32,15 +19,38 @@ nodes:
32
19
  Atoms represent any text that is guaranteed to be printed as-is. Lists can model
33
20
  any sequence of items such as arrays of data or lists of definitions that are
34
21
  labelled with something like "int main", "let x =" or "x:"."""
22
+ maintainer: ["martin@mjambon.com" "rudi.grinberg@gmail.com"]
23
+ authors: ["Martin Jambon"]
24
+ license: "BSD-3-Clause"
25
+ homepage: "https://github.com/ocaml-community/easy-format"
26
+ doc: "https://mjambon.github.io/easy-format/"
27
+ bug-reports: "https://github.com/ocaml-community/easy-format/issues"
35
28
  depends: [
36
- "dune" {>= "1.10"}
37
- "ocaml" {>= "4.02.3"}
29
+ "dune" {>= "3.2" & >= "1.10"}
30
+ "ocaml" {>= "4.08"}
31
+ "odoc" {with-doc}
32
+ ]
33
+ build: [
34
+ ["dune" "subst"] {dev}
35
+ [
36
+ "dune"
37
+ "build"
38
+ "-p"
39
+ name
40
+ "-j"
41
+ jobs
42
+ "@install"
43
+ "@runtest" {with-test}
44
+ "@doc" {with-doc}
45
+ ]
38
46
  ]
47
+ dev-repo: "git+https://github.com/ocaml-community/easy-format.git"
39
48
  url {
40
49
  src:
41
- "https://github.com/mjambon/easy-format/releases/download/1.3.2/easy-format-1.3.2.tbz"
50
+ "https://github.com/ocaml-community/easy-format/releases/download/1.3.4/easy-format-1.3.4.tbz"
42
51
  checksum: [
43
- "sha256=3440c2b882d537ae5e9011eb06abb53f5667e651ea4bb3b460ea8230fa8c1926"
44
- "sha512=e39377a2ff020ceb9ac29e8515a89d9bdbc91dfcfa871c4e3baafa56753fac2896768e5d9822a050dc1e2ade43c8967afb69391a386c0a8ecd4e1f774e236135"
52
+ "sha256=1dbf051e9f68574dde6e2e254a66b9c524ca425e80b36e99af96ed964ab610c3"
53
+ "sha512=90264864dde4cbf51f60fb5c21cf033e11bdeb662e76b62ce27b496c298ca9102174885ed7a6d29a6b8e43089e27d5bb5be247f88d9739c15cfd8470fec29d33"
45
54
  ]
46
55
  }
56
+ x-commit-hash: "ba4962884509ceec63905dd6e0ccb429be4f9f66"
@@ -0,0 +1,42 @@
1
+ opam-version: "2.0"
2
+ synopsis: "Structured concurrency 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.0"}
13
+ "ocaml" {>= "4.08.0"}
14
+ "stdune" {= version}
15
+ "dyn" {= version}
16
+ "odoc" {with-doc}
17
+ ]
18
+ dev-repo: "git+https://github.com/ocaml/dune.git"
19
+ build: [
20
+ ["dune" "subst"] {dev}
21
+ ["rm" "-rf" "vendor/csexp"]
22
+ ["rm" "-rf" "vendor/pp"]
23
+ [
24
+ "dune"
25
+ "build"
26
+ "-p"
27
+ name
28
+ "-j"
29
+ jobs
30
+ "@install"
31
+ "@doc" {with-doc}
32
+ ]
33
+ ]
34
+ url {
35
+ src:
36
+ "https://github.com/ocaml/dune/releases/download/3.2.0/chrome-trace-3.2.0.tbz"
37
+ checksum: [
38
+ "sha256=bd1fbce6ae79ed1eb26fa89bb2e2e23978afceb3f53f5578cf1bdab08a1ad5bc"
39
+ "sha512=b99e82d7e2233a9dd8c1fae591a03f9470fcdf9750d0e428cee2d4c8bcfa4da1595e9e10af2f234279a6ca8a120a773b247d4761d2c39210fc6101076631690e"
40
+ ]
41
+ }
42
+ x-commit-hash: "43af00f79e41ce9101d42b36dab13e1f68d49a7a"
@@ -6,18 +6,18 @@ maintainer: ["Ocsigen team <dev@ocsigen.org>"]
6
6
  authors: ["Ocsigen team <dev@ocsigen.org>"]
7
7
  license:
8
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"
9
+ homepage: "https://ocsigen.org/js_of_ocaml/latest/manual/overview"
10
+ doc: "https://ocsigen.org/js_of_ocaml/latest/manual/overview"
11
11
  bug-reports: "https://github.com/ocsigen/js_of_ocaml/issues"
12
12
  depends: [
13
- "dune" {>= "2.8"}
14
- "ocaml" {>= "4.04" & < "4.14"}
13
+ "dune" {>= "2.9"}
14
+ "ocaml" {>= "4.04" & < "4.15"}
15
15
  "num" {with-test}
16
- "ppx_expect" {>= "v0.12.0" & with-test}
16
+ "ppx_expect" {>= "v0.14.2" & with-test}
17
17
  "ppxlib" {>= "0.15.0"}
18
18
  "re" {with-test}
19
- "cmdliner"
20
- "menhir" {< "20211215"}
19
+ "cmdliner" {>= "1.0.0"}
20
+ "menhir"
21
21
  "menhirLib"
22
22
  "menhirSdk"
23
23
  "yojson"
@@ -39,16 +39,18 @@ build: [
39
39
  name
40
40
  "-j"
41
41
  jobs
42
+ "--promote-install-files=false"
42
43
  "@install"
43
44
  "@doc" {with-doc}
44
45
  ]
46
+ ["dune" "install" "-p" name "--create-install-files" name]
45
47
  ]
46
48
  url {
47
49
  src:
48
- "https://github.com/ocsigen/js_of_ocaml/releases/download/3.11.0/js_of_ocaml-3.11.0.tbz"
50
+ "https://github.com/ocsigen/js_of_ocaml/releases/download/4.0.0/js_of_ocaml-4.0.0.tbz"
49
51
  checksum: [
50
- "sha256=158dafe7271ac79157981d1c3f5f177ec78a0099c38f861ae14e7ac06bd29c3a"
51
- "sha512=d83f0988aa1089fa01a0a693d7e6a832018c5a8ce707f44685809769377ef7ef59ce48229b1612966bd9166b610d66ddff8f2606f6c3f09c49f601b74842fde1"
52
+ "sha256=df02f819e5b2f48234af2b3e3e7c9781afa8212f8bece7ebcfbd8358b394495e"
53
+ "sha512=92e822849c8be14ce0428f7f4be3991449f76e65d408073a5b8b9674ba2d099439027aa11618b603c7ee31a179cf6976d54a929917a69b269425f0367926c200"
52
54
  ]
53
55
  }
54
- x-commit-hash: "4572278dea9cc8a7d44d65b440004a2ec3bce7a7"
56
+ x-commit-hash: "6fb1d008061b6c028c375b240882bb735d54a5bc"
@@ -13,7 +13,7 @@ build: [
13
13
  ["dune" "build" "-p" name "-j" jobs]
14
14
  ]
15
15
  depends: [
16
- "ocaml" {>= "4.03.0" & < "5.00"}
16
+ "ocaml" {>= "4.03.0"}
17
17
  "dune" {>= "2.8.0"}
18
18
  "menhirLib" {= version}
19
19
  "menhirSdk" {= version}
@@ -21,9 +21,9 @@ depends: [
21
21
  synopsis: "An LR(1) parser generator"
22
22
  url {
23
23
  src:
24
- "https://gitlab.inria.fr/fpottier/menhir/-/archive/20211128/archive.tar.gz"
24
+ "https://gitlab.inria.fr/fpottier/menhir/-/archive/20220210/archive.tar.gz"
25
25
  checksum: [
26
- "md5=015354590ebce7911b073beae57e7731"
27
- "sha512=76f998c114a29b390f05e7b62e396d6957e748be3bb7fe918893ab3471a7a907764de4610e392916553113df0c6b09aa570425dcf86c6a3e9e17b0ae36f3fe2b"
26
+ "md5=e3cef220f676c4b1c16cbccb174cefe3"
27
+ "sha512=3063fec1d8b9fe092c8461b0689d426c7fe381a2bf3fd258dc42ceecca1719d32efbb8a18d94ada5555c38175ea352da3adbb239fdbcbcf52c3a5c85a4d9586f"
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/20211128/archive.tar.gz"
25
+ "https://gitlab.inria.fr/fpottier/menhir/-/archive/20220210/archive.tar.gz"
26
26
  checksum: [
27
- "md5=015354590ebce7911b073beae57e7731"
28
- "sha512=76f998c114a29b390f05e7b62e396d6957e748be3bb7fe918893ab3471a7a907764de4610e392916553113df0c6b09aa570425dcf86c6a3e9e17b0ae36f3fe2b"
27
+ "md5=e3cef220f676c4b1c16cbccb174cefe3"
28
+ "sha512=3063fec1d8b9fe092c8461b0689d426c7fe381a2bf3fd258dc42ceecca1719d32efbb8a18d94ada5555c38175ea352da3adbb239fdbcbcf52c3a5c85a4d9586f"
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/20211128/archive.tar.gz"
25
+ "https://gitlab.inria.fr/fpottier/menhir/-/archive/20220210/archive.tar.gz"
26
26
  checksum: [
27
- "md5=015354590ebce7911b073beae57e7731"
28
- "sha512=76f998c114a29b390f05e7b62e396d6957e748be3bb7fe918893ab3471a7a907764de4610e392916553113df0c6b09aa570425dcf86c6a3e9e17b0ae36f3fe2b"
27
+ "md5=e3cef220f676c4b1c16cbccb174cefe3"
28
+ "sha512=3063fec1d8b9fe092c8461b0689d426c7fe381a2bf3fd258dc42ceecca1719d32efbb8a18d94ada5555c38175ea352da3adbb239fdbcbcf52c3a5c85a4d9586f"
29
29
  ]
30
30
  }
@@ -22,14 +22,22 @@ depends: [
22
22
  "yojson"
23
23
  "re" {>= "1.5.0"}
24
24
  "ppx_yojson_conv_lib" {>= "v0.14"}
25
+ "dune-rpc"
26
+ "dyn"
27
+ "stdune"
28
+ "fiber" {>= "3.1.1"}
29
+ "xdg"
30
+ "ordering"
25
31
  "dune-build-info"
26
32
  "spawn"
33
+ "omd" {<= "1.3.1"}
34
+ "octavius" {>= "1.2.2"}
35
+ "uutf" {>= "1.0.2"}
27
36
  "pp" {>= "1.1.2"}
28
37
  "csexp" {>= "1.5"}
29
- "result" {>= "1.5"}
30
- "ocamlformat-rpc-lib" {>= "0.18.0" & < "0.20.0"}
38
+ "ocamlformat-rpc-lib" {>= "0.21.0"}
31
39
  "odoc" {with-doc}
32
- "ocaml" {>= "4.13" & < "4.14"}
40
+ "ocaml" {>= "4.14" & < "4.15"}
33
41
  ]
34
42
  dev-repo: "git+https://github.com/ocaml/ocaml-lsp.git"
35
43
  build: [
@@ -45,10 +53,10 @@ build: [
45
53
  ]
46
54
  url {
47
55
  src:
48
- "https://github.com/ocaml/ocaml-lsp/releases/download/1.10.3/jsonrpc-1.10.3.tbz"
56
+ "https://github.com/ocaml/ocaml-lsp/releases/download/1.11.6/jsonrpc-1.11.6.tbz"
49
57
  checksum: [
50
- "sha256=a3ac1073b0728b94f4bdb0111772c0abaf7ff70324399450eab7156bfac151f1"
51
- "sha512=bed6ddbde28088e43db0d40ab27056ba22537d19ffe8117a3da4c77676948f18708b06937dd2c972dce5c5822ea751c9c85cfa1ce3c1b3739460d4a24ebc2282"
58
+ "sha256=50b546ced5332c4a038bcf68b65b7888cb8e61aebe102e8c80b23a4c5899bbbb"
59
+ "sha512=e7c6d07d3943b088198af383120f2e75478b84dd6077eafa0f01fc808072b9cebe667651d22e11592c1f134f5d289cccf7c58e1ad1aae6c0ce92a4eca32b1371"
52
60
  ]
53
61
  }
54
- x-commit-hash: "a249e618facf7b7f524bf96e6f1cf6728a7fcd90"
62
+ x-commit-hash: "1c02a6b8c44f3858ad8c0b7c114d4f14fbf53f9c"
@@ -9,9 +9,8 @@ homepage: "https://github.com/ocaml-ppx/ocamlformat"
9
9
  bug-reports: "https://github.com/ocaml-ppx/ocamlformat/issues"
10
10
  depends: [
11
11
  "dune" {>= "2.8"}
12
- "ocaml" {>= "4.08" & < "4.14"}
13
- "csexp"
14
- "sexplib0"
12
+ "ocaml" {>= "4.08"}
13
+ "csexp" {>= "1.4.0"}
15
14
  "odoc" {with-doc}
16
15
  ]
17
16
  build: [
@@ -31,10 +30,10 @@ build: [
31
30
  dev-repo: "git+https://github.com/ocaml-ppx/ocamlformat.git"
32
31
  url {
33
32
  src:
34
- "https://github.com/ocaml-ppx/ocamlformat/releases/download/0.19.0/ocamlformat-0.19.0.tbz"
33
+ "https://github.com/ocaml-ppx/ocamlformat/releases/download/0.22.4/ocamlformat-0.22.4.tbz"
35
34
  checksum: [
36
- "sha256=62fc46aae8f0a4a33ce7f8d7726d7109bff615ea6fcb50d1482f21d20ee50f46"
37
- "sha512=408b3af533169f201d7492be869f8ae4acde5583e01693c586929f44b76d569d3d6d555bc056378743d7cb3bd8e11ebc9cbd178ca196bcb82db33127d14902f8"
35
+ "sha256=eb54de2b81ac7cc2e68d81a7dc80b391a81b737fcfa3ef969ea91bdad6c9c060"
36
+ "sha512=2bdeb9abc5757176040f641b22c59ac2b038c3bc1c42ddf86422b80cb90278fbe8ca05d0f788be0375a632bb6584b8d165d07f9f84686c2174208a8c20324b13"
38
37
  ]
39
38
  }
40
- x-commit-hash: "ba67af28ddca8718ef8816b2b0dc1e5b2f5e9591"
39
+ x-commit-hash: "838ba9fa00cc27703441220b9a5d3880b17430fb"
@@ -0,0 +1,33 @@
1
+ opam-version: "2.0"
2
+ maintainer: ["leo@lpw25.net"]
3
+ authors: ["Leo White <leo@lpw25.net>"]
4
+ license: "ISC"
5
+ homepage: "https://github.com/ocaml-doc/octavius"
6
+ doc: "http://ocaml-doc.github.io/octavius/"
7
+ bug-reports: "https://github.com/ocaml-doc/octavius/issues"
8
+ depends: [
9
+ "dune" {>= "1.11"}
10
+ "ocaml" {>= "4.03.0"}
11
+ ]
12
+ build: [
13
+ ["dune" "subst"] {dev}
14
+ [
15
+ "dune"
16
+ "build"
17
+ "-p"
18
+ name
19
+ "-j"
20
+ jobs
21
+ "@install"
22
+ "@runtest" {with-test}
23
+ "@doc" {with-doc}
24
+ ]
25
+ ]
26
+ dev-repo: "git+https://github.com/ocaml-doc/octavius.git"
27
+
28
+ synopsis: "Ocamldoc comment syntax parser"
29
+ description: "Octavius is a library to parse the `ocamldoc` comment syntax."
30
+ url {
31
+ src: "https://github.com/ocaml-doc/octavius/archive/v1.2.2.tar.gz"
32
+ checksum: "md5=72f9e1d996e6c5089fc513cc9218607b"
33
+ }