Skip to content

Commit 18e002d

Browse files
authored
Merge pull request #675 from psafont/up-next
2 parents f2f5aa6 + 2ccab87 commit 18e002d

File tree

50 files changed

+265
-175
lines changed
  • .github
  • packages
    • upstream
      • batteries.3.8.0
      • cohttp.5.2.0
      • conduit-async.6.2.2
      • conduit-lwt-unix.6.2.2
      • conduit-lwt.6.2.2
      • conduit.6.2.2
      • conf-libffi.2.0.0
      • conf-perl.2
      • conf-pkg-config.3
      • ctypes-foreign.0.22.0
      • ctypes.0.22.0
      • dune-build-info.3.15.2
      • dune-configurator.3.15.2
      • dune-private-libs.3.15.2
      • dune-site.3.15.2
      • dune.3.15.2
      • dyn.3.15.2
      • hmap.0.8.1
      • json-data-encoding.1.0.1
      • mirage-crypto-ec.0.10.7
      • mirage-crypto-pk.0.10.7
      • mirage-crypto-rng.0.10.7
      • ocaml-compiler-libs.v0.12.4
      • ocaml-version.3.6.7
      • ocamlformat-lib.0.26.2
      • ocamlformat.0.26.2
      • opentelemetry-client-ocurl.0.9
      • opentelemetry.0.9
      • ordering.3.15.2
      • ppx_deriving_hash.0.1.2
      • ppxlib.0.32.1
      • qcheck-core.0.21.3
      • stdune.3.15.2
      • trace.0.7
      • x509.0.16.5
    • upstream-extra

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+265
-175
lines changed

.github/unused-upstream.txt

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ ocamlformat
77
ocamlformat-lib
88
ocp-indent
99
syslog-message
10+
trace
1011
tyre
1112
tyxml
1213
uuseg

