@grain/binaryen.ml 0.11.0 → 0.12.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 (44) hide show
  1. binaryen-archive/CHANGELOG.md +46 -0
  2. binaryen-archive/README.md +1 -1
  3. binaryen-archive/binaryen.opam +6 -6
  4. binaryen-archive/esy.lock/index.json +325 -310
  5. binaryen-archive/esy.lock/opam/base-bytes.base/opam +9 -0
  6. binaryen-archive/esy.lock/opam/{base.v0.14.2 → base.v0.14.3}/opam +2 -2
  7. binaryen-archive/esy.lock/opam/{dune-build-info.2.9.1 → dune-build-info.2.9.3}/opam +5 -4
  8. binaryen-archive/esy.lock/opam/{dune-configurator.2.9.1 → dune-configurator.2.9.3}/opam +5 -4
  9. binaryen-archive/esy.lock/opam/{dune.2.9.1 → dune.2.9.3}/opam +5 -4
  10. binaryen-archive/esy.lock/opam/either.1.0.0/opam +40 -0
  11. binaryen-archive/esy.lock/opam/{fix.20211231 → fix.20220121}/opam +3 -3
  12. binaryen-archive/esy.lock/opam/menhir.20211128/opam +1 -1
  13. binaryen-archive/esy.lock/opam/{ocaml-lsp-server.1.9.0 → ocaml-lsp-server.1.9.1}/opam +5 -5
  14. binaryen-archive/esy.lock/opam/{ocamlfind.1.9.1 → ocamlfind.1.9.3}/opam +3 -3
  15. binaryen-archive/esy.lock/opam/{ocamlformat.0.18.0 → ocamlformat.0.20.1}/opam +14 -15
  16. binaryen-archive/esy.lock/opam/ocp-indent.1.7.0/opam +57 -0
  17. binaryen-archive/esy.lock/opam/odoc-parser.1.0.0/opam +46 -0
  18. binaryen-archive/esy.lock/opam/{ppxlib.0.22.2 → ppxlib.0.24.0}/opam +9 -6
  19. binaryen-archive/esy.lock/opam/{topkg.1.0.4 → topkg.1.0.5}/opam +3 -3
  20. binaryen-archive/esy.lock/overrides/{opam__s__ocamlfind_opam__c__1.9.1_opam_override/files/findlib-1.9.1.patch → opam__s__ocamlfind_opam__c__1.9.3_opam_override/files/findlib.patch} +0 -0
  21. binaryen-archive/esy.lock/overrides/{opam__s__ocamlfind_opam__c__1.9.1_opam_override → opam__s__ocamlfind_opam__c__1.9.3_opam_override}/package.json +1 -1
  22. binaryen-archive/js/binaryen.es5.js +5 -5
  23. binaryen-archive/js/dune +1 -1
  24. binaryen-archive/js/export.ml +1 -1
  25. binaryen-archive/js/module.ml +6 -1
  26. binaryen-archive/js/postlude.js +2 -2
  27. binaryen-archive/js/prelude.js +11 -0
  28. binaryen-archive/js/table.ml +2 -2
  29. binaryen-archive/package.json +11 -8
  30. binaryen-archive/src/binaryen_stubs_exports.c +2 -2
  31. binaryen-archive/src/binaryen_stubs_modules.c +7 -0
  32. binaryen-archive/src/binaryen_stubs_tables.c +4 -3
  33. binaryen-archive/src/dune +1 -2
  34. binaryen-archive/src/export.ml +2 -2
  35. binaryen-archive/src/module.ml +5 -1
  36. binaryen-archive/src/table.ml +2 -2
  37. binaryen-archive/test/test.expected +5 -5
  38. binaryen-archive/test/test.ml +4 -1
  39. binaryen-archive/virtual/export.mli +1 -1
  40. binaryen-archive/virtual/module.mli +2 -0
  41. binaryen-archive/virtual/table.mli +1 -1
  42. binaryen-archive/esy.lock/opam/ocaml-migrate-parsetree.2.3.0/opam +0 -39
  43. binaryen-archive/esy.lock/opam/odoc.1.5.3/opam +0 -53
  44. binaryen-archive/esy.lock/opam/tyxml.4.5.0/opam +0 -42
