Skip to content

Commit fe359ef

Browse files
authored
Merge pull request #710 from psafont/plusplus
2 parents ab7d4f0 + 9828d88 commit fe359ef

File tree

76 files changed

+477
-396
lines changed
  • .github
  • packages
    • alcotest/alcotest.1.8.0
    • alcotest-lwt/alcotest-lwt.1.8.0
    • base/base.v0.16.3
    • bigstringaf/bigstringaf.0.10.0
    • chrome-trace/chrome-trace.3.16.0
    • cohttp/cohttp.5.3.1
    • cohttp-lwt/cohttp-lwt.5.3.0
    • cohttp-lwt-unix/cohttp-lwt-unix.5.3.0
    • conduit/conduit.7.1.0
    • conduit-lwt/conduit-lwt.7.1.0
    • conduit-lwt-unix/conduit-lwt-unix.7.1.0
    • conf-autoconf/conf-autoconf.0.2
    • conf-bash/conf-bash.1
    • conf-gmp/conf-gmp.4
    • conf-gmp-powm-sec/conf-gmp-powm-sec.3
    • conf-libffi/conf-libffi.2.0.0
    • conf-libssl/conf-libssl.4
    • conf-pkg-config/conf-pkg-config.3
    • cppo/cppo.1.7.0
    • ctypes/ctypes.0.23.0
    • ctypes-foreign/ctypes-foreign.0.23.0
    • dune/dune.3.16.0
    • dune-build-info/dune-build-info.3.16.0
    • dune-configurator/dune-configurator.3.16.0
    • dune-private-libs/dune-private-libs.3.16.0
    • dune-rpc/dune-rpc.3.16.0
    • dune-site/dune-site.3.16.0
    • dyn/dyn.3.16.0
    • either/either.1.0.0
    • goblint/goblint.2.4.0
    • goblint-cil/goblint-cil.2.0.4
    • inotify/inotify.2.6
    • jsonrpc/jsonrpc.1.19.0
    • lwt_log/lwt_log.1.1.2
    • menhir/menhir.20240715
    • menhirCST/menhirCST.20240715
    • menhirLib/menhirLib.20240715
    • menhirSdk/menhirSdk.20240715
    • mtime/mtime.2.1.0
    • num/num.1.5-1
    • ocaml-base-compiler/ocaml-base-compiler.4.14.2
    • ocaml-version/ocaml-version.3.6.8
    • ocamlbuild/ocamlbuild.0.15.0
    • ocamlc-loc/ocamlc-loc.3.16.0
    • ocamlformat/ocamlformat.0.26.2
    • ocamlformat-lib/ocamlformat-lib.0.26.2
    • odoc/odoc.2.4.3
    • odoc-parser/odoc-parser.2.4.3
    • opam-depext/opam-depext.1.2.1
    • opentelemetry/opentelemetry.0.10
    • opentelemetry-client-ocurl/opentelemetry-client-ocurl.0.10
    • ordering/ordering.3.16.0
    • parsexp/parsexp.v0.16.0
    • pbrt/pbrt.3.1.1
    • polly/polly.0.4.1
    • ppx_deriving_yojson/ppx_deriving_yojson.3.9.0
    • ppx_sexp_conv/ppx_sexp_conv.v0.16.0
    • ppxlib/ppxlib.0.33.0
    • ptime/ptime.1.2.0
    • qcheck-alcotest/qcheck-alcotest.0.22
    • qcheck-core/qcheck-core.0.22
    • qcheck-ounit/qcheck-ounit.0.22
    • re/re.1.12.0
    • sexplib/sexplib.v0.16.0
    • sexplib0/sexplib0.v0.16.0
    • stdio/stdio.v0.16.0
    • stdune/stdune.3.16.0
    • uri/uri.4.4.0+1
    • uri-sexp/uri-sexp.4.4.0+1
    • utop/utop.2.14.0
    • uucp/uucp.16.0.0
    • uuseg/uuseg.16.0.0
    • xdg/xdg.3.16.0
    • zarith

Some content is hidden

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

76 files changed

+477
-396
lines changed

