@grain/binaryen.ml 0.25.0 → 0.27.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 +30 -0
- binaryen-archive/README.md +3 -2
- binaryen-archive/binaryen.opam +3 -3
- binaryen-archive/dune +2 -0
- binaryen-archive/esy.lock/index.json +630 -577
- binaryen-archive/esy.lock/opam/{base.v0.16.4 → base.v0.17.3}/opam +8 -6
- binaryen-archive/esy.lock/opam/{chrome-trace.3.18.2 → chrome-trace.3.20.2}/opam +5 -5
- binaryen-archive/esy.lock/opam/{dune-build-info.3.18.2 → dune-build-info.3.20.2}/opam +5 -5
- binaryen-archive/esy.lock/opam/{dune-configurator.3.18.2 → dune-configurator.3.20.2}/opam +5 -5
- binaryen-archive/esy.lock/opam/{dune-rpc.3.18.2 → dune-rpc.3.20.2}/opam +6 -5
- binaryen-archive/esy.lock/opam/{dune.3.18.2 → dune.3.20.2}/opam +8 -7
- binaryen-archive/esy.lock/opam/{dyn.3.18.2 → dyn.3.20.2}/opam +6 -6
- binaryen-archive/esy.lock/opam/{fix.20250428 → fix.20250919}/opam +3 -3
- binaryen-archive/esy.lock/opam/{js_of_ocaml-compiler.5.9.1 → js_of_ocaml-compiler.6.2.0}/opam +10 -10
- binaryen-archive/esy.lock/opam/jsonrpc.1.23.1/opam +50 -0
- binaryen-archive/esy.lock/opam/lsp.1.23.1/opam +60 -0
- binaryen-archive/esy.lock/opam/{menhir.20240715 → menhir.20250912}/opam +3 -3
- binaryen-archive/esy.lock/opam/{menhirCST.20240715 → menhirCST.20250912}/opam +4 -4
- binaryen-archive/esy.lock/opam/{menhirLib.20240715 → menhirLib.20250912}/opam +3 -3
- binaryen-archive/esy.lock/opam/{menhirSdk.20240715 → menhirSdk.20250912}/opam +3 -3
- binaryen-archive/esy.lock/opam/merlin-lib.5.6-503/opam +36 -0
- binaryen-archive/esy.lock/opam/ocaml-compiler-libs.v0.17.0/opam +28 -0
- binaryen-archive/esy.lock/opam/{ocaml-lsp-server.1.12.4 → ocaml-lsp-server.1.23.1}/opam +24 -12
- binaryen-archive/esy.lock/opam/{ocaml-version.3.5.0 → ocaml-version.4.0.3}/opam +33 -28
- binaryen-archive/esy.lock/opam/ocaml_intrinsics_kernel.v0.17.1/opam +30 -0
- binaryen-archive/esy.lock/opam/ocamlc-loc.3.20.2/opam +45 -0
- binaryen-archive/esy.lock/opam/ocamlformat-lib.0.27.0/opam +68 -0
- binaryen-archive/esy.lock/opam/ocamlformat.0.27.0/opam +59 -0
- binaryen-archive/esy.lock/opam/{ordering.3.18.2 → ordering.3.20.2}/opam +6 -6
- binaryen-archive/esy.lock/opam/{ppx_yojson_conv_lib.v0.16.0 → ppx_yojson_conv_lib.v0.17.0}/opam +5 -4
- binaryen-archive/esy.lock/opam/{ppxlib.0.35.0 → ppxlib.0.37.0}/opam +5 -5
- binaryen-archive/esy.lock/opam/{re.1.12.0 → re.1.14.0}/opam +35 -27
- binaryen-archive/esy.lock/opam/{sedlex.3.4 → sedlex.3.7}/opam +3 -3
- binaryen-archive/esy.lock/opam/{sexplib0.v0.16.0 → sexplib0.v0.17.0}/opam +9 -4
- binaryen-archive/esy.lock/opam/{stdio.v0.16.0 → stdio.v0.17.0}/opam +6 -5
- binaryen-archive/esy.lock/opam/{stdune.3.18.2 → stdune.3.20.2}/opam +6 -6
- binaryen-archive/esy.lock/opam/{topkg.1.0.8 → topkg.1.1.0}/opam +2 -2
- binaryen-archive/esy.lock/opam/{uucp.16.0.0 → uucp.17.0.0}/opam +5 -5
- binaryen-archive/esy.lock/opam/{uuseg.16.0.0 → uuseg.17.0.0}/opam +4 -4
- binaryen-archive/esy.lock/opam/{xdg.3.18.2 → xdg.3.20.2}/opam +6 -5
- binaryen-archive/esy.lock/opam/{yojson.2.2.2 → yojson.3.0.0}/opam +5 -6
- binaryen-archive/package.json +9 -6
- binaryen-archive/src/expression.c +4 -4
- binaryen-archive/src/expression.js +8 -7
- binaryen-archive/src/expression.ml +4 -28
- binaryen-archive/src/expression.mli +6 -6
- binaryen-archive/src/memory.c +30 -24
- binaryen-archive/src/memory.js +17 -11
- binaryen-archive/src/memory.ml +23 -12
- binaryen-archive/src/memory.mli +4 -4
- binaryen-archive/src/module.js +6 -3
- binaryen-archive/test/dune +1 -2
- binaryen-archive/test/test.expected +25 -23
- binaryen-archive/test/test.ml +7 -5
- binaryen-archive/esy.lock/opam/base-bigarray.base/opam +0 -6
- binaryen-archive/esy.lock/opam/ocaml-compiler-libs.v0.12.4/opam +0 -39
- binaryen-archive/esy.lock/opam/ocamlformat.0.24.1/opam +0 -57
- binaryen-archive/esy.lock/opam/octavius.1.2.2/opam +0 -36
- binaryen-archive/esy.lock/opam/odoc-parser.2.0.0/opam +0 -47
- binaryen-archive/esy.lock/opam/omd.1.3.2/opam +0 -50
- binaryen-archive/esy.lock/opam/result.1.5/opam +0 -25
|
@@ -1,4 +1,20 @@
|
|
|
1
1
|
opam-version: "2.0"
|
|
2
|
+
synopsis: "Manipulate, parse and generate OCaml compiler version strings"
|
|
3
|
+
description: """\
|
|
4
|
+
This library provides facilities to parse version numbers of the OCaml compiler, and enumerates the various official OCaml releases and configuration variants.
|
|
5
|
+
|
|
6
|
+
OCaml version numbers are of the form `major.minor.patch+extra`, where the `patch` and `extra` fields are optional. This library offers the following functionality:
|
|
7
|
+
|
|
8
|
+
- Functions to parse and serialise OCaml compiler version numbers.
|
|
9
|
+
- Enumeration of official OCaml compiler version releases.
|
|
10
|
+
- Test compiler versions for a particular feature (e.g. the `bytes` type)
|
|
11
|
+
- [opam](https://opam.ocaml.org) compiler switch enumeration.
|
|
12
|
+
|
|
13
|
+
### Further information
|
|
14
|
+
|
|
15
|
+
- **Discussion:** Post on <https://discuss.ocaml.org/> with the `ocaml` tag under the Ecosystem category.
|
|
16
|
+
- **Bugs:** <https://github.com/ocurrent/ocaml-version/issues>
|
|
17
|
+
- **Docs:** <http://docs.mirage.io/ocaml-version>"""
|
|
2
18
|
maintainer: "Anil Madhavapeddy <anil@recoil.org>"
|
|
3
19
|
authors: "Anil Madhavapeddy <anil@recoil.org>"
|
|
4
20
|
license: "ISC"
|
|
@@ -7,43 +23,32 @@ homepage: "https://github.com/ocurrent/ocaml-version"
|
|
|
7
23
|
doc: "https://ocurrent.github.io/ocaml-version/doc"
|
|
8
24
|
bug-reports: "https://github.com/ocurrent/ocaml-version/issues"
|
|
9
25
|
depends: [
|
|
26
|
+
"dune" {>= "3.6"}
|
|
10
27
|
"ocaml" {>= "4.07.0"}
|
|
11
|
-
"dune" {>= "1.0"}
|
|
12
28
|
"alcotest" {with-test}
|
|
29
|
+
"odoc" {with-doc}
|
|
13
30
|
]
|
|
14
31
|
build: [
|
|
15
32
|
["dune" "subst"] {dev}
|
|
16
|
-
[
|
|
33
|
+
[
|
|
34
|
+
"dune"
|
|
35
|
+
"build"
|
|
36
|
+
"-p"
|
|
37
|
+
name
|
|
38
|
+
"-j"
|
|
39
|
+
jobs
|
|
40
|
+
"@install"
|
|
41
|
+
"@runtest" {with-test}
|
|
42
|
+
"@doc" {with-doc}
|
|
43
|
+
]
|
|
17
44
|
]
|
|
18
45
|
dev-repo: "git+https://github.com/ocurrent/ocaml-version.git"
|
|
19
|
-
synopsis: "Manipulate, parse and generate OCaml compiler version strings"
|
|
20
|
-
description: """
|
|
21
|
-
This library provides facilities to parse version numbers of the OCaml
|
|
22
|
-
compiler, and enumerates the various official OCaml releases and configuration
|
|
23
|
-
variants.
|
|
24
|
-
|
|
25
|
-
OCaml version numbers are of the form `major.minor.patch+extra`, where the
|
|
26
|
-
`patch` and `extra` fields are optional. This library offers the following
|
|
27
|
-
functionality:
|
|
28
|
-
|
|
29
|
-
- Functions to parse and serialise OCaml compiler version numbers.
|
|
30
|
-
- Enumeration of official OCaml compiler version releases.
|
|
31
|
-
- Test compiler versions for a particular feature (e.g. the `bytes` type)
|
|
32
|
-
- [opam](https://opam.ocaml.org) compiler switch enumeration.
|
|
33
|
-
|
|
34
|
-
### Further information
|
|
35
|
-
|
|
36
|
-
- **Discussion:** Post on <https://discuss.ocaml.org/> with the `ocaml` tag under
|
|
37
|
-
the Ecosystem category.
|
|
38
|
-
- **Bugs:** <https://github.com/ocurrent/ocaml-version/issues>
|
|
39
|
-
- **Docs:** <http://docs.mirage.io/ocaml-version>
|
|
40
|
-
"""
|
|
41
46
|
url {
|
|
42
47
|
src:
|
|
43
|
-
"https://github.com/ocurrent/ocaml-version/releases/download/
|
|
48
|
+
"https://github.com/ocurrent/ocaml-version/releases/download/v4.0.3/ocaml-version-4.0.3.tbz"
|
|
44
49
|
checksum: [
|
|
45
|
-
"
|
|
46
|
-
"sha512=
|
|
50
|
+
"md5=6a8cce4bd5b60149ca4302ce587bff94"
|
|
51
|
+
"sha512=199533647516b1bea700046437c3b1f0d605e593c4bfd3b694f16944a6bfdba44297a45d696da1742c57bc621ecaafa2237cb3dc379f66f7fa2e1b2d93743022"
|
|
47
52
|
]
|
|
48
53
|
}
|
|
49
|
-
x-
|
|
54
|
+
x-maintenance-intent: ["(latest)"]
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
opam-version: "2.0"
|
|
2
|
+
maintainer: "Jane Street developers"
|
|
3
|
+
authors: ["Jane Street Group, LLC"]
|
|
4
|
+
homepage: "https://github.com/janestreet/ocaml_intrinsics_kernel"
|
|
5
|
+
bug-reports: "https://github.com/janestreet/ocaml_intrinsics_kernel/issues"
|
|
6
|
+
dev-repo: "git+https://github.com/janestreet/ocaml_intrinsics_kernel.git"
|
|
7
|
+
doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/ocaml_intrinsics_kernel/index.html"
|
|
8
|
+
license: "MIT"
|
|
9
|
+
build: [
|
|
10
|
+
["dune" "build" "-p" name "-j" jobs]
|
|
11
|
+
]
|
|
12
|
+
depends: [
|
|
13
|
+
"ocaml" {>= "5.1.0"}
|
|
14
|
+
"dune" {>= "3.11.0"}
|
|
15
|
+
]
|
|
16
|
+
available: arch != "x86_32"
|
|
17
|
+
synopsis: "Intrinsics"
|
|
18
|
+
description: "
|
|
19
|
+
Provides functions to invoke amd64 instructions (such as cmov, min/maxsd, popcnt)
|
|
20
|
+
when available, or compatible software implementation on other targets.
|
|
21
|
+
See also ocaml_intrinsics library.
|
|
22
|
+
"
|
|
23
|
+
url {
|
|
24
|
+
src:
|
|
25
|
+
"https://github.com/janestreet/ocaml_intrinsics_kernel/archive/refs/tags/v0.17.1.tar.gz"
|
|
26
|
+
checksum: [
|
|
27
|
+
"md5=56ed7d0b0331e5bcfa4e016515c0267d"
|
|
28
|
+
"sha512=21e596d6407a620866cee7cab47ef1a9446d6a733b4994e809ea5566d5fa956682a5c6a6190ffb0ed48458abd658301944ed10c4389d91ecb8df677a5f87f2ab"
|
|
29
|
+
]
|
|
30
|
+
}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
opam-version: "2.0"
|
|
2
|
+
synopsis: "Parse ocaml compiler output into structured form"
|
|
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.20"}
|
|
13
|
+
"ocaml" {>= "4.08.0"}
|
|
14
|
+
"dyn" {= version}
|
|
15
|
+
"odoc" {with-doc}
|
|
16
|
+
]
|
|
17
|
+
conflicts: [
|
|
18
|
+
"ocaml-lsp-server" {< "1.15.0"}
|
|
19
|
+
]
|
|
20
|
+
dev-repo: "git+https://github.com/ocaml/dune.git"
|
|
21
|
+
x-maintenance-intent: ["(latest)"]
|
|
22
|
+
build: [
|
|
23
|
+
["dune" "subst"] {dev}
|
|
24
|
+
["rm" "-rf" "vendor/csexp"]
|
|
25
|
+
["rm" "-rf" "vendor/pp"]
|
|
26
|
+
[
|
|
27
|
+
"dune"
|
|
28
|
+
"build"
|
|
29
|
+
"-p"
|
|
30
|
+
name
|
|
31
|
+
"-j"
|
|
32
|
+
jobs
|
|
33
|
+
"@install"
|
|
34
|
+
"@doc" {with-doc}
|
|
35
|
+
]
|
|
36
|
+
]
|
|
37
|
+
url {
|
|
38
|
+
src:
|
|
39
|
+
"https://github.com/ocaml/dune/releases/download/3.20.2/dune-3.20.2.tbz"
|
|
40
|
+
checksum: [
|
|
41
|
+
"sha256=b1a86b2d60bdb4a8b9bb6861bdf2f9f28a6e7cb5d833ce81afecceb9ef9ca549"
|
|
42
|
+
"sha512=ed14df9163e487d4ae7d0a2427eaab7823ef1f0ef2d93f0b783e6f163bbd5b44ba73f055d60b84e76f476fe11d38e794013628a1da776d9ec13cca9666e7b7ff"
|
|
43
|
+
]
|
|
44
|
+
}
|
|
45
|
+
x-commit-hash: "1e54fd3f450aae7fb41ffb6b7c8b7a5aed754777"
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
opam-version: "2.0"
|
|
2
|
+
synopsis: "OCaml Code Formatter"
|
|
3
|
+
description:
|
|
4
|
+
"OCamlFormat is a tool to automatically format OCaml code in a uniform style."
|
|
5
|
+
maintainer: [
|
|
6
|
+
"Guillaume Petiot <guillaume@tarides.com>"
|
|
7
|
+
"Jules Aguillon <jules@j3s.fr>"
|
|
8
|
+
"Emile Trotignon <emile@tarides.com>"
|
|
9
|
+
]
|
|
10
|
+
authors: [
|
|
11
|
+
"Josh Berdine <jjb@fb.com>"
|
|
12
|
+
"Hugo Heuzard <hugo.heuzard@gmail.com>"
|
|
13
|
+
"Etienne Millon <etienne@tarides.com>"
|
|
14
|
+
"Guillaume Petiot <guillaume@tarides.com>"
|
|
15
|
+
"Jules Aguillon <jules@j3s.fr>"
|
|
16
|
+
]
|
|
17
|
+
homepage: "https://github.com/ocaml-ppx/ocamlformat"
|
|
18
|
+
bug-reports: "https://github.com/ocaml-ppx/ocamlformat/issues"
|
|
19
|
+
depends: [
|
|
20
|
+
"ocaml" {>= "4.08"}
|
|
21
|
+
"alcotest" {with-test & >= "1.3.0"}
|
|
22
|
+
"base" {>= "v0.12.0"}
|
|
23
|
+
"cmdliner" {>= "1.1.0" & < "2.0.0"}
|
|
24
|
+
"dune" {>= "2.8"}
|
|
25
|
+
"dune-build-info"
|
|
26
|
+
"either"
|
|
27
|
+
"fix"
|
|
28
|
+
"fpath" {>= "0.7.3"}
|
|
29
|
+
"menhir" {>= "20201216"}
|
|
30
|
+
"menhirLib" {>= "20201216"}
|
|
31
|
+
"menhirSdk" {>= "20201216"}
|
|
32
|
+
"ocaml-version" {>= "3.5.0"}
|
|
33
|
+
"ocamlformat-rpc-lib" {with-test & = version}
|
|
34
|
+
"ocp-indent" {with-test = "false" & >= "1.8.0" | with-test & >= "1.8.1"}
|
|
35
|
+
"stdio"
|
|
36
|
+
"uuseg" {>= "10.0.0"}
|
|
37
|
+
"uutf" {>= "1.0.1"}
|
|
38
|
+
"csexp" {>= "1.4.0"}
|
|
39
|
+
"astring"
|
|
40
|
+
"camlp-streams"
|
|
41
|
+
"odoc" {with-doc}
|
|
42
|
+
]
|
|
43
|
+
build: [
|
|
44
|
+
["dune" "subst"] {dev}
|
|
45
|
+
[
|
|
46
|
+
"dune"
|
|
47
|
+
"build"
|
|
48
|
+
"-p"
|
|
49
|
+
name
|
|
50
|
+
"-j"
|
|
51
|
+
jobs
|
|
52
|
+
"@install"
|
|
53
|
+
"@runtest" {with-test}
|
|
54
|
+
"@doc" {with-doc}
|
|
55
|
+
]
|
|
56
|
+
]
|
|
57
|
+
dev-repo: "git+https://github.com/ocaml-ppx/ocamlformat.git"
|
|
58
|
+
# 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
|
|
59
|
+
license: ["MIT" "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"]
|
|
60
|
+
url {
|
|
61
|
+
src:
|
|
62
|
+
"https://github.com/ocaml-ppx/ocamlformat/releases/download/0.27.0/ocamlformat-0.27.0.tbz"
|
|
63
|
+
checksum: [
|
|
64
|
+
"sha256=ddbf484c076d08f99400ee84b790ec231f5c8fcbd5d3324a6400d5388e846d15"
|
|
65
|
+
"sha512=4d2a8965a7b7ad45f8f4e76c01cf38bfa68462b07dfa7bdb2db23bd3e3017b214e6780f036679fa8595dde4167a01d957e3af8837274320449014e306773f917"
|
|
66
|
+
]
|
|
67
|
+
}
|
|
68
|
+
x-commit-hash: "5bac2e7f71d9b0a06bd1908dda9b13da1649eee1"
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
opam-version: "2.0"
|
|
2
|
+
synopsis: "Auto-formatter for OCaml code"
|
|
3
|
+
description: """
|
|
4
|
+
**ocamlformat** is a code formatter for OCaml. It comes with opinionated default settings but is also fully customizable to suit your coding style.
|
|
5
|
+
|
|
6
|
+
- **Profiles:** ocamlformat offers profiles we predefined formatting configurations. Profiles include `default`, `ocamlformat`, `janestreet`.
|
|
7
|
+
- **Configurable:** Users can change the formatting profile and configure every option in their `.ocamlformat` configuration file.
|
|
8
|
+
- **Format Comments:** ocamlformat can format comments, docstrings, and even code blocks in your comments.
|
|
9
|
+
- **RPC:** ocamlformat provides an RPC server that can be used by other tools to easily format OCaml Code."""
|
|
10
|
+
maintainer: [
|
|
11
|
+
"Guillaume Petiot <guillaume@tarides.com>"
|
|
12
|
+
"Jules Aguillon <jules@j3s.fr>"
|
|
13
|
+
"Emile Trotignon <emile@tarides.com>"
|
|
14
|
+
]
|
|
15
|
+
authors: [
|
|
16
|
+
"Josh Berdine <jjb@fb.com>"
|
|
17
|
+
"Hugo Heuzard <hugo.heuzard@gmail.com>"
|
|
18
|
+
"Etienne Millon <etienne@tarides.com>"
|
|
19
|
+
"Guillaume Petiot <guillaume@tarides.com>"
|
|
20
|
+
"Jules Aguillon <jules@j3s.fr>"
|
|
21
|
+
]
|
|
22
|
+
homepage: "https://github.com/ocaml-ppx/ocamlformat"
|
|
23
|
+
bug-reports: "https://github.com/ocaml-ppx/ocamlformat/issues"
|
|
24
|
+
depends: [
|
|
25
|
+
"ocaml" {>= "4.08" & < "5.4"}
|
|
26
|
+
"cmdliner" {with-test = "false" & >= "1.1.0" | with-test & >= "1.2.0"}
|
|
27
|
+
"csexp" {>= "1.4.0"}
|
|
28
|
+
"dune" {>= "2.8"}
|
|
29
|
+
"ocamlformat-lib" {= version}
|
|
30
|
+
"ocamlformat-rpc-lib" {with-test & = version}
|
|
31
|
+
"re" {>= "1.10.3"}
|
|
32
|
+
"odoc" {with-doc}
|
|
33
|
+
]
|
|
34
|
+
build: [
|
|
35
|
+
["dune" "subst"] {dev}
|
|
36
|
+
[
|
|
37
|
+
"dune"
|
|
38
|
+
"build"
|
|
39
|
+
"-p"
|
|
40
|
+
name
|
|
41
|
+
"-j"
|
|
42
|
+
jobs
|
|
43
|
+
"@install"
|
|
44
|
+
"@runtest" {with-test}
|
|
45
|
+
"@doc" {with-doc}
|
|
46
|
+
]
|
|
47
|
+
]
|
|
48
|
+
dev-repo: "git+https://github.com/ocaml-ppx/ocamlformat.git"
|
|
49
|
+
# 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
|
|
50
|
+
license: ["MIT" "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"]
|
|
51
|
+
url {
|
|
52
|
+
src:
|
|
53
|
+
"https://github.com/ocaml-ppx/ocamlformat/releases/download/0.27.0/ocamlformat-0.27.0.tbz"
|
|
54
|
+
checksum: [
|
|
55
|
+
"sha256=ddbf484c076d08f99400ee84b790ec231f5c8fcbd5d3324a6400d5388e846d15"
|
|
56
|
+
"sha512=4d2a8965a7b7ad45f8f4e76c01cf38bfa68462b07dfa7bdb2db23bd3e3017b214e6780f036679fa8595dde4167a01d957e3af8837274320449014e306773f917"
|
|
57
|
+
]
|
|
58
|
+
}
|
|
59
|
+
x-commit-hash: "5bac2e7f71d9b0a06bd1908dda9b13da1649eee1"
|
|
@@ -8,12 +8,12 @@ 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.20"}
|
|
12
12
|
"ocaml" {>= "4.08.0"}
|
|
13
13
|
"odoc" {with-doc}
|
|
14
14
|
]
|
|
15
15
|
dev-repo: "git+https://github.com/ocaml/dune.git"
|
|
16
|
-
x-maintenance-intent: ["(
|
|
16
|
+
x-maintenance-intent: ["(latest)"]
|
|
17
17
|
build: [
|
|
18
18
|
["dune" "subst"] {dev}
|
|
19
19
|
["rm" "-rf" "vendor/csexp"]
|
|
@@ -31,10 +31,10 @@ build: [
|
|
|
31
31
|
]
|
|
32
32
|
url {
|
|
33
33
|
src:
|
|
34
|
-
"https://github.com/ocaml/dune/releases/download/3.
|
|
34
|
+
"https://github.com/ocaml/dune/releases/download/3.20.2/dune-3.20.2.tbz"
|
|
35
35
|
checksum: [
|
|
36
|
-
"sha256=
|
|
37
|
-
"sha512=
|
|
36
|
+
"sha256=b1a86b2d60bdb4a8b9bb6861bdf2f9f28a6e7cb5d833ce81afecceb9ef9ca549"
|
|
37
|
+
"sha512=ed14df9163e487d4ae7d0a2427eaab7823ef1f0ef2d93f0b783e6f163bbd5b44ba73f055d60b84e76f476fe11d38e794013628a1da776d9ec13cca9666e7b7ff"
|
|
38
38
|
]
|
|
39
39
|
}
|
|
40
|
-
x-commit-hash: "
|
|
40
|
+
x-commit-hash: "1e54fd3f450aae7fb41ffb6b7c8b7a5aed754777"
|
binaryen-archive/esy.lock/opam/{ppx_yojson_conv_lib.v0.16.0 → ppx_yojson_conv_lib.v0.17.0}/opam
RENAMED
|
@@ -10,15 +10,16 @@ build: [
|
|
|
10
10
|
["dune" "build" "-p" name "-j" jobs]
|
|
11
11
|
]
|
|
12
12
|
depends: [
|
|
13
|
-
"ocaml" {>= "
|
|
14
|
-
"dune" {>= "
|
|
13
|
+
"ocaml" {>= "5.1.0"}
|
|
14
|
+
"dune" {>= "3.11.0"}
|
|
15
15
|
"yojson" {>= "1.7.0"}
|
|
16
16
|
]
|
|
17
|
+
available: arch != "arm32" & arch != "x86_32"
|
|
17
18
|
synopsis: "Runtime lib for ppx_yojson_conv"
|
|
18
19
|
description: "
|
|
19
20
|
Part of the Jane Street's PPX rewriters collection.
|
|
20
21
|
"
|
|
21
22
|
url {
|
|
22
|
-
src: "https://
|
|
23
|
-
checksum: "sha256=
|
|
23
|
+
src: "https://github.com/janestreet/ppx_yojson_conv_lib/archive/refs/tags/v0.17.0.tar.gz"
|
|
24
|
+
checksum: "sha256=f6e6ee92408c53c5ecd8bb5ae93811aa4cf71f8dc144d5943be8fc2c7697b199"
|
|
24
25
|
}
|
|
@@ -20,7 +20,7 @@ doc: "https://ocaml-ppx.github.io/ppxlib/"
|
|
|
20
20
|
bug-reports: "https://github.com/ocaml-ppx/ppxlib/issues"
|
|
21
21
|
depends: [
|
|
22
22
|
"dune" {>= "3.8"}
|
|
23
|
-
"ocaml" {>= "4.08.0" & < "5.
|
|
23
|
+
"ocaml" {>= "4.08.0" & < "5.5.0"}
|
|
24
24
|
"ocaml-compiler-libs" {>= "v0.11.0"}
|
|
25
25
|
"ppx_derivers" {>= "1.0"}
|
|
26
26
|
"sexplib0" {>= "v0.12"}
|
|
@@ -55,10 +55,10 @@ dev-repo: "git+https://github.com/ocaml-ppx/ppxlib.git"
|
|
|
55
55
|
x-maintenance-intent: ["(latest)"]
|
|
56
56
|
url {
|
|
57
57
|
src:
|
|
58
|
-
"https://github.com/ocaml-ppx/ppxlib/releases/download/0.
|
|
58
|
+
"https://github.com/ocaml-ppx/ppxlib/releases/download/0.37.0/ppxlib-0.37.0.tbz"
|
|
59
59
|
checksum: [
|
|
60
|
-
"sha256=
|
|
61
|
-
"sha512=
|
|
60
|
+
"sha256=2e223837e7cecc3bc84a432432c0a72f4e1d5be9165c9c33772f156db85db0b3"
|
|
61
|
+
"sha512=78c62c6de7a641b950de9b4b744841c8823918c545046693e291077adfcd069a812094c11d8d51f792c0b5f340307d38f452ff0a92520df63ed17a3ca9922e2e"
|
|
62
62
|
]
|
|
63
63
|
}
|
|
64
|
-
x-commit-hash: "
|
|
64
|
+
x-commit-hash: "df39675d8ff0c3490ece8157c681691cfb67fdaf"
|
|
@@ -1,6 +1,16 @@
|
|
|
1
|
+
# This file is generated by dune, edit dune-project instead
|
|
1
2
|
opam-version: "2.0"
|
|
3
|
+
synopsis: "RE is a regular expression library for OCaml"
|
|
4
|
+
description: """
|
|
2
5
|
|
|
3
|
-
|
|
6
|
+
Pure OCaml regular expressions with:
|
|
7
|
+
* Perl-style regular expressions (module Re.Perl)
|
|
8
|
+
* Posix extended regular expressions (module Re.Posix)
|
|
9
|
+
* Emacs-style regular expressions (module Re.Emacs)
|
|
10
|
+
* Shell-style file globbing (module Re.Glob)
|
|
11
|
+
* Compatibility layer for OCaml's built-in Str module (module Re.Str)
|
|
12
|
+
"""
|
|
13
|
+
maintainer: ["Rudi Grinberg <me@rgrinberg.com>"]
|
|
4
14
|
authors: [
|
|
5
15
|
"Jerome Vouillon"
|
|
6
16
|
"Thomas Gazagnaire"
|
|
@@ -11,36 +21,34 @@ authors: [
|
|
|
11
21
|
license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception"
|
|
12
22
|
homepage: "https://github.com/ocaml/ocaml-re"
|
|
13
23
|
bug-reports: "https://github.com/ocaml/ocaml-re/issues"
|
|
14
|
-
dev-repo: "git+https://github.com/ocaml/ocaml-re.git"
|
|
15
|
-
|
|
16
|
-
build: [
|
|
17
|
-
["dune" "subst"] {dev}
|
|
18
|
-
["dune" "build" "-p" name "-j" jobs]
|
|
19
|
-
["dune" "runtest" "-p" name "-j" jobs] {with-test}
|
|
20
|
-
]
|
|
21
|
-
|
|
22
24
|
depends: [
|
|
23
|
-
"
|
|
24
|
-
"
|
|
25
|
+
"dune" {>= "3.17"}
|
|
26
|
+
"ocaml" {>= "4.13.0"}
|
|
27
|
+
"ppx_expect" {with-test}
|
|
25
28
|
"ounit2" {with-test}
|
|
26
|
-
"
|
|
29
|
+
"js_of_ocaml" {with-test}
|
|
30
|
+
"conf-npm" {with-test}
|
|
31
|
+
"odoc" {with-doc}
|
|
27
32
|
]
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
""
|
|
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
|
+
]
|
|
46
|
+
]
|
|
47
|
+
dev-repo: "git+https://github.com/ocaml/ocaml-re.git"
|
|
38
48
|
url {
|
|
39
|
-
src:
|
|
40
|
-
"https://github.com/ocaml/ocaml-re/releases/download/1.12.0/re-1.12.0.tbz"
|
|
49
|
+
src: "https://github.com/ocaml/ocaml-re/archive/refs/tags/1.14.0.tar.gz"
|
|
41
50
|
checksum: [
|
|
42
|
-
"
|
|
43
|
-
"sha512=
|
|
51
|
+
"md5=03f4a83100cb9229a796b85c698076e1"
|
|
52
|
+
"sha512=cd2cc39f951ca6b7be631bbb5531ed13bc040e629842671bf6fef3911b20ef1653fa9a1f0aa23b094d252cffc9a9efe7ffca69e50d362ab935bc0cc447548124"
|
|
44
53
|
]
|
|
45
54
|
}
|
|
46
|
-
x-commit-hash: "f09672608781dc05172ad980a6e9a483c3b9d534"
|
|
@@ -40,9 +40,9 @@ dev-repo: "git+https://github.com/ocaml-community/sedlex.git"
|
|
|
40
40
|
doc: "https://ocaml-community.github.io/sedlex/index.html"
|
|
41
41
|
url {
|
|
42
42
|
src:
|
|
43
|
-
"https://github.com/ocaml-community/sedlex/archive/refs/tags/v3.
|
|
43
|
+
"https://github.com/ocaml-community/sedlex/archive/refs/tags/v3.7.tar.gz"
|
|
44
44
|
checksum: [
|
|
45
|
-
"md5=
|
|
46
|
-
"sha512=
|
|
45
|
+
"md5=893790268f68a1bb60dcc139f390a2d3"
|
|
46
|
+
"sha512=053bceea4944309705e6b8014381711a2c4f7f0ab235cd239e2d2f5a2dbd3efe1b1c2d533631a8545dacf563cdb5b7469fe53982ef79ace270ee8a4a471f1fe2"
|
|
47
47
|
]
|
|
48
48
|
}
|
|
@@ -10,9 +10,10 @@ build: [
|
|
|
10
10
|
["dune" "build" "-p" name "-j" jobs]
|
|
11
11
|
]
|
|
12
12
|
depends: [
|
|
13
|
-
"ocaml" {>= "4.
|
|
14
|
-
"dune"
|
|
13
|
+
"ocaml" {>= "4.14.0"}
|
|
14
|
+
"dune" {>= "3.11.0"}
|
|
15
15
|
]
|
|
16
|
+
available: arch != "x86_32"
|
|
16
17
|
synopsis: "Library containing the definition of S-expressions and some base converters"
|
|
17
18
|
description: "
|
|
18
19
|
Part of Jane Street's Core library
|
|
@@ -21,6 +22,10 @@ OCaml's standard library that was developed by Jane Street, the
|
|
|
21
22
|
largest industrial user of OCaml.
|
|
22
23
|
"
|
|
23
24
|
url {
|
|
24
|
-
src:
|
|
25
|
-
|
|
25
|
+
src:
|
|
26
|
+
"https://github.com/janestreet/sexplib0/archive/refs/tags/v0.17.0.tar.gz"
|
|
27
|
+
checksum: [
|
|
28
|
+
"md5=abafe8fd1d6302e55a315f4d78960d2a"
|
|
29
|
+
"sha512=ad387e40789fe70a11473db7e85fe017b801592624414e9030730b2e92ea08f98095fb6e9236430f33c801605ebee0a2a6284e0f618a26a7da4599d4fd9d395d"
|
|
30
|
+
]
|
|
26
31
|
}
|
|
@@ -10,10 +10,11 @@ build: [
|
|
|
10
10
|
["dune" "build" "-p" name "-j" jobs]
|
|
11
11
|
]
|
|
12
12
|
depends: [
|
|
13
|
-
"ocaml" {>= "
|
|
14
|
-
"base" {>= "v0.
|
|
15
|
-
"dune" {>= "
|
|
13
|
+
"ocaml" {>= "5.1.0"}
|
|
14
|
+
"base" {>= "v0.17" & < "v0.18"}
|
|
15
|
+
"dune" {>= "3.11.0"}
|
|
16
16
|
]
|
|
17
|
+
available: arch != "x86_32"
|
|
17
18
|
synopsis: "Standard IO library for OCaml"
|
|
18
19
|
description: "
|
|
19
20
|
Stdio implements simple input/output functionalities for OCaml.
|
|
@@ -22,6 +23,6 @@ It re-exports the input/output functions of the OCaml standard
|
|
|
22
23
|
libraries using a more consistent API.
|
|
23
24
|
"
|
|
24
25
|
url {
|
|
25
|
-
src: "https://
|
|
26
|
-
checksum: "sha256=
|
|
26
|
+
src: "https://github.com/janestreet/stdio/archive/refs/tags/v0.17.0.tar.gz"
|
|
27
|
+
checksum: "sha256=e7cb473d4bffcf419f307c658cf2599fab03a2b4fe655bfd0be699f8f7af176e"
|
|
27
28
|
}
|
|
@@ -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.20"}
|
|
13
13
|
"ocaml" {>= "4.08.0"}
|
|
14
14
|
"base-unix"
|
|
15
15
|
"dyn" {= version}
|
|
@@ -19,7 +19,7 @@ depends: [
|
|
|
19
19
|
"odoc" {with-doc}
|
|
20
20
|
]
|
|
21
21
|
dev-repo: "git+https://github.com/ocaml/dune.git"
|
|
22
|
-
x-maintenance-intent: ["(
|
|
22
|
+
x-maintenance-intent: ["(latest)"]
|
|
23
23
|
build: [
|
|
24
24
|
["dune" "subst"] {dev}
|
|
25
25
|
["rm" "-rf" "vendor/csexp"]
|
|
@@ -37,10 +37,10 @@ build: [
|
|
|
37
37
|
]
|
|
38
38
|
url {
|
|
39
39
|
src:
|
|
40
|
-
"https://github.com/ocaml/dune/releases/download/3.
|
|
40
|
+
"https://github.com/ocaml/dune/releases/download/3.20.2/dune-3.20.2.tbz"
|
|
41
41
|
checksum: [
|
|
42
|
-
"sha256=
|
|
43
|
-
"sha512=
|
|
42
|
+
"sha256=b1a86b2d60bdb4a8b9bb6861bdf2f9f28a6e7cb5d833ce81afecceb9ef9ca549"
|
|
43
|
+
"sha512=ed14df9163e487d4ae7d0a2427eaab7823ef1f0ef2d93f0b783e6f163bbd5b44ba73f055d60b84e76f476fe11d38e794013628a1da776d9ec13cca9666e7b7ff"
|
|
44
44
|
]
|
|
45
45
|
}
|
|
46
|
-
x-commit-hash: "
|
|
46
|
+
x-commit-hash: "1e54fd3f450aae7fb41ffb6b7c8b7a5aed754777"
|
|
@@ -43,8 +43,8 @@ depends: [
|
|
|
43
43
|
build: ["ocaml" "pkg/pkg.ml" "build" "--pkg-name" name "--dev-pkg" "%{dev}%"]
|
|
44
44
|
dev-repo: "git+https://erratique.ch/repos/topkg.git"
|
|
45
45
|
url {
|
|
46
|
-
src: "https://erratique.ch/software/topkg/releases/topkg-1.0.
|
|
46
|
+
src: "https://erratique.ch/software/topkg/releases/topkg-1.1.0.tbz"
|
|
47
47
|
checksum:
|
|
48
|
-
"sha512=
|
|
48
|
+
"sha512=34d22ae5b6bd166dd4a601a7d12d89c336684b3c56d7c7f481b40837eab263616cc3a6e6f63602f3d4a7d53c911967bf261de6c1ac205341b98a9838e5ea7aeb"
|
|
49
49
|
}
|
|
50
50
|
x-maintenance-intent: ["(latest)"]
|
|
@@ -20,13 +20,13 @@ depends: [
|
|
|
20
20
|
"ocaml" {>= "4.14.0"}
|
|
21
21
|
"ocamlfind" {build}
|
|
22
22
|
"ocamlbuild" {build}
|
|
23
|
-
"topkg" {build & >= "1.0
|
|
24
|
-
"uucd" {with-test & dev & >= "
|
|
23
|
+
"topkg" {build & >= "1.1.0"}
|
|
24
|
+
"uucd" {with-test & dev & >= "17.0.0" & < "18.0.0"}
|
|
25
25
|
"uunf" {with-test}
|
|
26
26
|
]
|
|
27
27
|
depopts: ["uunf" "cmdliner"]
|
|
28
28
|
conflicts: [
|
|
29
|
-
"uunf" {< "
|
|
29
|
+
"uunf" {< "17.0.0" | >= "18.0.0"}
|
|
30
30
|
"cmdliner" {< "1.1.0"}
|
|
31
31
|
]
|
|
32
32
|
build: [
|
|
@@ -45,8 +45,8 @@ post-messages:
|
|
|
45
45
|
{failure & (arch = "ppc64" | arch = "arm64")}
|
|
46
46
|
dev-repo: "git+https://erratique.ch/repos/uucp.git"
|
|
47
47
|
url {
|
|
48
|
-
src: "https://erratique.ch/software/uucp/releases/uucp-
|
|
48
|
+
src: "https://erratique.ch/software/uucp/releases/uucp-17.0.0.tbz"
|
|
49
49
|
checksum:
|
|
50
|
-
"sha512=
|
|
50
|
+
"sha512=c2b5c883c2ed1ee8e7bc9102339dfbca5940e68cd2af59a10abc827fb64c91ad03f85cfc12d4c79605c10e9b3a90743267af8b069143fefeeff6658ec8ed843f"
|
|
51
51
|
}
|
|
52
52
|
x-maintenance-intent: ["(latest)"]
|
|
@@ -28,8 +28,8 @@ depends: [
|
|
|
28
28
|
"ocaml" {>= "4.14.0"}
|
|
29
29
|
"ocamlfind" {build}
|
|
30
30
|
"ocamlbuild" {build}
|
|
31
|
-
"topkg" {build & >= "1.0
|
|
32
|
-
"uucp" {>= "
|
|
31
|
+
"topkg" {build & >= "1.1.0"}
|
|
32
|
+
"uucp" {>= "17.0.0" & < "18.0.0"}
|
|
33
33
|
]
|
|
34
34
|
depopts: ["uutf" "cmdliner"]
|
|
35
35
|
conflicts: [
|
|
@@ -49,8 +49,8 @@ build: [
|
|
|
49
49
|
]
|
|
50
50
|
dev-repo: "git+https://erratique.ch/repos/uuseg.git"
|
|
51
51
|
url {
|
|
52
|
-
src: "https://erratique.ch/software/uuseg/releases/uuseg-
|
|
52
|
+
src: "https://erratique.ch/software/uuseg/releases/uuseg-17.0.0.tbz"
|
|
53
53
|
checksum:
|
|
54
|
-
"sha512=
|
|
54
|
+
"sha512=8d81ca0a57516b94c66a0da256f3455ba26b0875ca9e354a665ec30223c9216be57abdd52c39c8c384fe127df8060c18ff07d92d4d9f53892bc4ed20699df3ef"
|
|
55
55
|
}
|
|
56
56
|
x-maintenance-intent: ["(latest)"]
|
|
@@ -9,11 +9,12 @@ 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.20"}
|
|
13
13
|
"ocaml" {>= "4.08"}
|
|
14
14
|
"odoc" {with-doc}
|
|
15
15
|
]
|
|
16
16
|
dev-repo: "git+https://github.com/ocaml/dune.git"
|
|
17
|
+
x-maintenance-intent: ["(latest)"]
|
|
17
18
|
build: [
|
|
18
19
|
["dune" "subst"] {dev}
|
|
19
20
|
["rm" "-rf" "vendor/csexp"]
|
|
@@ -31,10 +32,10 @@ build: [
|
|
|
31
32
|
]
|
|
32
33
|
url {
|
|
33
34
|
src:
|
|
34
|
-
"https://github.com/ocaml/dune/releases/download/3.
|
|
35
|
+
"https://github.com/ocaml/dune/releases/download/3.20.2/dune-3.20.2.tbz"
|
|
35
36
|
checksum: [
|
|
36
|
-
"sha256=
|
|
37
|
-
"sha512=
|
|
37
|
+
"sha256=b1a86b2d60bdb4a8b9bb6861bdf2f9f28a6e7cb5d833ce81afecceb9ef9ca549"
|
|
38
|
+
"sha512=ed14df9163e487d4ae7d0a2427eaab7823ef1f0ef2d93f0b783e6f163bbd5b44ba73f055d60b84e76f476fe11d38e794013628a1da776d9ec13cca9666e7b7ff"
|
|
38
39
|
]
|
|
39
40
|
}
|
|
40
|
-
x-commit-hash: "
|
|
41
|
+
x-commit-hash: "1e54fd3f450aae7fb41ffb6b7c8b7a5aed754777"
|