@grain/binaryen.ml 0.17.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 (26) hide show
  1. binaryen-archive/CHANGELOG.md +7 -0
  2. binaryen-archive/binaryen.opam +5 -5
  3. binaryen-archive/esy.lock/index.json +492 -245
  4. binaryen-archive/esy.lock/opam/base-bigarray.base/opam +6 -0
  5. binaryen-archive/esy.lock/opam/{cppo.1.6.8 → cppo.1.6.9}/opam +21 -19
  6. binaryen-archive/esy.lock/opam/{dune-build-info.2.9.3 → dune-build-info.3.2.0}/opam +8 -5
  7. binaryen-archive/esy.lock/opam/{dune-configurator.2.9.3 → dune-configurator.3.2.0}/opam +9 -8
  8. binaryen-archive/esy.lock/opam/dune-rpc.3.2.0/opam +44 -0
  9. binaryen-archive/esy.lock/opam/{dune.2.9.3 → dune.3.2.0}/opam +6 -8
  10. binaryen-archive/esy.lock/opam/dyn.3.2.0/opam +41 -0
  11. binaryen-archive/esy.lock/opam/{easy-format.1.3.3 → easy-format.1.3.4}/opam +8 -10
  12. binaryen-archive/esy.lock/opam/fiber.3.2.0/opam +42 -0
  13. binaryen-archive/esy.lock/opam/{js_of_ocaml-compiler.3.11.0 → js_of_ocaml-compiler.4.0.0}/opam +13 -11
  14. binaryen-archive/esy.lock/opam/{menhir.20211128 → menhir.20220210}/opam +4 -4
  15. binaryen-archive/esy.lock/opam/{menhirLib.20211128 → menhirLib.20220210}/opam +3 -3
  16. binaryen-archive/esy.lock/opam/{menhirSdk.20211128 → menhirSdk.20220210}/opam +3 -3
  17. binaryen-archive/esy.lock/opam/{ocaml-lsp-server.1.10.3 → ocaml-lsp-server.1.11.6}/opam +15 -7
  18. binaryen-archive/esy.lock/opam/{ocamlformat-rpc-lib.0.19.0 → ocamlformat-rpc-lib.0.22.4}/opam +6 -7
  19. binaryen-archive/esy.lock/opam/octavius.1.2.2/opam +33 -0
  20. binaryen-archive/esy.lock/opam/omd.1.3.1/opam +39 -0
  21. binaryen-archive/esy.lock/opam/ordering.3.2.0/opam +39 -0
  22. binaryen-archive/esy.lock/opam/stdune.3.2.0/opam +44 -0
  23. binaryen-archive/esy.lock/opam/xdg.3.2.0/opam +40 -0
  24. binaryen-archive/esy.lock/overrides/opam__s__js__of__ocaml_compiler_opam__c__4.0.0_opam_override/package.json +3 -0
  25. binaryen-archive/package.json +5 -5
  26. binaryen-archive/esy.lock/overrides/opam__s__easy_format_opam__c__1.3.3_opam_override/package.json +0 -3
@@ -0,0 +1,44 @@
1
+ opam-version: "2.0"
2
+ synopsis: "Dune's unstable standard 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
+ "dyn" {= version}
15
+ "ordering" {= version}
16
+ "pp" {>= "1.1.0"}
17
+ "csexp" {>= "1.5.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"
@@ -0,0 +1,40 @@
1
+ opam-version: "2.0"
2
+ synopsis: "XDG Base Directory Specification"
3
+ description:
4
+ "https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html"
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"}
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:
34
+ "https://github.com/ocaml/dune/releases/download/3.2.0/chrome-trace-3.2.0.tbz"
35
+ checksum: [
36
+ "sha256=bd1fbce6ae79ed1eb26fa89bb2e2e23978afceb3f53f5578cf1bdab08a1ad5bc"
37
+ "sha512=b99e82d7e2233a9dd8c1fae591a03f9470fcdf9750d0e428cee2d4c8bcfa4da1595e9e10af2f234279a6ca8a120a773b247d4761d2c39210fc6101076631690e"
38
+ ]
39
+ }
40
+ x-commit-hash: "43af00f79e41ce9101d42b36dab13e1f68d49a7a"
@@ -0,0 +1,3 @@
1
+ {
2
+ "build": "dune build -p js_of_ocaml-compiler"
3
+ }
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "name": "@grain/binaryen.ml",
3
- "version": "0.17.0",
3
+ "version": "0.17.1",
4
4
  "description": "OCaml bindings for Binaryen.",
5
5
  "author": "Oscar Spencer <oscar@grain-lang.org>",
6
6
  "license": "Apache-2.0",
7
7
  "dependencies": {
8
- "ocaml": ">= 4.12.0 < 4.14.0",
8
+ "ocaml": ">= 4.12.0",
9
9
  "@grain/libbinaryen": ">= 107.0.0 < 108.0.0",
10
- "@opam/dune": ">= 2.9.1 < 3.0.0",
11
- "@opam/dune-configurator": ">= 2.9.1 < 3.0.0"
10
+ "@opam/dune": ">= 2.9.1",
11
+ "@opam/dune-configurator": ">= 2.9.1"
12
12
  },
13
13
  "devDependencies": {
14
- "@opam/js_of_ocaml-compiler": ">= 3.10.0 < 4.0.0",
14
+ "@opam/js_of_ocaml-compiler": ">= 3.10.0",
15
15
  "@opam/ocamlformat": "0.20.1",
16
16
  "@opam/ocaml-lsp-server": "^1.9.1"
17
17
  },
@@ -1,3 +0,0 @@
1
- {
2
- "build": "dune build -p easy-format"
3
- }