@@ -0,0 +1,9 @@
1
+ opam-version: "2.0"
2
+ maintainer: " "
3
+ authors: " "
4
+ homepage: " "
5
+ depends: [
6
+ "ocaml" {>= "4.02.0"}
7
+ "ocamlfind" {>= "1.5.3"}
8
+ ]
9
+ synopsis: "Bytes library distributed with the OCaml compiler"
@@ -31,6 +31,6 @@ provided by companion libraries such as stdio:
31
31
  https://github.com/janestreet/stdio
32
32
  "
33
33
  url {
34
- src: "https://github.com/janestreet/base/archive/v0.14.2.tar.gz"
35
- checksum: "md5=0d1a2d0322b8c446e5dda20290112e5c"
34
+ src: "https://github.com/janestreet/base/archive/v0.14.3.tar.gz"
35
+ checksum: "sha256=e34dc0dd052a386c84f5f67e71a90720dff76e0edd01f431604404bee86ebe5a"
36
36
  }
@@ -32,11 +32,12 @@ build: [
32
32
  "@doc" {with-doc}
33
33
  ]
34
34
  ]
35
- x-commit-hash: "e41c66259135d6d1d72b031be6684bf8826a2586"
36
35
  url {
37
- src: "https://github.com/ocaml/dune/releases/download/2.9.1/dune-2.9.1.tbz"
36
+ src:
37
+ "https://github.com/ocaml/dune/releases/download/2.9.3/dune-site-2.9.3.tbz"
38
38
  checksum: [
39
- "sha256=b374feb22b34099ccc6dd32128e18d088ff9a81837952b29f05110b308c09f26"
40
- "sha512=fce1aa520db785c25ded75a959e9dafeb7887d4f5deeb14b044cd5b9e2d235dca24589d794d2f01513765bc4764cf72f8659bd15f3a4fc06efa61363dc5d709b"
39
+ "sha256=3e65ec73ab2c80d50d4ffd6c46cbfb22eacd0e5587a4be8af8ae69547d5f88d6"
40
+ "sha512=04b48501ac16c3608e3b6bfbdbabf810df0fb844ea3b7d25ba50f03b9d6cb1d2c933cf747d694029d82a9777a774e48e5c38ab010fe53ce1eae367da0ed04d6d"
41
41
  ]
42
42
  }
43
+ x-commit-hash: "dea03875affccc0620e902d28fed8d6b4351e112"
@@ -37,11 +37,12 @@ build: [
37
37
  "@doc" {with-doc}
38
38
  ]
39
39
  ]
40
- x-commit-hash: "e41c66259135d6d1d72b031be6684bf8826a2586"
41
40
  url {
42
- src: "https://github.com/ocaml/dune/releases/download/2.9.1/dune-2.9.1.tbz"
41
+ src:
42
+ "https://github.com/ocaml/dune/releases/download/2.9.3/dune-site-2.9.3.tbz"
43
43
  checksum: [
44
- "sha256=b374feb22b34099ccc6dd32128e18d088ff9a81837952b29f05110b308c09f26"
45
- "sha512=fce1aa520db785c25ded75a959e9dafeb7887d4f5deeb14b044cd5b9e2d235dca24589d794d2f01513765bc4764cf72f8659bd15f3a4fc06efa61363dc5d709b"
44
+ "sha256=3e65ec73ab2c80d50d4ffd6c46cbfb22eacd0e5587a4be8af8ae69547d5f88d6"
45
+ "sha512=04b48501ac16c3608e3b6bfbdbabf810df0fb844ea3b7d25ba50f03b9d6cb1d2c933cf747d694029d82a9777a774e48e5c38ab010fe53ce1eae367da0ed04d6d"
46
46
  ]
47
47
  }
48
+ x-commit-hash: "dea03875affccc0620e902d28fed8d6b4351e112"
@@ -48,11 +48,12 @@ depends: [
48
48
  "base-unix"
49
49
  "base-threads"
50
50
  ]