.github/known-licenses.txt

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@ BSD-3-Clause
55
curl
66
GPL-1.0-or-later
77
GPL-2.0-only
8+
GPL-2.0-or-later
89
GPL-3.0-only
10+
GPL-2.0-only AND LGPL-3.0-only
11+
GPL-3.0-or-later
912
ISC
1013
MIT
1114
MPL-2.0
@@ -20,8 +23,6 @@ LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception AND BSD-3-Clause
2023
LGPL-3.0-only
2124
LGPL-3.0-only WITH OCaml-LGPL-linking-exception
2225
LGPL-2.1-or-later WITH OpenSSL-linking-exception
23-
GPL-2.0-or-later
24-
GPL-2.0-only AND LGPL-3.0-only
2526
MIT AND LGPL-2.1-only WITH OCaml-LGPL-linking-exception
2627
Ruby
2728
Unlicense

packages/alcotest-lwt/alcotest-lwt.1.7.0/opam packages/alcotest-lwt/alcotest-lwt.1.8.0/opam

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
opam-version: "2.0"
22
name: "alcotest-lwt"
3-
version: "1.7.0"
3+
version: "1.8.0"
44
synopsis: "Lwt-based helpers for Alcotest"
55
description: "Lwt-based helpers for Alcotest"
66
maintainer: "thomas@gazagnaire.org"
@@ -12,9 +12,9 @@ bug-reports: "https://github.com/mirage/alcotest/issues"
1212
depends: [
1313
"dune" {>= "3.0"}
1414
"re" {with-test}
15-
"cmdliner" {with-test & >= "1.1.0"}
15+
"cmdliner" {with-test & >= "1.2.0"}
1616
"fmt"
17-
"ocaml" {>= "4.05.0"}
17+
"ocaml" {>= "4.08.0"}
1818
"alcotest" {= version}
1919
"lwt"
2020
"logs"
@@ -37,10 +37,10 @@ build: [
3737
dev-repo: "git+https://github.com/mirage/alcotest.git"
3838
url {
3939
src:
40-
"https://github.com/mirage/alcotest/releases/download/1.7.0/alcotest-1.7.0.tbz"
40+
"https://github.com/mirage/alcotest/releases/download/1.8.0/alcotest-1.8.0.tbz"
4141
checksum: [
42-
"sha256=812bacdb34b45e88995e07d7306bdab2f72479ef1996637f1d5d1f41667902df"
43-
"sha512=4ae1ba318949ec9db8b87bc8072632a02f0e4003a95ab21e474f5c34c3b5bde867b0194a2d0ea7d9fc4580c70a30ca39287d33a8c134acc7611902f79c7b7ce8"
42+
"sha256=cba1bd01707c8c55b4764bb0df8c9c732be321e1f1c1a96a406e56d8dbca1d0e"
43+
"sha512=eebb034c990abd253f526e848a99881686d7bd3c7d1b1d373953d568d062e3d5aaa79b6b4807455aaa9a98710eca4ada30e816a0134717a380619a597575564d"
4444
]
4545
}
46-
x-commit-hash: "927088ffadce153306a36cef4d0fed52609208f6"
46+
x-commit-hash: "6313c95008cc5d87888cdd86ae1c25e50627f466"

packages/alcotest/alcotest.1.7.0/opam packages/alcotest/alcotest.1.8.0/opam

+9-11
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
opam-version: "2.0"
22
name: "alcotest"
3-
version: "1.7.0"
3+
version: "1.8.0"
44
synopsis: "Alcotest is a lightweight and colourful test framework"
55
description: """\
66
Alcotest exposes simple interface to perform unit tests. It exposes
@@ -20,10 +20,10 @@ doc: "https://mirage.github.io/alcotest"
2020
bug-reports: "https://github.com/mirage/alcotest/issues"
2121
depends: [
2222
"dune" {>= "3.0"}
23-
"ocaml" {>= "4.05.0"}
23+
"ocaml" {>= "4.08"}
2424
"fmt" {>= "0.8.7"}
2525
"astring"
26-
"cmdliner" {>= "1.1.0"}
26+
"cmdliner" {>= "1.2.0"}
2727
"re" {>= "1.7.2"}
2828
"stdlib-shims"
2929
"uutf" {>= "1.0.1"}
@@ -32,6 +32,7 @@ depends: [
3232
]
3333
conflicts: [
3434
"result" {< "1.5"}
35+
"js_of_ocaml-compiler" {< "5.8"}
3536
]
3637
build: [
3738
["dune" "subst"] {dev}
@@ -43,20 +44,17 @@ build: [
4344
"-j"
4445
jobs
4546
"@install"
46-
"@runtest"
47-
{with-test & arch != "arm32" & arch != "x86_32" & arch != "s390x" &
48-
arch != "ppc64" &
49-
ocaml:version < "5.2"}
47+
"@runtest" {with-test}
5048
"@doc" {with-doc}
5149
]
5250
]
5351
dev-repo: "git+https://github.com/mirage/alcotest.git"
5452
url {
5553
src:
56-
"https://github.com/mirage/alcotest/releases/download/1.7.0/alcotest-1.7.0.tbz"
54+
"https://github.com/mirage/alcotest/releases/download/1.8.0/alcotest-1.8.0.tbz"
5755
checksum: [
58-
"sha256=812bacdb34b45e88995e07d7306bdab2f72479ef1996637f1d5d1f41667902df"
59-
"sha512=4ae1ba318949ec9db8b87bc8072632a02f0e4003a95ab21e474f5c34c3b5bde867b0194a2d0ea7d9fc4580c70a30ca39287d33a8c134acc7611902f79c7b7ce8"
56+
"sha256=cba1bd01707c8c55b4764bb0df8c9c732be321e1f1c1a96a406e56d8dbca1d0e"
57+
"sha512=eebb034c990abd253f526e848a99881686d7bd3c7d1b1d373953d568d062e3d5aaa79b6b4807455aaa9a98710eca4ada30e816a0134717a380619a597575564d"
6058
]
6159
}
62-
x-commit-hash: "927088ffadce153306a36cef4d0fed52609208f6"
60+
x-commit-hash: "6313c95008cc5d87888cdd86ae1c25e50627f466"

packages/base/base.v0.15.1/opam packages/base/base.v0.16.3/opam

+9-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
opam-version: "2.0"
22
name: "base"
3-
version: "v0.15.1"
3+
version: "v0.16.3"
44
synopsis: "Full standard library replacement for OCaml"
55
description: """\
66
Full standard library replacement for OCaml
@@ -22,15 +22,18 @@ homepage: "https://github.com/janestreet/base"
2222
doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/base/index.html"
2323
bug-reports: "https://github.com/janestreet/base/issues"
2424
depends: [
25-
"ocaml" {>= "4.10.0"}
26-
"sexplib0" {>= "v0.15" & < "v0.16"}
25+
"ocaml" {>= "4.14.0"}
26+
"sexplib0" {>= "v0.16" & < "v0.17"}
2727
"dune" {>= "2.0.0"}
2828
"dune-configurator"
29+
"conf-bash"
2930
]
3031
build: ["dune" "build" "-p" name "-j" jobs]
3132
dev-repo: "git+https://github.com/janestreet/base.git"
3233
url {
33-
src: "https://github.com/janestreet/base/archive/refs/tags/v0.15.1.tar.gz"
34-
checksum:
35-
"sha256=755e303171ea267e3ba5af7aa8ea27537f3394d97c77d340b10f806d6ef61a14"
34+
src: "https://github.com/janestreet/base/archive/refs/tags/v0.16.3.tar.gz"
35+
checksum: [
36+
"md5=04572fc23a4651604cfcab83f720cb4c"
37+
"sha512=69380ed392faf4495459f97f70a10a6959fce71d2e6ba093472fc272141646307fd7872407de855dfa48ef0435f6587eae5aa50f4a67eac40a9e1946d0c3c070"
38+
]
3639
}

packages/bigstringaf/bigstringaf.0.9.1/opam packages/bigstringaf/bigstringaf.0.10.0/opam

+4-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
opam-version: "2.0"
22
name: "bigstringaf"
3-
version: "0.9.1"
3+
version: "0.10.0"
44
synopsis: "Bigstring intrinsics and fast blits based on memcpy/memmove"
55
description: """\
66
Bigstring intrinsics and fast blits based on memcpy/memmove
@@ -14,7 +14,7 @@ Bigstrings and other string-like types.
1414
So here they are. Go crazy."""
1515
maintainer: "Spiros Eliopoulos <spiros@inhabitedtype.com>"
1616
authors: "Spiros Eliopoulos <spiros@inhabitedtype.com>"
17-
license: "BSD-3-Clause"
17+
license: "BSD-3-clause"
1818
homepage: "https://github.com/inhabitedtype/bigstringaf"
1919
bug-reports: "https://github.com/inhabitedtype/bigstringaf/issues"
2020
depends: [
@@ -44,9 +44,6 @@ build: [
4444
]
4545
dev-repo: "git+https://github.com/inhabitedtype/bigstringaf.git"
4646
url {
47-
src: "https://github.com/inhabitedtype/bigstringaf/archive/0.9.1.tar.gz"
48-
checksum: [
49-
"sha256=87f99277d614998b6550941c5218dfe1bafeac1ad2821254c987ec281a6a550b"
50-
"md5=909fdc277cf03096a35b565325d5314a"
51-
]
47+
src: "https://github.com/inhabitedtype/bigstringaf/archive/0.10.0.tar.gz"
48+
checksum: "md5=be0a44416840852777651150757a0a3b"
5249
}

packages/chrome-trace/chrome-trace.3.15.3/opam packages/chrome-trace/chrome-trace.3.16.0/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.15.3"
3+
version: "3.16.0"
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.15.3/dune-3.15.3.tbz"
27+
"https://github.com/ocaml/dune/releases/download/3.16.0/dune-3.16.0.tbz"
2828
checksum: [
29-
"sha256=3c27c7676414056f0368a71fdc670d2b0a59898090c78a1b68230984e5beb713"
30-
"sha512=c88ac7a6ed9334a4bc6231ecfb0efaa961dda99bc386fd5b92505151ff833dfaf058d75305fbb64c496e570058ec9000ac6add06dda7a395e757e924af1d1a7f"
29+
"sha256=5481dde7918ca3121e02c34d74339f734b32d5883efb8c1b8056471e74f9bda6"
30+
"sha512=529f937c61bc9ea7b135c2425f2d730478b48e6ab6b6455c354138d27b76bd43afce40d4784a6f183d6308d3cf0f5d5cea5bea070f83442949762ed818fb44bc"
3131
]
3232
}
33-
x-commit-hash: "55da8f9248e3f5a06d6234ae35b140d1b37c6f0b"
33+
x-commit-hash: "e4380ffddbdf924b3ec4c56048cd8331e1bf39ed"

packages/cohttp-lwt-unix/cohttp-lwt-unix.5.2.0/opam packages/cohttp-lwt-unix/cohttp-lwt-unix.5.3.0/opam

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
opam-version: "2.0"
22
name: "cohttp-lwt-unix"
3-
version: "5.2.0"
3+
version: "5.3.0"
44
synopsis: "CoHTTP implementation for Unix and Windows using Lwt"
55
description: """\
66
An implementation of an HTTP client and server using the Lwt
@@ -35,7 +35,7 @@ depends: [
3535
"magic-mime"
3636
"logs"
3737
"fmt" {>= "0.8.2"}
38-
"cohttp-lwt" {= version}
38+
"cohttp-lwt" {>= "5.3.0" & <= "5.3.1"}
3939
"ppx_sexp_conv" {>= "v0.13.0"}
4040
"lwt" {>= "3.0.0"}
4141
"base-unix"
@@ -49,10 +49,10 @@ build: [
4949
dev-repo: "git+https://github.com/mirage/ocaml-cohttp.git"
5050
url {
5151
src:
52-
"https://github.com/mirage/ocaml-cohttp/releases/download/v5.2.0/cohttp-5.2.0.tbz"
52+
"https://github.com/mirage/ocaml-cohttp/releases/download/v5.3.0/cohttp-5.3.0.tbz"
5353
checksum: [
54-
"sha256=5dba8f26185603fb27f2ebfbadf701232ba8d1b2fe69e65e7253f21af7296f9b"
55-
"sha512=84c6609964efa65e1d2e51563a985041d73810b85bc25f8e757b45397903e28b4e91979c49afdc8ff1fd79b202ff15f8ec3516ae6ea5c69a25bfa0a2ae46a7ea"
54+
"sha256=b3bd91c704e5ea510e924b83ab2ede1fc46a2cce448b0f8cef4883b9a16eeddd"
55+
"sha512=529930d9b1f38737d91f47cb94f8bae381df87ea941cb8e75ee798354763bdf5091f4f3be31d0ba14b9944dc68203a3d98e235c38c66e7e176a114be9ff4acf3"
5656
]
5757
}
58-
x-commit-hash: "7f9e25d91b15715caacdea8e02873d20d8dfa2c2"
58+
x-commit-hash: "74a6f8d1c9669397c83c75c130ef5cb4dd62326b"

packages/cohttp-lwt/cohttp-lwt.5.2.0/opam packages/cohttp-lwt/cohttp-lwt.5.3.0/opam

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
opam-version: "2.0"
22
name: "cohttp-lwt"
3-
version: "5.2.0"
3+
version: "5.3.0"
44
synopsis: "CoHTTP implementation using the Lwt concurrency library"
55
description: """\
66
This is a portable implementation of HTTP that uses the Lwt
@@ -29,7 +29,7 @@ bug-reports: "https://github.com/mirage/ocaml-cohttp/issues"
2929
depends: [
3030
"ocaml" {>= "4.08"}
3131
"dune" {>= "2.0"}
32-
"cohttp" {= version}
32+
"cohttp" {>= "5.3.0" & <= "5.3.1"}
3333
"lwt" {>= "2.5.0"}
3434
"sexplib0"
3535
"ppx_sexp_conv" {>= "v0.13.0"}
@@ -44,10 +44,10 @@ build: [
4444
dev-repo: "git+https://github.com/mirage/ocaml-cohttp.git"
4545
url {
4646
src:
47-
"https://github.com/mirage/ocaml-cohttp/releases/download/v5.2.0/cohttp-5.2.0.tbz"
47+
"https://github.com/mirage/ocaml-cohttp/releases/download/v5.3.0/cohttp-5.3.0.tbz"
4848
checksum: [
49-
"sha256=5dba8f26185603fb27f2ebfbadf701232ba8d1b2fe69e65e7253f21af7296f9b"
50-
"sha512=84c6609964efa65e1d2e51563a985041d73810b85bc25f8e757b45397903e28b4e91979c49afdc8ff1fd79b202ff15f8ec3516ae6ea5c69a25bfa0a2ae46a7ea"
49+
"sha256=b3bd91c704e5ea510e924b83ab2ede1fc46a2cce448b0f8cef4883b9a16eeddd"
50+
"sha512=529930d9b1f38737d91f47cb94f8bae381df87ea941cb8e75ee798354763bdf5091f4f3be31d0ba14b9944dc68203a3d98e235c38c66e7e176a114be9ff4acf3"
5151
]
5252
}
53-
x-commit-hash: "7f9e25d91b15715caacdea8e02873d20d8dfa2c2"
53+
x-commit-hash: "74a6f8d1c9669397c83c75c130ef5cb4dd62326b"

packages/cohttp/cohttp.5.2.0/opam packages/cohttp/cohttp.5.3.1/opam

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
opam-version: "2.0"
22
name: "cohttp"
3-
version: "5.2.0"
3+
version: "5.3.1"
44
synopsis: "An OCaml library for HTTP clients and servers"
55
description: """\
66
Cohttp is an OCaml library for creating HTTP daemons. It has a portable
@@ -56,10 +56,10 @@ build: [
5656
dev-repo: "git+https://github.com/mirage/ocaml-cohttp.git"
5757
url {
5858
src:
59-
"https://github.com/mirage/ocaml-cohttp/releases/download/v5.2.0/cohttp-5.2.0.tbz"
59+
"https://github.com/mirage/ocaml-cohttp/releases/download/v5.3.1/cohttp-5.3.1.tbz"
6060
checksum: [
61-
"sha256=5dba8f26185603fb27f2ebfbadf701232ba8d1b2fe69e65e7253f21af7296f9b"
62-
"sha512=84c6609964efa65e1d2e51563a985041d73810b85bc25f8e757b45397903e28b4e91979c49afdc8ff1fd79b202ff15f8ec3516ae6ea5c69a25bfa0a2ae46a7ea"
61+
"sha256=f5e273d3c2f29ff47bd7e16db23e1f3d6cd01a40be00208985bc434c88d4576b"
62+
"sha512=26580405fc33cd7e05b2c91732df97da9ba609d7392e5779be601aa65e34f1991d2b0ae2870ac29e57567f583dc0e13e61d3c4a74c7ac21012453acb33a37ae3"
6363
]
6464
}
65-
x-commit-hash: "7f9e25d91b15715caacdea8e02873d20d8dfa2c2"
65+
x-commit-hash: "0bb4e195b7ffbe2e70f5d9cd3a61973ad9593740"
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.3"
3+
version: "7.1.0"
44
synopsis: "A network connection establishment library for Lwt_unix"
55
maintainer: "anil@recoil.org"
66
authors: [
@@ -11,13 +11,13 @@ tags: "org:mirage"
1111
homepage: "https://github.com/mirage/ocaml-conduit"
1212
bug-reports: "https://github.com/mirage/ocaml-conduit/issues"
1313
depends: [
14-
"ocaml" {>= "4.08.0"}
14+
"ocaml" {>= "4.13.0"}
1515
"dune" {>= "2.0"}
1616
"base-unix"
1717
"logs"
1818
"ppx_sexp_conv" {>= "v0.13.0"}
1919
"conduit-lwt" {= version}
20-
"lwt" {>= "3.0.0"}
20+
"lwt" {>= "5.7.0"}
2121
"uri" {>= "1.9.4"}
2222
"ipaddr" {>= "4.0.0"}
2323
"ipaddr-sexp"
@@ -28,7 +28,7 @@ depends: [
2828
]
2929
depopts: ["tls-lwt" "lwt_ssl" "launchd"]
3030
conflicts: [
31-
"tls-lwt" {< "0.16.0"}
31+
"tls-lwt" {< "1.0.0"}
3232
"ssl" {< "0.5.12"}
3333
]
3434
build: [
@@ -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.3/conduit-6.2.3.tbz"
41+
"https://github.com/mirage/ocaml-conduit/releases/download/v7.1.0/conduit-7.1.0.tbz"
4242
checksum: [
43-
"sha256=3a4684bb1485b1f247d6084dd0a356e1027e92c2cd467b35cabd59a764423e79"
44-
"sha512=9fdb07540ae495e820e454a81f333551c18d3207c974adf35719198b93ff3f3d368f6558af8a80b6bd2af720ec6cbd274e7eecb816ac87384bcf8ac0d87357d3"
43+
"sha256=58d2218a07e71706025de38ca0253233e970f35b4cacd37f706941b4cbea57f7"
44+
"sha512=3d52e16202b443c72801828ab4a08ff2ae36ca03f3991793f6b155770d687718f6646fe85b70d7cadf670e4caf99af42bcf492ee70236f6a9a0d8a425deb03a6"
4545
]
4646
}
47-
x-commit-hash: "81fe395407308b01f573b598e85be99fea1cdbef"
47+
x-commit-hash: "0805a919c51c702fcc4ff0b8565930b10d762218"
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
opam-version: "2.0"
22
name: "conduit-lwt"
3-
version: "6.2.3"
3+
version: "7.1.0"
44
synopsis: "A portable network connection establishment library using Lwt"
55
maintainer: "anil@recoil.org"
66
authors: [
@@ -11,13 +11,13 @@ tags: "org:mirage"
1111
homepage: "https://github.com/mirage/ocaml-conduit"
1212
bug-reports: "https://github.com/mirage/ocaml-conduit/issues"
1313
depends: [
14-
"ocaml" {>= "4.08.0"}
14+
"ocaml" {>= "4.13.0"}
1515
"dune" {>= "2.0"}
1616
"base-unix"
1717
"ppx_sexp_conv" {>= "v0.13.0"}
18-
"sexplib"
18+
"sexplib0"
1919
"conduit" {= version}
20-
"lwt" {>= "3.0.0"}
20+
"lwt" {>= "5.7.0"}
2121
]
2222
build: [
2323
["dune" "subst"] {dev}
@@ -26,10 +26,10 @@ build: [
2626
dev-repo: "git+https://github.com/mirage/ocaml-conduit.git"
2727
url {
2828
src:
29-
"https://github.com/mirage/ocaml-conduit/releases/download/v6.2.3/conduit-6.2.3.tbz"
29+
"https://github.com/mirage/ocaml-conduit/releases/download/v7.1.0/conduit-7.1.0.tbz"
3030
checksum: [
31-
"sha256=3a4684bb1485b1f247d6084dd0a356e1027e92c2cd467b35cabd59a764423e79"
32-
"sha512=9fdb07540ae495e820e454a81f333551c18d3207c974adf35719198b93ff3f3d368f6558af8a80b6bd2af720ec6cbd274e7eecb816ac87384bcf8ac0d87357d3"
31+
"sha256=58d2218a07e71706025de38ca0253233e970f35b4cacd37f706941b4cbea57f7"
32+
"sha512=3d52e16202b443c72801828ab4a08ff2ae36ca03f3991793f6b155770d687718f6646fe85b70d7cadf670e4caf99af42bcf492ee70236f6a9a0d8a425deb03a6"
3333
]
3434
}
35-
x-commit-hash: "81fe395407308b01f573b598e85be99fea1cdbef"
35+
x-commit-hash: "0805a919c51c702fcc4ff0b8565930b10d762218"

0 commit comments

Comments
 (0)