packages/upstream-extra/chrome-trace.3.14.0/opam packages/upstream-extra/chrome-trace.3.15.2/opam

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
opam-version: "2.0"
22
name: "chrome-trace"
3-
version: "3.14.0"
3+
version: "3.15.2"
44
synopsis: "Chrome trace event generation library"
55
description:
66
"This library offers no backwards compatibility guarantees. Use at your own risk."
@@ -24,10 +24,10 @@ build: [
2424
dev-repo: "git+https://github.com/ocaml/dune.git"
2525
url {
2626
src:
27-
"https://github.com/ocaml/dune/releases/download/3.14.0/dune-3.14.0.tbz"
27+
"https://github.com/ocaml/dune/releases/download/3.15.2/dune-3.15.2.tbz"
2828
checksum: [
29-
"sha256=f4d09d89162621fdff424c253fa50c4920d2179fb5b3d1debab7bbe97c68b2fc"
30-
"sha512=f5ead1a9a0cc26e00a762e83e107b47c3c3fe9b44d9e505547c385c7938208d4fdcc91a8099512e76ea4a426f3543445b4d75ef0b621dc7dbfdcbb615bc0b999"
29+
"sha256=f959980542ca85909b3f3f8e9be65c2b8a375f3a4e3bd83c7ad7a07f2e077933"
30+
"sha512=d752b8c09130cf3d564b3a524e3148783b581daa3f9a61d0f52bf4d6995ef73258e71877dbfd8b7516f9a4bac5ad973e80f4fed596df9446e704acc724aac55e"
3131
]
3232
}
33-
x-commit-hash: "73250f00372d3f28a25963ded6138728f4202663"
33+
x-commit-hash: "c28817c416ac0b381f6a6938236419ab5d86d6e1"

packages/upstream-extra/conf-jq.1/opam

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ flags: conf
1313
build: ["jq" "--version"]
1414
depexts: [
1515
["jq"] {os-family = "debian"}
16+
["jq"] {os-family = "ubuntu"}
1617
["jq"] {os-distribution = "fedora"}
1718
["jq"] {os-distribution = "rhel"}
1819
["epel-release" "jq"] {os-distribution = "centos"}

packages/upstream-extra/conf-ncurses.1/opam

+2
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ build:
2323
os != "openbsd"}
2424
depexts: [
2525
["ncurses-dev"] {os-family = "debian"}
26+
["lib64ncurses-dev"] {os-family = "ubuntu"}
2627
["ncurses"] {os-distribution = "nixos"}
2728
["ncurses-dev"] {os-distribution = "alpine"}
2829
["ncurses-devel"] {os-distribution = "fedora"}
@@ -32,4 +33,5 @@ depexts: [
3233
["ncurses-devel"] {os-family = "suse"}
3334
["ncurses"] {os-distribution = "arch"}
3435
["ncurses"] {os = "win32" & os-distribution = "cygwinports"}
36+
["ncurses"] {os = "freebsd"}
3537
]

packages/upstream-extra/conf-ruby.1.0.0/opam

+2
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,11 @@ depexts: [
1616
["ruby"] {os-distribution = "arch"}
1717
["ruby"] {os-distribution = "centos"}
1818
["ruby"] {os-family = "debian"}
19+
["ruby"] {os-family = "ubuntu"}
1920
["ruby"] {os-distribution = "fedora"}
2021
["dev-lang/ruby"] {os-distribution = "gentoo"}
2122
["ruby"] {os-distribution = "homebrew" & os = "macos"}
23+
["ruby"] {os = "freebsd"}
2224
["ruby"] {os = "netbsd"}
2325
["ruby"] {os-distribution = "nixos"}
2426
["ruby"] {os = "openbsd"}

packages/upstream-extra/conf-xen.1/opam

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ build: ["sh" "-exc" "cc -c $CFLAGS -I/usr/local/include test.c"]
1515
depexts: [
1616
["xen-dev"] {os-distribution = "alpine"}
1717
["libxen-dev"] {os-family = "debian"}
18+
["libxen-dev"] {os-family = "ubuntu"}
1819
["xen-devel"] {os-distribution = "centos"}
1920
["xen-devel"] {os-distribution = "fedora"}
2021
["xen-devel"] {os-distribution = "rhel"}

packages/upstream-extra/dot-merlin-reader.4.9/opam

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ bug-reports: "https://github.com/ocaml/merlin/issues"
1313
depends: [
1414
"ocaml" {>= "4.08" & < "6.0"}
1515
"dune" {>= "2.9.0"}
16-
"merlin-lib" {>= "4.9"}
16+
"merlin-lib" {>= "4.9" & < "4.14-502"}
1717
"ocamlfind" {>= "1.6.0"}
1818
]
1919
build: [

packages/upstream-extra/dune-rpc.3.14.0/opam packages/upstream-extra/dune-rpc.3.15.2/opam

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
opam-version: "2.0"
22
name: "dune-rpc"
3-
version: "3.14.0"
3+
version: "3.15.2"
44
synopsis: "Communicate with dune using rpc"
55
description: "Library to connect and control a running dune instance"
66
maintainer: "Jane Street Group, LLC <opensource@janestreet.com>"
@@ -28,10 +28,10 @@ build: [
2828
dev-repo: "git+https://github.com/ocaml/dune.git"
2929
url {
3030
src:
31-
"https://github.com/ocaml/dune/releases/download/3.14.0/dune-3.14.0.tbz"
31+
"https://github.com/ocaml/dune/releases/download/3.15.2/dune-3.15.2.tbz"
3232
checksum: [
33-
"sha256=f4d09d89162621fdff424c253fa50c4920d2179fb5b3d1debab7bbe97c68b2fc"
34-
"sha512=f5ead1a9a0cc26e00a762e83e107b47c3c3fe9b44d9e505547c385c7938208d4fdcc91a8099512e76ea4a426f3543445b4d75ef0b621dc7dbfdcbb615bc0b999"
33+
"sha256=f959980542ca85909b3f3f8e9be65c2b8a375f3a4e3bd83c7ad7a07f2e077933"
34+
"sha512=d752b8c09130cf3d564b3a524e3148783b581daa3f9a61d0f52bf4d6995ef73258e71877dbfd8b7516f9a4bac5ad973e80f4fed596df9446e704acc724aac55e"
3535
]
3636
}
37-
x-commit-hash: "73250f00372d3f28a25963ded6138728f4202663"
37+
x-commit-hash: "c28817c416ac0b381f6a6938236419ab5d86d6e1"

packages/upstream-extra/ocamlc-loc.3.14.0/opam packages/upstream-extra/ocamlc-loc.3.15.2/opam

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
opam-version: "2.0"
22
name: "ocamlc-loc"
3-
version: "3.14.0"
3+
version: "3.15.2"
44
synopsis: "Parse ocaml compiler output into structured form"
55
description:
66
"This library offers no backwards compatibility guarantees. Use at your own risk."
@@ -28,10 +28,10 @@ build: [
2828
dev-repo: "git+https://github.com/ocaml/dune.git"
2929
url {
3030
src:
31-
"https://github.com/ocaml/dune/releases/download/3.14.0/dune-3.14.0.tbz"
31+
"https://github.com/ocaml/dune/releases/download/3.15.2/dune-3.15.2.tbz"
3232
checksum: [
33-
"sha256=f4d09d89162621fdff424c253fa50c4920d2179fb5b3d1debab7bbe97c68b2fc"
34-
"sha512=f5ead1a9a0cc26e00a762e83e107b47c3c3fe9b44d9e505547c385c7938208d4fdcc91a8099512e76ea4a426f3543445b4d75ef0b621dc7dbfdcbb615bc0b999"
33+
"sha256=f959980542ca85909b3f3f8e9be65c2b8a375f3a4e3bd83c7ad7a07f2e077933"
34+
"sha512=d752b8c09130cf3d564b3a524e3148783b581daa3f9a61d0f52bf4d6995ef73258e71877dbfd8b7516f9a4bac5ad973e80f4fed596df9446e704acc724aac55e"
3535
]
3636
}
37-
x-commit-hash: "73250f00372d3f28a25963ded6138728f4202663"
37+
x-commit-hash: "c28817c416ac0b381f6a6938236419ab5d86d6e1"

packages/upstream-extra/ocamlformat-rpc-lib.0.26.1/opam packages/upstream-extra/ocamlformat-rpc-lib.0.26.2/opam

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
opam-version: "2.0"
22
name: "ocamlformat-rpc-lib"
3-
version: "0.26.1"
3+
version: "0.26.2"
44
synopsis: "Auto-formatter for OCaml code (RPC mode)"
55
description:
66
"OCamlFormat is a tool to automatically format OCaml code in a uniform style. This package defines a RPC interface to OCamlFormat"
@@ -42,10 +42,10 @@ build: [
4242
dev-repo: "git+https://github.com/ocaml-ppx/ocamlformat.git"
4343
url {
4444
src:
45-
"https://github.com/ocaml-ppx/ocamlformat/releases/download/0.26.1/ocamlformat-0.26.1.tbz"
45+
"https://github.com/ocaml-ppx/ocamlformat/releases/download/0.26.2/ocamlformat-0.26.2.tbz"
4646
checksum: [
47-
"sha256=da006e427f15b9ec612fb808d446599bd9b7c3ee25abeb3d555747a70d74c6d7"
48-
"sha512=b7413f8dc47ba3a2372e89d59cae54f9a602ab81e31cd14ed986a831111080b79a5a3cc45dac04d8ffae5054c35bf29fe9559f145c76c87a30e191ed5400942a"
47+
"sha256=2e4f596bf7aa367a844fe83ba0f6b0bf14b2a65179ddc082363fe9793d0375c5"
48+
"sha512=b03d57462e65b11aa9f78dd5c4548251e8d1c5a1c9662f7502bdb10472aeb9df33c1d407350767a5223fbff9c01d53de85bafacd0274b49abc4b43701b159bee"
4949
]
5050
}
51-
x-commit-hash: "6734dfc1992eb782f0a936ce3cd7c78b7c1d39d3"
51+
x-commit-hash: "f5727b32127730a2722f86c7119eb6d8f884e26d"

packages/upstream-extra/odoc-parser.2.4.1/opam packages/upstream-extra/odoc-parser.2.4.2/opam

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
opam-version: "2.0"
22
name: "odoc-parser"
3-
version: "2.4.1"
3+
version: "2.4.2"
44
synopsis: "Parser for ocaml documentation comments"
55
description: """\
66
Odoc_parser is a library for parsing the contents of OCaml documentation
@@ -36,10 +36,10 @@ build: [
3636
]
3737
dev-repo: "git+https://github.com/ocaml/odoc.git"
3838
url {
39-
src: "https://github.com/ocaml/odoc/releases/download/2.4.1/odoc-2.4.1.tbz"
39+
src: "https://github.com/ocaml/odoc/releases/download/2.4.2/odoc-2.4.2.tbz"
4040
checksum: [
41-
"sha256=b814a0b9020b503eb67f17d1d9a969d052b63d8cdc7cdfa5fb793b137558cedb"
42-
"sha512=8ed2ed6ef705c00a2c90b7c57e7e5c747247e3406f1b7415a46db7cbd19d02678db40be761984d627f4fa2d9b38f696c77d8b5d40108e12563e101d07949821c"
41+
"sha256=563cfdbb26ec8a30e737a9cf285a06e0bbae953f48e25bbb0f69f7a99c2ba40b"
42+
"sha512=8d48c99e0c253791177dd65287ce5cee47e7c6805e33f3ae0cf6c8e7d349128f26eebbe36459c31429c11519ad5979dbe36fbcb9403a5fde199a69976a3fb3a6"
4343
]
4444
}
45-
x-commit-hash: "0e671097a35ef938ea390a6bb894f25d8dc847a8"
45+
x-commit-hash: "85644b01ca86d1061766908bba3653ced2c15ce4"

packages/upstream-extra/odoc.2.4.1/opam packages/upstream-extra/odoc.2.4.2/opam

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
opam-version: "2.0"
22
name: "odoc"
3-
version: "2.4.1"
3+
version: "2.4.2"
44
synopsis: "OCaml Documentation Generator"
55
description: """\
66
**odoc** is a powerful and flexible documentation generator for OCaml. It reads *doc comments*, demarcated by `(** ... *)`, and transforms them into a variety of output formats, including HTML, LaTeX, and man pages.
@@ -39,7 +39,7 @@ depends: [
3939
"cppo" {build & >= "1.1.0"}
4040
"dune" {>= "3.7.0"}
4141
"fpath"
42-
"ocaml" {>= "4.02.0" & < "5.2"}
42+
"ocaml" {>= "4.02.0"}
4343
"result"
4444
"tyxml" {>= "4.4.0"}
4545
"fmt"
@@ -49,7 +49,7 @@ depends: [
4949
"conf-jq" {with-test}
5050
"ppx_expect" {with-test}
5151
"bos" {with-test}
52-
"crunch" {> "1.1.0"}
52+
"crunch" {> "2.0.0"}
5353
("ocaml" {< "4.07.0" & with-test} | "bisect_ppx" {with-test & > "2.5.0"})
5454
]
5555
build: [
@@ -68,10 +68,10 @@ build: [
6868
]
6969
dev-repo: "git+https://github.com/ocaml/odoc.git"
7070
url {
71-
src: "https://github.com/ocaml/odoc/releases/download/2.4.1/odoc-2.4.1.tbz"
71+
src: "https://github.com/ocaml/odoc/releases/download/2.4.2/odoc-2.4.2.tbz"
7272
checksum: [
73-
"sha256=b814a0b9020b503eb67f17d1d9a969d052b63d8cdc7cdfa5fb793b137558cedb"
74-
"sha512=8ed2ed6ef705c00a2c90b7c57e7e5c747247e3406f1b7415a46db7cbd19d02678db40be761984d627f4fa2d9b38f696c77d8b5d40108e12563e101d07949821c"
73+
"sha256=563cfdbb26ec8a30e737a9cf285a06e0bbae953f48e25bbb0f69f7a99c2ba40b"
74+
"sha512=8d48c99e0c253791177dd65287ce5cee47e7c6805e33f3ae0cf6c8e7d349128f26eebbe36459c31429c11519ad5979dbe36fbcb9403a5fde199a69976a3fb3a6"
7575
]
7676
}
77-
x-commit-hash: "0e671097a35ef938ea390a6bb894f25d8dc847a8"
77+
x-commit-hash: "85644b01ca86d1061766908bba3653ced2c15ce4"

packages/upstream-extra/qcheck-ounit.0.21.2/opam packages/upstream-extra/qcheck-ounit.0.21.3/opam

+4-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
opam-version: "2.0"
22
name: "qcheck-ounit"
3-
version: "0.21.2"
3+
version: "0.21.3"
44
synopsis: "OUnit backend for qcheck"
55
maintainer: "simon.cruanes.2007@m4x.org"
66
authors: "the qcheck contributors"
@@ -11,7 +11,6 @@ doc: "http://c-cube.github.io/qcheck/"
1111
bug-reports: "https://github.com/c-cube/qcheck/issues"
1212
depends: [
1313
"dune" {>= "2.8.0"}
14-
"base-bytes"
1514
"base-unix"
1615
"qcheck-core" {= version}
1716
"ounit2"
@@ -25,9 +24,9 @@ build: [
2524
]
2625
dev-repo: "git+https://github.com/c-cube/qcheck.git"
2726
url {
28-
src: "https://github.com/c-cube/qcheck/archive/v0.21.2.tar.gz"
27+
src: "https://github.com/c-cube/qcheck/archive/v0.21.3.tar.gz"
2928
checksum: [
30-
"md5=b8e3728fc1b534ee01e3c2b7e2b30bb3"
31-
"sha512=67ff77a66ccf046dfede9123a322002f232a0a65b8ce1890795a4a4ba247bc5413f988e7cfd53412418036c2b907e4cbcd7dcd39d7f1fd2481aee60107b075cc"
29+
"md5=8930042156873aa8dfa433d7c1bf8463"
30+
"sha512=89d8a8a1990cfa8cd839e732f4cc89d68811ae0cc04732668e1e2691e1eb6e3c525f75936bdb261aebdaa3a8845eb717128b0bf21884bbda80d64ba957d2e6e1"
3231
]
3332
}

packages/upstream-extra/qcheck.0.21.2/opam packages/upstream-extra/qcheck.0.21.3/opam

+4-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
opam-version: "2.0"
22
name: "qcheck"
3-
version: "0.21.2"
3+
version: "0.21.3"
44
synopsis: "Compatibility package for qcheck"
55
maintainer: "simon.cruanes.2007@m4x.org"
66
authors: "the qcheck contributors"
@@ -11,7 +11,6 @@ doc: "http://c-cube.github.io/qcheck/"
1111
bug-reports: "https://github.com/c-cube/qcheck/issues"
1212
depends: [
1313
"dune" {>= "2.8.0"}
14-
"base-bytes"
1514
"base-unix"
1615
"qcheck-core" {= version}
1716
"qcheck-ounit" {= version}
@@ -29,9 +28,9 @@ build: [
2928
]
3029
dev-repo: "git+https://github.com/c-cube/qcheck.git"
3130
url {
32-
src: "https://github.com/c-cube/qcheck/archive/v0.21.2.tar.gz"
31+
src: "https://github.com/c-cube/qcheck/archive/v0.21.3.tar.gz"
3332
checksum: [
34-
"md5=b8e3728fc1b534ee01e3c2b7e2b30bb3"
35-
"sha512=67ff77a66ccf046dfede9123a322002f232a0a65b8ce1890795a4a4ba247bc5413f988e7cfd53412418036c2b907e4cbcd7dcd39d7f1fd2481aee60107b075cc"
33+
"md5=8930042156873aa8dfa433d7c1bf8463"
34+
"sha512=89d8a8a1990cfa8cd839e732f4cc89d68811ae0cc04732668e1e2691e1eb6e3c525f75936bdb261aebdaa3a8845eb717128b0bf21884bbda80d64ba957d2e6e1"
3635
]
3736
}

packages/upstream-extra/xdg.3.14.0/opam packages/upstream-extra/xdg.3.15.2/opam

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
opam-version: "2.0"
22
name: "xdg"
3-
version: "3.14.0"
3+
version: "3.15.2"
44
synopsis: "XDG Base Directory Specification"
55
description:
66
"https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html"
@@ -24,10 +24,10 @@ build: [
2424
dev-repo: "git+https://github.com/ocaml/dune.git"
2525
url {
2626
src:
27-
"https://github.com/ocaml/dune/releases/download/3.14.0/dune-3.14.0.tbz"
27+
"https://github.com/ocaml/dune/releases/download/3.15.2/dune-3.15.2.tbz"
2828
checksum: [
29-
"sha256=f4d09d89162621fdff424c253fa50c4920d2179fb5b3d1debab7bbe97c68b2fc"
30-
"sha512=f5ead1a9a0cc26e00a762e83e107b47c3c3fe9b44d9e505547c385c7938208d4fdcc91a8099512e76ea4a426f3543445b4d75ef0b621dc7dbfdcbb615bc0b999"
29+
"sha256=f959980542ca85909b3f3f8e9be65c2b8a375f3a4e3bd83c7ad7a07f2e077933"
30+
"sha512=d752b8c09130cf3d564b3a524e3148783b581daa3f9a61d0f52bf4d6995ef73258e71877dbfd8b7516f9a4bac5ad973e80f4fed596df9446e704acc724aac55e"
3131
]
3232
}
33-
x-commit-hash: "73250f00372d3f28a25963ded6138728f4202663"
33+
x-commit-hash: "c28817c416ac0b381f6a6938236419ab5d86d6e1"

packages/upstream/batteries.3.7.2/opam packages/upstream/batteries.3.8.0/opam

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
opam-version: "2.0"
22
name: "batteries"
3-
version: "3.7.2"
3+
version: "3.8.0"
44
synopsis: "A community-maintained standard library extension"
55
maintainer: [
66
"Cedric Cellier <rixed@happyleptic.org>"
@@ -17,7 +17,7 @@ bug-reports:
1717
"https://github.com/ocaml-batteries-team/batteries-included/issues"
1818
depends: [
1919
"dune" {>= "2.7"}
20-
"ocaml" {>= "4.05" & < "5.2"}
20+
"ocaml" {>= "4.05" & < "5.3"}
2121
"camlp-streams"
2222
"ocamlfind" {>= "1.5.3"}
2323
"qtest" {with-test & >= "2.5"}
@@ -46,9 +46,9 @@ dev-repo:
4646
"git+https://github.com/ocaml-batteries-team/batteries-included.git"
4747
url {
4848
src:
49-
"https://github.com/ocaml-batteries-team/batteries-included/archive/refs/tags/v3.7.2.tar.gz"
49+
"https://github.com/ocaml-batteries-team/batteries-included/archive/refs/tags/v3.8.0.tar.gz"
5050
checksum: [
51-
"md5=1fd7bddce07cf5d244fc9427f7b5e4d4"
52-
"sha512=c0f2a0fdc8253e0ea999d8d4c58bfbf32b18d251a2e1d9656bf279de5f01a33e9aabac3af4d95f465f8b671e7711ebd37218043face233340a0c11b08fa62f78"
51+
"md5=b691e5870f876c6e590d6aa51b4c5457"
52+
"sha512=3b0643ff337cd70da8c4b77887d212e82d043a7163fca36588be12186bc86bbcf0d56b13349325f12eabb96c846204c88560786342f50af7bf4e20b9480d3964"
5353
]
5454
}

packages/upstream/cohttp.5.2.0/opam

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ homepage: "https://github.com/mirage/ocaml-cohttp"
3434
doc: "https://mirage.github.io/ocaml-cohttp/"
3535
bug-reports: "https://github.com/mirage/ocaml-cohttp/issues"
3636
depends: [
37-
"ocaml" {>= "4.08"}
37+
("ocaml" {>= "4.08" & < "5.0"} | ("ocaml" {>= "5.0"} & "base-bytes"))
3838
"dune" {>= "2.0"}
3939
"re" {>= "1.9.0"}
4040
"uri" {>= "2.0.0"}

packages/upstream/conduit-async.6.2.1/opam packages/upstream/conduit-async.6.2.2/opam

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
opam-version: "2.0"
22
name: "conduit-async"
3-
version: "6.2.1"
3+
version: "6.2.2"
44
synopsis: "A network connection establishment library for Async"
55
maintainer: "anil@recoil.org"
66
authors: [
@@ -34,10 +34,10 @@ build: [
3434
dev-repo: "git+https://github.com/mirage/ocaml-conduit.git"
3535
url {
3636
src:
37-
"https://github.com/mirage/ocaml-conduit/releases/download/v6.2.1/conduit-6.2.1.tbz"
37+
"https://github.com/mirage/ocaml-conduit/releases/download/v6.2.2/conduit-6.2.2.tbz"
3838
checksum: [
39-
"sha256=59d5e7b62437be489b0b79ce11ff90ac04ef39c683e4cefca8587afdc2f55bbb"
40-
"sha512=c8e12d843d73cc776850f1b77e805380ac64f6c81b7bc4516befdeacf4785aeb638a0ccc62d7c1990c66edda6bf679c59c93210ffefeafed9a5fa3ec1bfedeca"
39+
"sha256=58eabf878fe2a5612f5a4f2b484ff749a5febbea3b3ceeb9af43ac235f2b2445"
40+
"sha512=ab8ee5c2b9d879869181d5dfe111aefeefaa10063d89f21d5fc6023e8a7b83738b246dcadce7d583f5b8e918026cdb73cc66b32a8d5c2f874966fa37d5e67719"
4141
]
4242
}
43-
x-commit-hash: "2977ef8b910d8283f6bd7f96305af5006ee7c7dd"
43+
x-commit-hash: "18130daf3907388ecb03ab99192fd1ce98561ca8"

packages/upstream/conduit-lwt-unix.6.2.1/opam packages/upstream/conduit-lwt-unix.6.2.2/opam

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
opam-version: "2.0"
22
name: "conduit-lwt-unix"
3-
version: "6.2.1"
3+
version: "6.2.2"
44
synopsis: "A network connection establishment library for Lwt_unix"
55
maintainer: "anil@recoil.org"
66
authors: [
@@ -38,10 +38,10 @@ build: [
3838
dev-repo: "git+https://github.com/mirage/ocaml-conduit.git"
3939
url {
4040
src:
41-
"https://github.com/mirage/ocaml-conduit/releases/download/v6.2.1/conduit-6.2.1.tbz"
41+
"https://github.com/mirage/ocaml-conduit/releases/download/v6.2.2/conduit-6.2.2.tbz"
4242
checksum: [
43-
"sha256=59d5e7b62437be489b0b79ce11ff90ac04ef39c683e4cefca8587afdc2f55bbb"
44-
"sha512=c8e12d843d73cc776850f1b77e805380ac64f6c81b7bc4516befdeacf4785aeb638a0ccc62d7c1990c66edda6bf679c59c93210ffefeafed9a5fa3ec1bfedeca"
43+
"sha256=58eabf878fe2a5612f5a4f2b484ff749a5febbea3b3ceeb9af43ac235f2b2445"
44+
"sha512=ab8ee5c2b9d879869181d5dfe111aefeefaa10063d89f21d5fc6023e8a7b83738b246dcadce7d583f5b8e918026cdb73cc66b32a8d5c2f874966fa37d5e67719"
4545
]
4646
}
47-
x-commit-hash: "2977ef8b910d8283f6bd7f96305af5006ee7c7dd"
47+
x-commit-hash: "18130daf3907388ecb03ab99192fd1ce98561ca8"

0 commit comments

Comments
 (0)