@grain/binaryen.ml 0.18.0 → 0.20.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.
- binaryen-archive/CHANGELOG.md +54 -0
- binaryen-archive/README.md +0 -16
- binaryen-archive/binaryen.opam +5 -5
- binaryen-archive/dune-project +1 -1
- binaryen-archive/dune-workspace +1 -1
- binaryen-archive/esy.lock/index.json +422 -372
- binaryen-archive/esy.lock/opam/{base.v0.14.3 → base.v0.15.1}/opam +4 -4
- binaryen-archive/esy.lock/opam/camlp-streams.5.0.1/opam +59 -0
- binaryen-archive/esy.lock/opam/chrome-trace.3.6.1/opam +39 -0
- binaryen-archive/esy.lock/opam/{dune-build-info.3.3.1 → dune-build-info.3.6.1}/opam +6 -6
- binaryen-archive/esy.lock/opam/{dune-configurator.3.3.1 → dune-configurator.3.6.1}/opam +5 -5
- binaryen-archive/esy.lock/opam/{dune-rpc.3.3.1 → dune-rpc.3.6.1}/opam +5 -5
- binaryen-archive/esy.lock/opam/{dune.3.3.1 → dune.3.6.1}/opam +6 -6
- binaryen-archive/esy.lock/opam/{dyn.3.3.1 → dyn.3.6.1}/opam +5 -5
- binaryen-archive/esy.lock/opam/{fiber.3.3.1 → fiber.3.6.1}/opam +5 -5
- binaryen-archive/esy.lock/opam/{js_of_ocaml-compiler.4.0.0 → js_of_ocaml-compiler.4.1.0}/opam +9 -10
- binaryen-archive/esy.lock/opam/menhir.20220210/opam +1 -1
- binaryen-archive/esy.lock/opam/menhirLib.20220210/opam +1 -1
- binaryen-archive/esy.lock/opam/menhirSdk.20220210/opam +1 -1
- binaryen-archive/esy.lock/opam/{ocaml-lsp-server.1.12.2 → ocaml-lsp-server.1.12.4}/opam +7 -6
- binaryen-archive/esy.lock/opam/{ocaml-version.3.4.0 → ocaml-version.3.5.0}/opam +4 -4
- binaryen-archive/esy.lock/opam/{ocamlbuild.0.14.1 → ocamlbuild.0.14.2}/opam +3 -3
- binaryen-archive/esy.lock/opam/ocamlfind.1.9.5/files/0001-Fix-bug-when-installing-with-a-system-compiler.patch +26 -0
- binaryen-archive/esy.lock/opam/ocamlfind.1.9.5/opam +2 -0
- binaryen-archive/esy.lock/opam/{ocamlformat-rpc-lib.0.22.4 → ocamlformat-rpc-lib.0.24.1}/opam +4 -4
- binaryen-archive/esy.lock/opam/{ocamlformat.0.20.1 → ocamlformat.0.24.1}/opam +12 -12
- binaryen-archive/esy.lock/opam/{odoc-parser.1.0.0 → odoc-parser.2.0.0}/opam +6 -5
- binaryen-archive/esy.lock/opam/omd.1.3.2/opam +50 -0
- binaryen-archive/esy.lock/opam/{ordering.3.3.1 → ordering.3.6.1}/opam +5 -5
- binaryen-archive/esy.lock/opam/{ppxlib.0.27.0 → ppxlib.0.28.0}/opam +5 -5
- binaryen-archive/esy.lock/opam/{sexplib0.v0.14.0 → sexplib0.v0.15.1}/opam +3 -3
- binaryen-archive/esy.lock/opam/{stdio.v0.14.0 → stdio.v0.15.0}/opam +4 -4
- binaryen-archive/esy.lock/opam/{stdune.3.3.1 → stdune.3.6.1}/opam +5 -5
- binaryen-archive/esy.lock/opam/{topkg.1.0.5 → topkg.1.0.6}/opam +22 -19
- binaryen-archive/esy.lock/opam/uucp.15.0.0/opam +55 -0
- binaryen-archive/esy.lock/opam/{uuseg.14.0.0 → uuseg.15.0.0}/opam +39 -25
- binaryen-archive/esy.lock/opam/{xdg.3.3.1 → xdg.3.6.1}/opam +5 -5
- binaryen-archive/esy.lock/opam/{yojson.2.0.0 → yojson.2.0.2}/opam +5 -5
- 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
- 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
- binaryen-archive/package.json +8 -8
- binaryen-archive/src/binaryen_stubs_expressions.c +43 -33
- binaryen-archive/src/binaryen_stubs_expressions.js +221 -42
- binaryen-archive/src/binaryen_stubs_features.c +6 -0
- binaryen-archive/src/binaryen_stubs_features.js +6 -0
- binaryen-archive/src/binaryen_stubs_heap_types.c +95 -0
- binaryen-archive/src/binaryen_stubs_heap_types.js +65 -0
- binaryen-archive/src/binaryen_stubs_imports.c +16 -0
- binaryen-archive/src/binaryen_stubs_imports.js +14 -0
- binaryen-archive/src/binaryen_stubs_memory.c +83 -4
- binaryen-archive/src/binaryen_stubs_memory.js +95 -5
- binaryen-archive/src/binaryen_stubs_modules.c +22 -0
- binaryen-archive/src/binaryen_stubs_modules.js +17 -0
- binaryen-archive/src/binaryen_stubs_packed_types.c +26 -0
- binaryen-archive/src/binaryen_stubs_packed_types.js +17 -0
- binaryen-archive/src/binaryen_stubs_type_system.c +40 -0
- binaryen-archive/src/binaryen_stubs_type_system.js +29 -0
- binaryen-archive/src/binaryen_stubs_types.c +44 -0
- binaryen-archive/src/binaryen_stubs_types.js +36 -0
- binaryen-archive/src/dune +35 -12
- binaryen-archive/src/expression.ml +21 -24
- binaryen-archive/src/expression.mli +9 -9
- binaryen-archive/src/heap_type.ml +15 -0
- binaryen-archive/src/heap_type.mli +12 -0
- binaryen-archive/src/import.ml +6 -0
- binaryen-archive/src/import.mli +2 -0
- binaryen-archive/src/memory.ml +24 -0
- binaryen-archive/src/memory.mli +10 -1
- binaryen-archive/src/module.ml +12 -0
- binaryen-archive/src/module.mli +3 -0
- binaryen-archive/src/ocaml_helpers.h +1 -0
- binaryen-archive/src/packed_type.ml +13 -0
- binaryen-archive/src/packed_type.mli +5 -0
- binaryen-archive/src/passes.ml +6 -0
- binaryen-archive/src/passes.mli +6 -0
- binaryen-archive/src/type.ml +19 -0
- binaryen-archive/src/type.mli +7 -0
- binaryen-archive/src/type_system.ml +7 -0
- binaryen-archive/src/type_system.mli +7 -0
- binaryen-archive/test/dune +19 -20
- binaryen-archive/test/test.expected +64 -4
- binaryen-archive/test/test.ml +49 -5
- binaryen-archive/esy.lock/opam/omd.1.3.1/opam +0 -39
- binaryen-archive/esy.lock/opam/uucp.14.0.0/opam +0 -41
- binaryen-archive/esy.lock/overrides/opam__s__js__of__ocaml_compiler_opam__c__4.0.0_opam_override/package.json +0 -3
|
@@ -10,8 +10,8 @@ build: [
|
|
|
10
10
|
["dune" "build" "-p" name "-j" jobs]
|
|
11
11
|
]
|
|
12
12
|
depends: [
|
|
13
|
-
"ocaml" {>= "4.
|
|
14
|
-
"sexplib0" {>= "v0.
|
|
13
|
+
"ocaml" {>= "4.10.0"}
|
|
14
|
+
"sexplib0" {>= "v0.15" & < "v0.16"}
|
|
15
15
|
"dune" {>= "2.0.0"}
|
|
16
16
|
"dune-configurator"
|
|
17
17
|
]
|
|
@@ -31,6 +31,6 @@ provided by companion libraries such as stdio:
|
|
|
31
31
|
https://github.com/janestreet/stdio
|
|
32
32
|
"
|
|
33
33
|
url {
|
|
34
|
-
|
|
35
|
-
|
|
34
|
+
src: "https://github.com/janestreet/base/archive/refs/tags/v0.15.1.tar.gz"
|
|
35
|
+
checksum: "sha256=755e303171ea267e3ba5af7aa8ea27537f3394d97c77d340b10f806d6ef61a14"
|
|
36
36
|
}
|
|
@@ -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.5"}
|
|
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.6.1/dune-3.6.1.tbz"
|
|
34
|
+
checksum: [
|
|
35
|
+
"sha256=f1d5ac04b7a027f3d549e25cf885ebf7acc135e0291c18e6b43123a799c143ce"
|
|
36
|
+
"sha512=64714ab6155cd04bc33d693fc7a6d9d61aa7a278357eeff159df324e083914fcd556459a3945acacf1bbc3775f2232ab0c78006ab8a434dc58dcf95ffdffac52"
|
|
37
|
+
]
|
|
38
|
+
}
|
|
39
|
+
x-commit-hash: "7d2788fc94a071bca897aefc95f1464911870a4c"
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
opam-version: "2.0"
|
|
2
|
-
synopsis: "Embed build
|
|
2
|
+
synopsis: "Embed build information inside executable"
|
|
3
3
|
description: """
|
|
4
4
|
The build-info library allows to access information about how the
|
|
5
5
|
executable was built, such as the version of the project at which it
|
|
@@ -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.
|
|
18
|
+
"dune" {>= "3.5"}
|
|
19
19
|
"ocaml" {>= "4.08"}
|
|
20
20
|
"odoc" {with-doc}
|
|
21
21
|
]
|
|
@@ -36,10 +36,10 @@ build: [
|
|
|
36
36
|
]
|
|
37
37
|
]
|
|
38
38
|
url {
|
|
39
|
-
src: "https://github.com/ocaml/dune/releases/download/3.
|
|
39
|
+
src: "https://github.com/ocaml/dune/releases/download/3.6.1/dune-3.6.1.tbz"
|
|
40
40
|
checksum: [
|
|
41
|
-
"sha256=
|
|
42
|
-
"sha512=
|
|
41
|
+
"sha256=f1d5ac04b7a027f3d549e25cf885ebf7acc135e0291c18e6b43123a799c143ce"
|
|
42
|
+
"sha512=64714ab6155cd04bc33d693fc7a6d9d61aa7a278357eeff159df324e083914fcd556459a3945acacf1bbc3775f2232ab0c78006ab8a434dc58dcf95ffdffac52"
|
|
43
43
|
]
|
|
44
44
|
}
|
|
45
|
-
x-commit-hash: "
|
|
45
|
+
x-commit-hash: "7d2788fc94a071bca897aefc95f1464911870a4c"
|
|
@@ -17,7 +17,7 @@ homepage: "https://github.com/ocaml/dune"
|
|
|
17
17
|
doc: "https://dune.readthedocs.io/"
|
|
18
18
|
bug-reports: "https://github.com/ocaml/dune/issues"
|
|
19
19
|
depends: [
|
|
20
|
-
"dune" {>= "3.
|
|
20
|
+
"dune" {>= "3.5"}
|
|
21
21
|
"ocaml" {>= "4.04.0"}
|
|
22
22
|
"base-unix"
|
|
23
23
|
"csexp" {>= "1.5.0"}
|
|
@@ -40,10 +40,10 @@ build: [
|
|
|
40
40
|
]
|
|
41
41
|
]
|
|
42
42
|
url {
|
|
43
|
-
src: "https://github.com/ocaml/dune/releases/download/3.
|
|
43
|
+
src: "https://github.com/ocaml/dune/releases/download/3.6.1/dune-3.6.1.tbz"
|
|
44
44
|
checksum: [
|
|
45
|
-
"sha256=
|
|
46
|
-
"sha512=
|
|
45
|
+
"sha256=f1d5ac04b7a027f3d549e25cf885ebf7acc135e0291c18e6b43123a799c143ce"
|
|
46
|
+
"sha512=64714ab6155cd04bc33d693fc7a6d9d61aa7a278357eeff159df324e083914fcd556459a3945acacf1bbc3775f2232ab0c78006ab8a434dc58dcf95ffdffac52"
|
|
47
47
|
]
|
|
48
48
|
}
|
|
49
|
-
x-commit-hash: "
|
|
49
|
+
x-commit-hash: "7d2788fc94a071bca897aefc95f1464911870a4c"
|
|
@@ -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.
|
|
11
|
+
"dune" {>= "3.5"}
|
|
12
12
|
"csexp"
|
|
13
13
|
"ordering"
|
|
14
14
|
"dyn"
|
|
@@ -34,10 +34,10 @@ build: [
|
|
|
34
34
|
]
|
|
35
35
|
]
|
|
36
36
|
url {
|
|
37
|
-
src: "https://github.com/ocaml/dune/releases/download/3.
|
|
37
|
+
src: "https://github.com/ocaml/dune/releases/download/3.6.1/dune-3.6.1.tbz"
|
|
38
38
|
checksum: [
|
|
39
|
-
"sha256=
|
|
40
|
-
"sha512=
|
|
39
|
+
"sha256=f1d5ac04b7a027f3d549e25cf885ebf7acc135e0291c18e6b43123a799c143ce"
|
|
40
|
+
"sha512=64714ab6155cd04bc33d693fc7a6d9d61aa7a278357eeff159df324e083914fcd556459a3945acacf1bbc3775f2232ab0c78006ab8a434dc58dcf95ffdffac52"
|
|
41
41
|
]
|
|
42
42
|
}
|
|
43
|
-
x-commit-hash: "
|
|
43
|
+
x-commit-hash: "7d2788fc94a071bca897aefc95f1464911870a4c"
|
|
@@ -36,8 +36,8 @@ conflicts: [
|
|
|
36
36
|
]
|
|
37
37
|
dev-repo: "git+https://github.com/ocaml/dune.git"
|
|
38
38
|
build: [
|
|
39
|
-
["ocaml" "bootstrap.ml" "-j" jobs]
|
|
40
|
-
["./dune.exe" "build" "dune.install" "--release" "--profile" "dune-bootstrap" "-j" jobs]
|
|
39
|
+
["ocaml" "boot/bootstrap.ml" "-j" jobs]
|
|
40
|
+
["./_boot/dune.exe" "build" "dune.install" "--release" "--profile" "dune-bootstrap" "-j" jobs]
|
|
41
41
|
]
|
|
42
42
|
depends: [
|
|
43
43
|
# Please keep the lower bound in sync with .github/workflows/workflow.yml,
|
|
@@ -47,10 +47,10 @@ depends: [
|
|
|
47
47
|
"base-threads"
|
|
48
48
|
]
|
|
49
49
|
url {
|
|
50
|
-
src: "https://github.com/ocaml/dune/releases/download/3.
|
|
50
|
+
src: "https://github.com/ocaml/dune/releases/download/3.6.1/dune-3.6.1.tbz"
|
|
51
51
|
checksum: [
|
|
52
|
-
"sha256=
|
|
53
|
-
"sha512=
|
|
52
|
+
"sha256=f1d5ac04b7a027f3d549e25cf885ebf7acc135e0291c18e6b43123a799c143ce"
|
|
53
|
+
"sha512=64714ab6155cd04bc33d693fc7a6d9d61aa7a278357eeff159df324e083914fcd556459a3945acacf1bbc3775f2232ab0c78006ab8a434dc58dcf95ffdffac52"
|
|
54
54
|
]
|
|
55
55
|
}
|
|
56
|
-
x-commit-hash: "
|
|
56
|
+
x-commit-hash: "7d2788fc94a071bca897aefc95f1464911870a4c"
|
|
@@ -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.
|
|
11
|
+
"dune" {>= "3.5"}
|
|
12
12
|
"ocaml" {>= "4.08.0"}
|
|
13
13
|
"ordering" {= version}
|
|
14
14
|
"pp" {>= "1.1.0"}
|
|
@@ -31,10 +31,10 @@ build: [
|
|
|
31
31
|
]
|
|
32
32
|
]
|
|
33
33
|
url {
|
|
34
|
-
src: "https://github.com/ocaml/dune/releases/download/3.
|
|
34
|
+
src: "https://github.com/ocaml/dune/releases/download/3.6.1/dune-3.6.1.tbz"
|
|
35
35
|
checksum: [
|
|
36
|
-
"sha256=
|
|
37
|
-
"sha512=
|
|
36
|
+
"sha256=f1d5ac04b7a027f3d549e25cf885ebf7acc135e0291c18e6b43123a799c143ce"
|
|
37
|
+
"sha512=64714ab6155cd04bc33d693fc7a6d9d61aa7a278357eeff159df324e083914fcd556459a3945acacf1bbc3775f2232ab0c78006ab8a434dc58dcf95ffdffac52"
|
|
38
38
|
]
|
|
39
39
|
}
|
|
40
|
-
x-commit-hash: "
|
|
40
|
+
x-commit-hash: "7d2788fc94a071bca897aefc95f1464911870a4c"
|
|
@@ -9,7 +9,7 @@ homepage: "https://github.com/ocaml/dune"
|
|
|
9
9
|
doc: "https://dune.readthedocs.io/"
|
|
10
10
|
bug-reports: "https://github.com/ocaml/dune/issues"
|
|
11
11
|
depends: [
|
|
12
|
-
"dune" {>= "3.
|
|
12
|
+
"dune" {>= "3.5"}
|
|
13
13
|
"ocaml" {>= "4.08.0"}
|
|
14
14
|
"stdune" {= version}
|
|
15
15
|
"dyn" {= version}
|
|
@@ -32,10 +32,10 @@ build: [
|
|
|
32
32
|
]
|
|
33
33
|
]
|
|
34
34
|
url {
|
|
35
|
-
src: "https://github.com/ocaml/dune/releases/download/3.
|
|
35
|
+
src: "https://github.com/ocaml/dune/releases/download/3.6.1/dune-3.6.1.tbz"
|
|
36
36
|
checksum: [
|
|
37
|
-
"sha256=
|
|
38
|
-
"sha512=
|
|
37
|
+
"sha256=f1d5ac04b7a027f3d549e25cf885ebf7acc135e0291c18e6b43123a799c143ce"
|
|
38
|
+
"sha512=64714ab6155cd04bc33d693fc7a6d9d61aa7a278357eeff159df324e083914fcd556459a3945acacf1bbc3775f2232ab0c78006ab8a434dc58dcf95ffdffac52"
|
|
39
39
|
]
|
|
40
40
|
}
|
|
41
|
-
x-commit-hash: "
|
|
41
|
+
x-commit-hash: "7d2788fc94a071bca897aefc95f1464911870a4c"
|
binaryen-archive/esy.lock/opam/{js_of_ocaml-compiler.4.0.0 → js_of_ocaml-compiler.4.1.0}/opam
RENAMED
|
@@ -10,13 +10,13 @@ homepage: "https://ocsigen.org/js_of_ocaml/latest/manual/overview"
|
|
|
10
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
|
|
14
|
-
"ocaml" {>= "4.04" & < "
|
|
13
|
+
"dune" {>= "3.2"}
|
|
14
|
+
"ocaml" {>= "4.04" & < "5.1"}
|
|
15
15
|
"num" {with-test}
|
|
16
16
|
"ppx_expect" {>= "v0.14.2" & with-test}
|
|
17
17
|
"ppxlib" {>= "0.15.0"}
|
|
18
18
|
"re" {with-test}
|
|
19
|
-
"cmdliner" {>= "1.
|
|
19
|
+
"cmdliner" {>= "1.1.0"}
|
|
20
20
|
"menhir"
|
|
21
21
|
"menhirLib"
|
|
22
22
|
"menhirSdk"
|
|
@@ -27,7 +27,8 @@ depopts: ["ocamlfind"]
|
|
|
27
27
|
conflicts: [
|
|
28
28
|
"ocamlfind" {< "1.5.1"}
|
|
29
29
|
"js_of_ocaml" {< "3.0"}
|
|
30
|
-
"
|
|
30
|
+
"ocaml-variants" {= "4.12.0+domains" | = "4.12.0+domains+effects"}
|
|
31
|
+
"ocaml-option-bytecode-only"
|
|
31
32
|
]
|
|
32
33
|
dev-repo: "git+https://github.com/ocsigen/js_of_ocaml.git"
|
|
33
34
|
build: [
|
|
@@ -39,18 +40,16 @@ build: [
|
|
|
39
40
|
name
|
|
40
41
|
"-j"
|
|
41
42
|
jobs
|
|
42
|
-
"--promote-install-files=false"
|
|
43
43
|
"@install"
|
|
44
44
|
"@doc" {with-doc}
|
|
45
45
|
]
|
|
46
|
-
["dune" "install" "-p" name "--create-install-files" name]
|
|
47
46
|
]
|
|
48
47
|
url {
|
|
49
48
|
src:
|
|
50
|
-
"https://github.com/ocsigen/js_of_ocaml/releases/download/4.
|
|
49
|
+
"https://github.com/ocsigen/js_of_ocaml/releases/download/4.1.0/js_of_ocaml-4.1.0.tbz"
|
|
51
50
|
checksum: [
|
|
52
|
-
"sha256=
|
|
53
|
-
"sha512=
|
|
51
|
+
"sha256=91793f29a5af3deaba3f7d35ceab11e739cfe0a5cc30556f6201461a6d4236ef"
|
|
52
|
+
"sha512=43f91c1f37939dfc894558a23a8ca163e6f316db442bdd0a5909bd095f5b0eb596d0943883452f4b78641da71222a775476877ea9ba0500583700d1fb35e04a5"
|
|
54
53
|
]
|
|
55
54
|
}
|
|
56
|
-
x-commit-hash: "
|
|
55
|
+
x-commit-hash: "9cb30b78c1a4bde6176652b94c96b26e1140f8a4"
|
|
@@ -8,7 +8,7 @@ authors: [
|
|
|
8
8
|
homepage: "http://gitlab.inria.fr/fpottier/menhir"
|
|
9
9
|
dev-repo: "git+https://gitlab.inria.fr/fpottier/menhir.git"
|
|
10
10
|
bug-reports: "https://gitlab.inria.fr/fpottier/menhir/-/issues"
|
|
11
|
-
license: "LGPL-2.0-only
|
|
11
|
+
license: "LGPL-2.0-only WITH OCaml-LGPL-linking-exception"
|
|
12
12
|
build: [
|
|
13
13
|
["dune" "build" "-p" name "-j" jobs]
|
|
14
14
|
]
|
|
@@ -8,7 +8,7 @@ authors: [
|
|
|
8
8
|
homepage: "http://gitlab.inria.fr/fpottier/menhir"
|
|
9
9
|
dev-repo: "git+https://gitlab.inria.fr/fpottier/menhir.git"
|
|
10
10
|
bug-reports: "https://gitlab.inria.fr/fpottier/menhir/-/issues"
|
|
11
|
-
license: "LGPL-2.0-only
|
|
11
|
+
license: "LGPL-2.0-only WITH OCaml-LGPL-linking-exception"
|
|
12
12
|
build: [
|
|
13
13
|
["dune" "build" "-p" name "-j" jobs]
|
|
14
14
|
]
|
|
@@ -8,7 +8,7 @@ authors: [
|
|
|
8
8
|
homepage: "http://gitlab.inria.fr/fpottier/menhir"
|
|
9
9
|
dev-repo: "git+https://gitlab.inria.fr/fpottier/menhir.git"
|
|
10
10
|
bug-reports: "https://gitlab.inria.fr/fpottier/menhir/-/issues"
|
|
11
|
-
license: "LGPL-2.0-only
|
|
11
|
+
license: "LGPL-2.0-only WITH OCaml-LGPL-linking-exception"
|
|
12
12
|
build: [
|
|
13
13
|
["dune" "build" "-p" name "-j" jobs]
|
|
14
14
|
]
|
|
@@ -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" {>= "
|
|
21
|
+
"dune" {>= "3.0"}
|
|
22
22
|
"yojson"
|
|
23
23
|
"re" {>= "1.5.0"}
|
|
24
24
|
"ppx_yojson_conv_lib" {>= "v0.14"}
|
|
25
25
|
"dune-rpc"
|
|
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" {
|
|
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.12.
|
|
57
|
+
"https://github.com/ocaml/ocaml-lsp/releases/download/1.12.4/lsp-1.12.4.tbz"
|
|
57
58
|
checksum: [
|
|
58
|
-
"sha256=
|
|
59
|
-
"sha512=
|
|
59
|
+
"sha256=919b98027cbc56359dabe8a911d3d24d1706cea8cd04e8173a2d1d3b06f9d846"
|
|
60
|
+
"sha512=68898112f13b7ee13040933ed95597e59f83e42ac9d6ead375baa2d1248b1614b5b80ae5e0d839f7f5a8372fd1f47e6bf308d331ca1df90cb4b9927825f89635"
|
|
60
61
|
]
|
|
61
62
|
}
|
|
62
|
-
x-commit-hash: "
|
|
63
|
+
x-commit-hash: "f53ad362aa2c47216dd96d32b22bb95ee3e774e4"
|
|
@@ -40,10 +40,10 @@ functionality:
|
|
|
40
40
|
"""
|
|
41
41
|
url {
|
|
42
42
|
src:
|
|
43
|
-
"https://github.com/ocurrent/ocaml-version/releases/download/v3.
|
|
43
|
+
"https://github.com/ocurrent/ocaml-version/releases/download/v3.5.0/ocaml-version-3.5.0.tbz"
|
|
44
44
|
checksum: [
|
|
45
|
-
"sha256=
|
|
46
|
-
"sha512=
|
|
45
|
+
"sha256=d63ca1c3970d6b14057f7176bfdae623e6c0176287c6a6e8b78cf50e2f7f635b"
|
|
46
|
+
"sha512=7b5f475897b1c560c81d322ca77b80099025102ec4163b410518e32dce0d6decf7c2ef671f795932bc173741b20bb442e07b182583423d2c990c632c921be5df"
|
|
47
47
|
]
|
|
48
48
|
}
|
|
49
|
-
x-commit-hash: "
|
|
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.
|
|
34
|
+
src: "https://github.com/ocaml/ocamlbuild/archive/refs/tags/0.14.2.tar.gz"
|
|
35
35
|
checksum: [
|
|
36
|
-
"md5=
|
|
37
|
-
"sha512=
|
|
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,6 +34,8 @@ 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
41
|
src: "http://download.camlcity.org/download/findlib-1.9.5.tar.gz"
|
binaryen-archive/esy.lock/opam/{ocamlformat-rpc-lib.0.22.4 → ocamlformat-rpc-lib.0.24.1}/opam
RENAMED
|
@@ -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.
|
|
33
|
+
"https://github.com/ocaml-ppx/ocamlformat/releases/download/0.24.1/ocamlformat-0.24.1.tbz"
|
|
34
34
|
checksum: [
|
|
35
|
-
"sha256=
|
|
36
|
-
"sha512=
|
|
35
|
+
"sha256=023425e9818f80ea50537b2371a4a766c149a9957d05807e88a004d2d5f441ce"
|
|
36
|
+
"sha512=753b6128be68042895202f99959b360ce954db6f82b19b83b4bb346761a8e9cfdfc2b4b25e2070e60601b555562e78f9ebb02760ff127464e0b66cedbddca304"
|
|
37
37
|
]
|
|
38
38
|
}
|
|
39
|
-
x-commit-hash: "
|
|
39
|
+
x-commit-hash: "86938aa4435b251af1a3b081f7fbed90f982cf62"
|
|
@@ -7,13 +7,11 @@ authors: ["Josh Berdine <jjb@fb.com>"]
|
|
|
7
7
|
homepage: "https://github.com/ocaml-ppx/ocamlformat"
|
|
8
8
|
bug-reports: "https://github.com/ocaml-ppx/ocamlformat/issues"
|
|
9
9
|
depends: [
|
|
10
|
-
"
|
|
11
|
-
"dune" {with-test & < "3.0"}
|
|
12
|
-
"ocaml" {>= "4.08" & < "4.15"}
|
|
10
|
+
"ocaml" {>= "4.08"}
|
|
13
11
|
"alcotest" {with-test}
|
|
14
|
-
"base" {>= "v0.12.0"
|
|
15
|
-
"cmdliner"
|
|
16
|
-
"
|
|
12
|
+
"base" {>= "v0.12.0"}
|
|
13
|
+
"cmdliner" {>= "1.1.0"}
|
|
14
|
+
"dune" {>= "2.8"}
|
|
17
15
|
"dune-build-info"
|
|
18
16
|
"either"
|
|
19
17
|
"fix"
|
|
@@ -22,12 +20,14 @@ depends: [
|
|
|
22
20
|
"menhirLib" {>= "20201216"}
|
|
23
21
|
"menhirSdk" {>= "20201216"}
|
|
24
22
|
"ocaml-version" {>= "3.3.0"}
|
|
23
|
+
"ocamlformat-rpc-lib" {with-test & = version}
|
|
25
24
|
"ocp-indent"
|
|
26
|
-
"odoc-parser" {>= "
|
|
25
|
+
"odoc-parser" {>= "2.0.0" & < "3.0.0"}
|
|
27
26
|
"re" {>= "1.7.2"}
|
|
28
|
-
"stdio"
|
|
27
|
+
"stdio"
|
|
29
28
|
"uuseg" {>= "10.0.0"}
|
|
30
29
|
"uutf" {>= "1.0.1"}
|
|
30
|
+
"csexp" {>= "1.4.0"}
|
|
31
31
|
"odoc" {with-doc}
|
|
32
32
|
]
|
|
33
33
|
build: [
|
|
@@ -48,10 +48,10 @@ dev-repo: "git+https://github.com/ocaml-ppx/ocamlformat.git"
|
|
|
48
48
|
license: ["MIT" "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"]
|
|
49
49
|
url {
|
|
50
50
|
src:
|
|
51
|
-
"https://github.com/ocaml-ppx/ocamlformat/releases/download/0.
|
|
51
|
+
"https://github.com/ocaml-ppx/ocamlformat/releases/download/0.24.1/ocamlformat-0.24.1.tbz"
|
|
52
52
|
checksum: [
|
|
53
|
-
"sha256=
|
|
54
|
-
"sha512=
|
|
53
|
+
"sha256=023425e9818f80ea50537b2371a4a766c149a9957d05807e88a004d2d5f441ce"
|
|
54
|
+
"sha512=753b6128be68042895202f99959b360ce954db6f82b19b83b4bb346761a8e9cfdfc2b4b25e2070e60601b555562e78f9ebb02760ff127464e0b66cedbddca304"
|
|
55
55
|
]
|
|
56
56
|
}
|
|
57
|
-
x-commit-hash: "
|
|
57
|
+
x-commit-hash: "86938aa4435b251af1a3b081f7fbed90f982cf62" # OCamlFormat is distributed under the MIT license. Parts of the OCaml library are vendored for OCamlFormat and distributed under their original LGPL 2.1 license
|
|
@@ -15,9 +15,10 @@ dev-repo: "git+https://github.com/ocaml-doc/odoc-parser.git"
|
|
|
15
15
|
doc: "https://ocaml-doc.github.io/odoc-parser/"
|
|
16
16
|
depends: [
|
|
17
17
|
"dune" {>= "2.8"}
|
|
18
|
-
"ocaml" {>= "4.02.0"
|
|
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/
|
|
40
|
+
"https://github.com/ocaml-doc/odoc-parser/releases/download/2.0.0/odoc-parser-2.0.0.tbz"
|
|
40
41
|
checksum: [
|
|
41
|
-
"sha256=
|
|
42
|
-
"sha512=
|
|
42
|
+
"sha256=407919fbb0eb95761d6fc6ec6777628d94aa1907343bdca678b1880bafb33922"
|
|
43
|
+
"sha512=d2bffa3e9f30471045682e390dcee7a2c1caf3831bca4bd57c16939e782c2e23434e6f1c9887580a1804800b3629ef4c4311a9d418fca5a939f324650d54006e"
|
|
43
44
|
]
|
|
44
45
|
}
|
|
45
|
-
x-commit-hash: "
|
|
46
|
+
x-commit-hash: "ebfd3b9489e44187da2c67d79a32b6fc1e92bda4"
|
|
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.
|
|
11
|
+
"dune" {>= "3.5"}
|
|
12
12
|
"ocaml" {>= "4.08.0"}
|
|
13
13
|
"odoc" {with-doc}
|
|
14
14
|
]
|
|
@@ -29,10 +29,10 @@ build: [
|
|
|
29
29
|
]
|
|
30
30
|
]
|
|
31
31
|
url {
|
|
32
|
-
src: "https://github.com/ocaml/dune/releases/download/3.
|
|
32
|
+
src: "https://github.com/ocaml/dune/releases/download/3.6.1/dune-3.6.1.tbz"
|
|
33
33
|
checksum: [
|
|
34
|
-
"sha256=
|
|
35
|
-
"sha512=
|
|
34
|
+
"sha256=f1d5ac04b7a027f3d549e25cf885ebf7acc135e0291c18e6b43123a799c143ce"
|
|
35
|
+
"sha512=64714ab6155cd04bc33d693fc7a6d9d61aa7a278357eeff159df324e083914fcd556459a3945acacf1bbc3775f2232ab0c78006ab8a434dc58dcf95ffdffac52"
|
|
36
36
|
]
|
|
37
37
|
}
|
|
38
|
-
x-commit-hash: "
|
|
38
|
+
x-commit-hash: "7d2788fc94a071bca897aefc95f1464911870a4c"
|