51
- x-commit-hash: "e41c66259135d6d1d72b031be6684bf8826a2586"
52
51
  url {
53
- src: "https://github.com/ocaml/dune/releases/download/2.9.1/dune-2.9.1.tbz"
52
+ src:
53
+ "https://github.com/ocaml/dune/releases/download/2.9.3/dune-site-2.9.3.tbz"
54
54
  checksum: [
55
- "sha256=b374feb22b34099ccc6dd32128e18d088ff9a81837952b29f05110b308c09f26"
56
- "sha512=fce1aa520db785c25ded75a959e9dafeb7887d4f5deeb14b044cd5b9e2d235dca24589d794d2f01513765bc4764cf72f8659bd15f3a4fc06efa61363dc5d709b"
55
+ "sha256=3e65ec73ab2c80d50d4ffd6c46cbfb22eacd0e5587a4be8af8ae69547d5f88d6"
56
+ "sha512=04b48501ac16c3608e3b6bfbdbabf810df0fb844ea3b7d25ba50f03b9d6cb1d2c933cf747d694029d82a9777a774e48e5c38ab010fe53ce1eae367da0ed04d6d"
57
57
  ]
58
58
  }
59
+ x-commit-hash: "dea03875affccc0620e902d28fed8d6b4351e112"
@@ -0,0 +1,40 @@
1
+ opam-version: "2.0"
2
+ synopsis: "Compatibility Either module"
3
+ description: """
4
+ Projects that want to use the Either module defined in OCaml 4.12.0 while
5
+ staying compatible with older versions of OCaml should use this library
6
+ instead.
7
+ """
8
+ maintainer: ["Craig Ferguson <me@craigfe.io>"]
9
+ authors: ["Craig Ferguson <me@craigfe.io>"]
10
+ license: "MIT"
11
+ homepage: "https://github.com/mirage/either"
12
+ doc: "https://mirage.github.io/either"
13
+ bug-reports: "https://github.com/mirage/either/issues"
14
+ depends: [
15
+ "dune" {>= "2.0"}
16
+ ]
17
+ build: [
18
+ ["dune" "subst"] {dev}
19
+ [
20
+ "dune"
21
+ "build"
22
+ "-p"
23
+ name
24
+ "-j"
25
+ jobs
26
+ "@install"
27
+ "@runtest" {with-test}
28
+ "@doc" {with-doc}
29
+ ]
30
+ ]
31
+ dev-repo: "git+https://github.com/mirage/either.git"
32
+ x-commit-hash: "a270ceac58e3e5bed6fe7e8bfb7132b14ee9c322"
33
+ url {
34
+ src:
35
+ "https://github.com/mirage/either/releases/download/1.0.0/either-1.0.0.tbz"
36
+ checksum: [
37
+ "sha256=bf674de3312dee7b7215f07df1e8a96eb3d679164b8a918cdd95b8d97e505884"
38
+ "sha512=147854c09f897dd028b18a9f19acea8666107aaa7b1aab3c92f568af531364f57298edcaf3897d74246d3857d52e9bfb7ad0fc39220d988d9f14694ca1d5e9ed"
39
+ ]
40
+ }
@@ -18,9 +18,9 @@ depends: [
18
18
  synopsis: "Algorithmic building blocks for memoization, recursion, and more"
19
19
  url {
20
20
  src:
21
- "https://gitlab.inria.fr/fpottier/fix/-/archive/20211231/archive.tar.gz"
21
+ "https://gitlab.inria.fr/fpottier/fix/-/archive/20220121/archive.tar.gz"
22
22
  checksum: [
23
- "md5=0f633b0cdd5faba947d11da113c81fcc"
24
- "sha512=6817ce5c79e0c957ef01def7b89059262414af8e8bc7ffafef96430cfb1d78e32350fe7a57e118e68727962338c4fc45023cddb1c4db8c344910d6c8c1873a18"
23
+ "md5=48d8a5bdff23cf7fbf9288877df2b6aa"
24
+ "sha512=a851d8783c0c519c6e55359a5c471af433058872409c29a1a7bdfd0076813341ad2c0ebd1ce9e28bff4d4c729dfbc808c41c084fe12a42b45a2b5e391e77ccd2"
25
25
  ]
26
26
  }
@@ -13,7 +13,7 @@ build: [
13
13
  ["dune" "build" "-p" name "-j" jobs]
14
14
  ]
15
15
  depends: [
16
- "ocaml" {>= "4.03.0"}
16
+ "ocaml" {>= "4.03.0" & < "5.00"}
17
17
  "dune" {>= "2.8.0"}
18
18
  "menhirLib" {= version}
19
19
  "menhirSdk" {= version}
@@ -29,7 +29,7 @@ depends: [
29
29
  "result" {>= "1.5"}
30
30
  "ocamlformat-rpc-lib" {>= "0.18.0" & < "0.20.0"}
31
31
  "odoc" {with-doc}
32
- "ocaml" {>= "4.12" & < "4.13"}
32
+ "ocaml" {>= "4.13" & < "4.14"}
33
33
  ]
34
34
  dev-repo: "git+https://github.com/ocaml/ocaml-lsp.git"
35
35
  build: [
@@ -45,10 +45,10 @@ build: [
45
45
  ]
46
46
  url {
47
47
  src:
48
- "https://github.com/ocaml/ocaml-lsp/releases/download/1.9.0/jsonrpc-1.9.0.tbz"
48
+ "https://github.com/ocaml/ocaml-lsp/releases/download/1.9.1/jsonrpc-1.9.1.tbz"
49
49
  checksum: [
50
- "sha256=7046491eb9d0417d23d2a0ce39f9bc3bb9b75521453106f723c8e5f18c2584a9"
51
- "sha512=591fcf1fd2308b56ca2b5f60383d9a24e59aea49bf0dfe4f3b3e1d3a44f0537be07c650523e7f229122c7914fca78bccaafd01c5f79793e38617959f1bcfc7e1"
50
+ "sha256=cf1cdb257d4ef1ed1a05e951264b11c7dc7d3066bf448111cb17c67be56ddcee"
51
+ "sha512=1f073db86a8d44e5a4501f0d5c233f07f2dd4e8dd6abb918ef50846031af63e4ab9b408fffd9b32d1a7e9e5c7343c9b6ce97b07effed8359f7b610818f78e967"
52
52
  ]
53
53
  }
54
- x-commit-hash: "16a83262b0964b4c82db43f6c7a81dd6526b703d"
54
+ x-commit-hash: "435d22d25561b36010e4c6c07d52e413d4063bdf"
@@ -36,9 +36,9 @@ install: [
36
36
  ]
37
37
  dev-repo: "git+https://github.com/ocaml/ocamlfind.git"
38
38
  url {
39
- src: "http://download.camlcity.org/download/findlib-1.9.1.tar.gz"
39
+ src: "http://download.camlcity.org/download/findlib-1.9.3.tar.gz"
40
40
  checksum: [
41
- "md5=65e6dc9b305ccbed1267275fe180f538"
42
- "sha512=83a05f3e310fa7cabb0475c5525f7a87c1b6bc2dc5e39f094cabfb5d944a826a5581844ba00ec1a48dd96184eb9de3c4d1055cdddee2b83c700a2de5a6dc6f84"
41
+ "md5=24047dd8a0da5322253de9b7aa254e42"
42
+ "sha512=27cc4ce141576bf477fb9d61a82ad65f55478740eed59fb43f43edb794140829fd2ff89ad27d8a890cfc336b54c073a06de05b31100fc7c01cacbd7d88e928ea"
43
43
  ]
44
44
  }
@@ -4,31 +4,29 @@ description:
4
4
  "OCamlFormat is a tool to automatically format OCaml code in a uniform style."
5
5
  maintainer: ["OCamlFormat Team <ocamlformat-dev@lists.ocaml.org>"]
6
6
  authors: ["Josh Berdine <jjb@fb.com>"]
7
- license: "MIT"
8
7
  homepage: "https://github.com/ocaml-ppx/ocamlformat"
9
8
  bug-reports: "https://github.com/ocaml-ppx/ocamlformat/issues"
10
9
  depends: [
11
10
  "dune" {>= "2.8"}
12
- "ocaml" {>= "4.08" & < "4.13"}
13
- "ocaml-version" {>= "3.1.0"}
11
+ "ocaml" {>= "4.08" & < "4.15"}
14
12
  "alcotest" {with-test}
15
13
  "base" {>= "v0.12.0" & < "v0.15"}
16
- "base-unix"
17
14
  "cmdliner"
18
15
  "dune-build-info"
16
+ "either"
19
17
  "fix"
20
18
  "fpath"
21
- "menhir" {>= "20180528"}
22
- "menhirLib" {>= "20200624"}
23
- "menhirSdk" {>= "20200624"}
24
- "ocp-indent" {with-test}
25
- "bisect_ppx" {dev & >= "2.5.0"}
26
- "odoc" {>= "1.4.2" & < "2.0.0"}
27
- "ppxlib" {>= "0.22.0" & < "0.23.0"}
19
+ "menhir" {>= "20201216"}
20
+ "menhirLib" {>= "20201216"}
21
+ "menhirSdk" {>= "20201216"}
22
+ "ocaml-version" {>= "3.3.0"}
23
+ "ocp-indent"
24
+ "odoc-parser" {>= "1.0.0"}
28
25
  "re" {>= "1.7.2"}
29
26
  "stdio" {< "v0.15"}
30
27
  "uuseg" {>= "10.0.0"}
31
28
  "uutf" {>= "1.0.1"}
29
+ "odoc" {with-doc}
32
30
  ]
33
31
  build: [
34
32
  ["dune" "subst"] {dev}
@@ -45,12 +43,13 @@ build: [
45
43
  ]
46
44
  ]
47
45
  dev-repo: "git+https://github.com/ocaml-ppx/ocamlformat.git"
48
- x-commit-hash: "3697f0f92854a681fd1156fe4f6fb97d060da1d8"
46
+ license: ["MIT" "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"]
49
47
  url {
50
48
  src:
51
- "https://github.com/ocaml-ppx/ocamlformat/releases/download/0.18.0/ocamlformat-0.18.0.tbz"
49
+ "https://github.com/ocaml-ppx/ocamlformat/releases/download/0.20.1/ocamlformat-0.20.1.tbz"
52
50
  checksum: [
53
- "sha256=981a44296485da6ca29ab2cd8c711270398e5e1d1624408ec403c0b0ea9fe114"
54
- "sha512=d1cbd63e4b82ff2e9ec0c96a9305704d3eea3e978c703ef9d1244853d8aaea912ad9f934379eeddfc1a0468b1cb1c2dc39ecf452189f2a35fa1ae53aec10b277"
51
+ "sha256=7d3a51645416fa78287344fa03af6b78450067a1a61e4790bf1b29779cd10235"
52
+ "sha512=8cc8bc9ebf822b18cf54f2f5b0b61c7bf775a1de9b984f57448dcee391627a08d43e7b15a2cfbd287f5ae16b3b9dd18c42086b59ccfbe3174184418652c4f668"
55
53
  ]
56
54
  }
55
+ x-commit-hash: "74668925ca977e252acb084bd139b3077cf95b58" # 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
@@ -0,0 +1,57 @@
1
+ opam-version: "2.0"
2
+ maintainer: "contact@ocamlpro.com"
3
+ synopsis: "A simple tool to indent OCaml programs"
4
+ description: """
5
+ Ocp-indent is based on an approximate, tolerant OCaml parser and a simple stack
6
+ machine ; this is much faster and more reliable than using regexps. Presets and
7
+ configuration options available, with the possibility to set them project-wide.
8
+ Supports most common syntax extensions, and extensible for others.
9
+
10
+ Includes:
11
+ - An indentor program, callable from the command-line or from within editors
12
+ - Bindings for popular editors
13
+ - A library that can be directly used by editor writers, or just for
14
+ fault-tolerant/approximate parsing.
15
+ """
16
+ authors: [
17
+ "Louis Gesbert <louis.gesbert@ocamlpro.com>"
18
+ "Thomas Gazagnaire <thomas@gazagnaire.org>"
19
+ "Jun Furuse"
20
+ ]
21
+ homepage: "http://www.typerex.org/ocp-indent.html"
22
+ bug-reports: "https://github.com/OCamlPro/ocp-indent/issues"
23
+ license: "LGPL-2.0-or-later"
24
+ tags: ["org:ocamlpro" "org:typerex"]
25
+ dev-repo: "git+https://github.com/OCamlPro/ocp-indent.git"
26
+ build: [
27
+ ["dune" "build" "-p" name "-j" jobs]
28
+ ]
29
+ run-test: [
30
+ ["dune" "runtest" "-p" name]
31
+ ]
32
+ depends: [
33
+ "ocaml"
34
+ "dune"
35
+ "cmdliner" {>= "1.0.0"}
36
+ "ocamlfind"
37
+ "base-bytes"
38
+ ]
39
+ post-messages: [
40
+ "This package requires additional configuration for use in editors. Install package 'user-setup', or manually:
41
+
42
+ * for Emacs, add these lines to ~/.emacs:
43
+ (add-to-list 'load-path \"%{share}%/emacs/site-lisp\")
44
+ (require 'ocp-indent)
45
+
46
+ * for Vim, add this line to ~/.vimrc:
47
+ set rtp^=\"%{share}%/ocp-indent/vim\"
48
+ "
49
+ {success & !user-setup:installed}
50
+ ]
51
+ url {
52
+ src: "https://github.com/OCamlPro/ocp-indent/archive/1.7.0.tar.gz"
53
+ checksum: [
54
+ "md5=3bc327e38f453f38494098725c97d2cb"
55
+ "sha512=5b28ae8695612c95cb0f5748de9b9f01d8ef4ad18b31340dc526ccae5fb1b6ee7e12024ff1beb817a43796183a83bca144222ca2d77d7750f2ff56108b5fa350"
56
+ ]
57
+ }
@@ -0,0 +1,46 @@
1
+ opam-version: "2.0"
2
+ synopsis: "Parser for ocaml documentation comments"
3
+ description: """
4
+ Odoc_parser is a library for parsing the contents of OCaml documentation
5
+ comments, formatted using 'odoc' syntax, an extension of the language
6
+ understood by ocamldoc."""
7
+ maintainer: ["Jon Ludlam <jon@recoil.org>"]
8
+ authors: ["Anton Bachin <antonbachin@yahoo.com>"]
9
+ license: "ISC"
10
+ homepage: "https://github.com/ocaml-doc/odoc-parser"
11
+ bug-reports: "https://github.com/ocaml-doc/odoc-parser/issues"
12
+ dev-repo: "git+https://github.com/ocaml-doc/odoc-parser.git"
13
+ # This template exists because without it dune pop is dependencies and build rules
14
+ # involving odoc. Since odoc depends on this package, this doesn't work.
15
+ doc: "https://ocaml-doc.github.io/odoc-parser/"
16
+ depends: [
17
+ "dune" {>= "2.8"}
18
+ "ocaml" {>= "4.02.0"}
19
+ "astring"
20
+ "result"
21
+ "ppx_expect" {with-test}
22
+ ("ocaml" {< "4.04.1" & with-test} | "sexplib0" {with-test})
23
+ ]
24
+ build: [
25
+ ["dune" "subst"] {dev}
26
+ [
27
+ "dune"
28
+ "build"
29
+ "-p"
30
+ name
31
+ "-j"
32
+ jobs
33
+ "@install"
34
+ "@runtest" {with-test}
35
+ ]
36
+ ]
37
+ url {
38
+ src:
39
+ "https://github.com/ocaml-doc/odoc-parser/releases/download/1.0.0/odoc-parser-1.0.0.tbz"
40
+ checksum: [
41
+ "sha256=b6aa08ea71a9ebad9b2bebc4da1eda0d713cf3674e6d57d10459d934286e7aa1"
42
+ "sha512=b5caee3a0d288aeaa95e3f32de8e5f75f169ad2691d75f8d6c932e4fb0e6cb188813ac2d92d4076fe75b12217130e6999c46e7890cf0fa765070870f85a96d63"
43
+ ]
44
+ }
45
+ x-commit-hash: "b13ffc2f30ca20ca5bb733be4f630d46bd274fd6"
46
+
@@ -20,9 +20,8 @@ doc: "https://ocaml-ppx.github.io/ppxlib/"
20
20
  bug-reports: "https://github.com/ocaml-ppx/ppxlib/issues"
21
21
  depends: [
22
22
  "dune" {>= "2.7"}
23
- "ocaml" {>= "4.04.1" & < "4.14"}
23
+ "ocaml" {>= "4.04.1" & < "4.15"}
24
24
  "ocaml-compiler-libs" {>= "v0.11.0"}
25
- "ocaml-migrate-parsetree" {>= "2.2.0"}
26
25
  "ppx_derivers" {>= "1.0"}
27
26
  "sexplib0" {>= "v0.12"}
28
27
  "stdlib-shims"
@@ -33,6 +32,10 @@ depends: [
33
32
  "stdio" {with-test}
34
33
  "odoc" {with-doc}
35
34
  ]
35
+ conflicts: [
36
+ "ocaml-migrate-parsetree" {< "2.0.0"}
37
+ "base-effects"
38
+ ]
36
39
  build: [
37
40
  ["dune" "subst"] {dev}
38
41
  [
@@ -48,12 +51,12 @@ build: [
48
51
  ]
49
52
  ]
50
53
  dev-repo: "git+https://github.com/ocaml-ppx/ppxlib.git"
51
- x-commit-hash: "3cf57772fef4666a2992041cf3a670dd2be98603"
52
54
  url {
53
55
  src:
54
- "https://github.com/ocaml-ppx/ppxlib/releases/download/0.22.2/ppxlib-0.22.2.tbz"
56
+ "https://github.com/ocaml-ppx/ppxlib/releases/download/0.24.0/ppxlib-0.24.0.tbz"
55
57
  checksum: [
56
- "sha256=d0e8a1ebdc6220b1574d7a926f008460c5118ccef79bf9a0ce0242f34cff225a"
57
- "sha512=6010a59be6af873eaf193670f9cc8c9a7f091cfd89ec6c5b68d1f0c72d7c6015eec6371c009fc473cf2cb37d24f0934d04d0eacefa567a4945234197c3b31741"
58
+ "sha256=7766027c2ecd0f5b3b460e9212a70709c6744278113eb91f317c56c41e7a90c8"
59
+ "sha512=726e48899c43f8bee1935618827e68b2953753a62868e424a2dadf2e156cc60794abacea658686a8a160eccde0f75b95b98daacf2b9242b4f86a92798d47b597"
58
60
  ]
59
61
  }
62
+ x-commit-hash: "3d858b04613833fec7e2b5f5be25d45bfd354649"
@@ -8,14 +8,14 @@ dev-repo: "git+https://erratique.ch/repos/topkg.git"
8
8
  bug-reports: "https://github.com/dbuenzli/topkg/issues"
9
9
  license: ["ISC"]
10
10
  tags: ["packaging" "ocamlbuild" "org:erratique"]
11
- depends: ["ocaml" {>= "4.03.0"}
11
+ depends: ["ocaml" {>= "4.05.0"}
12
12
  "ocamlfind" {build & >= "1.6.1"}
13
13
  "ocamlbuild"]
14
14
  build: [["ocaml" "pkg/pkg.ml" "build" "--pkg-name" name
15
15
  "--dev-pkg" "%{dev}%"]]
16
16
  url {
17
- src: "https://erratique.ch/software/topkg/releases/topkg-1.0.4.tbz"
18
- checksum: "sha512=5baa1bf0105397589b741acd0195069823548b2051e453dffd641e5d00536b7a5f41b38d005b2b063f9e7cfb9a3b627bec3e6ad48e56769cc35a71f97a897f1b"}
17
+ src: "https://erratique.ch/software/topkg/releases/topkg-1.0.5.tbz"
18
+ checksum: "sha512=9450e9139209aacd8ddb4ba18e4225770837e526a52a56d94fd5c9c4c9941e83e0e7102e2292b440104f4c338fabab47cdd6bb51d69b41cc92cc7a551e6fefab"}
19
19
  description: """
20
20
  Topkg is a packager for distributing OCaml software. It provides an
21
21
  API to describe the files a package installs in a given build
@@ -3,7 +3,7 @@
3
3
  [
4
4
  "bash",
5
5
  "-c",
6
- "#{os == 'windows' ? 'patch -p1 < findlib-1.9.1.patch' : 'true'}"
6
+ "#{os == 'windows' ? 'patch -p1 < findlib.patch' : 'true'}"
7
7
  ],
8
8
  [
9
9
  "./configure",