this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #19218 from dinosaure/release-conduit-4.0.1

[new release] conduit, conduit-async, conduit-lwt, conduit-lwt-unix and conduit-mirage (4.0.1)

authored by

Kate and committed by
GitHub
a795bce3 5beb7871

+231 -3
+41
packages/conduit-async/conduit-async.4.0.1/opam
··· 1 + opam-version: "2.0" 2 + maintainer: "anil@recoil.org" 3 + authors: [ 4 + "Anil Madhavapeddy" "Thomas Leonard" "Thomas Gazagnaire" "Rudi Grinberg" 5 + ] 6 + license: "ISC" 7 + tags: "org:mirage" 8 + homepage: "https://github.com/mirage/ocaml-conduit" 9 + bug-reports: "https://github.com/mirage/ocaml-conduit/issues" 10 + depends: [ 11 + "ocaml" {>= "4.03.0"} 12 + "dune" {>= "2.0"} 13 + "core" 14 + "uri" {>= "4.0.0"} 15 + "ppx_here" {>= "v0.9.0"} 16 + "ppx_sexp_conv" {>="v0.13.0"} 17 + "sexplib" 18 + "conduit" {=version} 19 + "async" {>= "v0.10.0"} 20 + "ipaddr" {>= "3.0.0"} 21 + "ipaddr-sexp" {>= "4.0.0"} 22 + ] 23 + depopts: ["async_ssl"] 24 + conflicts: [ 25 + "async_ssl" {< "v0.9.0"} 26 + ] 27 + build: [ 28 + ["dune" "subst"] {dev} 29 + ["dune" "build" "-p" name "-j" jobs] 30 + ] 31 + dev-repo: "git+https://github.com/mirage/ocaml-conduit.git" 32 + synopsis: "A network connection establishment library for Async" 33 + x-commit-hash: "d3662ad5b40440c8474197a1856c4287294df372" 34 + url { 35 + src: 36 + "https://github.com/mirage/ocaml-conduit/releases/download/v4.0.1/conduit-v4.0.1.tbz" 37 + checksum: [ 38 + "sha256=500d95bf2a524f4851e94373e32d26b6e99ee04e5134db69fe6e151c3aad9b1f" 39 + "sha512=449aa5d1c609adaa507791c3130eda634cba4f89f46d94e557a076a1add90f93b0db3b22c43e4cb67266a7f8a52d47f5aae49af8e60ef8d07e1ca9b1f2381186" 40 + ] 41 + }
+45
packages/conduit-lwt-unix/conduit-lwt-unix.4.0.1/opam
··· 1 + opam-version: "2.0" 2 + maintainer: "anil@recoil.org" 3 + authors: [ 4 + "Anil Madhavapeddy" "Thomas Leonard" "Thomas Gazagnaire" "Rudi Grinberg" 5 + ] 6 + license: "ISC" 7 + tags: "org:mirage" 8 + homepage: "https://github.com/mirage/ocaml-conduit" 9 + bug-reports: "https://github.com/mirage/ocaml-conduit/issues" 10 + depends: [ 11 + "ocaml" {>= "4.07.0"} 12 + "dune" {>= "2.0"} 13 + "base-unix" 14 + "logs" 15 + "ppx_sexp_conv" {>="v0.13.0"} 16 + "conduit-lwt" {=version} 17 + "lwt" {>= "3.0.0"} 18 + "uri" {>= "1.9.4"} 19 + "ipaddr" {>= "4.0.0"} 20 + "ipaddr-sexp" 21 + "ca-certs" 22 + "lwt_log" {with-test} 23 + "ssl" {with-test} 24 + "lwt_ssl" {with-test} 25 + ] 26 + depopts: ["tls" "lwt_ssl" "launchd"] 27 + conflicts: [ 28 + "tls" {< "0.14.0"} 29 + "ssl" {< "0.5.9"} 30 + ] 31 + build: [ 32 + ["dune" "subst"] {dev} 33 + ["dune" "build" "-p" name "-j" jobs] 34 + ] 35 + dev-repo: "git+https://github.com/mirage/ocaml-conduit.git" 36 + synopsis: "A network connection establishment library for Lwt_unix" 37 + x-commit-hash: "d3662ad5b40440c8474197a1856c4287294df372" 38 + url { 39 + src: 40 + "https://github.com/mirage/ocaml-conduit/releases/download/v4.0.1/conduit-v4.0.1.tbz" 41 + checksum: [ 42 + "sha256=500d95bf2a524f4851e94373e32d26b6e99ee04e5134db69fe6e151c3aad9b1f" 43 + "sha512=449aa5d1c609adaa507791c3130eda634cba4f89f46d94e557a076a1add90f93b0db3b22c43e4cb67266a7f8a52d47f5aae49af8e60ef8d07e1ca9b1f2381186" 44 + ] 45 + }
+33
packages/conduit-lwt/conduit-lwt.4.0.1/opam
··· 1 + opam-version: "2.0" 2 + maintainer: "anil@recoil.org" 3 + authors: [ 4 + "Anil Madhavapeddy" "Thomas Leonard" "Thomas Gazagnaire" "Rudi Grinberg" 5 + ] 6 + license: "ISC" 7 + tags: "org:mirage" 8 + homepage: "https://github.com/mirage/ocaml-conduit" 9 + bug-reports: "https://github.com/mirage/ocaml-conduit/issues" 10 + depends: [ 11 + "ocaml" {>= "4.03.0"} 12 + "dune" {>= "2.0"} 13 + "base-unix" 14 + "ppx_sexp_conv" {>="v0.13.0"} 15 + "sexplib" 16 + "conduit" {=version} 17 + "lwt" {>= "3.0.0"} 18 + ] 19 + build: [ 20 + ["dune" "subst"] {dev} 21 + ["dune" "build" "-p" name "-j" jobs] 22 + ] 23 + dev-repo: "git+https://github.com/mirage/ocaml-conduit.git" 24 + synopsis: "A portable network connection establishment library using Lwt" 25 + x-commit-hash: "d3662ad5b40440c8474197a1856c4287294df372" 26 + url { 27 + src: 28 + "https://github.com/mirage/ocaml-conduit/releases/download/v4.0.1/conduit-v4.0.1.tbz" 29 + checksum: [ 30 + "sha256=500d95bf2a524f4851e94373e32d26b6e99ee04e5134db69fe6e151c3aad9b1f" 31 + "sha512=449aa5d1c609adaa507791c3130eda634cba4f89f46d94e557a076a1add90f93b0db3b22c43e4cb67266a7f8a52d47f5aae49af8e60ef8d07e1ca9b1f2381186" 32 + ] 33 + }
+52
packages/conduit-mirage/conduit-mirage.4.0.1/opam
··· 1 + opam-version: "2.0" 2 + maintainer: "anil@recoil.org" 3 + authors: ["Anil Madhavapeddy" "Thomas Leonard" "Thomas Gazagnaire"] 4 + license: "ISC" 5 + tags: "org:mirage" 6 + homepage: "https://github.com/mirage/ocaml-conduit" 7 + bug-reports: "https://github.com/mirage/ocaml-conduit/issues" 8 + depends: [ 9 + "ocaml" {>= "4.07.0"} 10 + "dune" {>= "2.0"} 11 + "ppx_sexp_conv" {>="v0.13.0"} 12 + "sexplib" 13 + "uri" {>= "4.0.0"} 14 + "bigarray-compat" 15 + "cstruct" {>= "3.0.0"} 16 + "mirage-stack" {>= "2.2.0"} 17 + "mirage-clock" {>= "3.0.0"} 18 + "mirage-flow" {>= "2.0.0"} 19 + "mirage-flow-combinators" {>= "2.0.0"} 20 + "mirage-random" {>= "2.0.0"} 21 + "mirage-time" {>= "2.0.0"} 22 + "dns-client" {>= "5.0.0"} 23 + "conduit-lwt" {=version} 24 + "vchan" {>= "5.0.0"} 25 + "xenstore" 26 + "tls" {>= "0.11.0"} 27 + "tls-mirage" {>= "0.11.0"} 28 + "ca-certs-nss" 29 + "ipaddr" {>= "3.0.0"} 30 + "ipaddr-sexp" 31 + "tcpip" {with-test} 32 + ] 33 + conflicts: [ 34 + "mirage-conduit" 35 + ] 36 + 37 + build: [ 38 + ["dune" "subst"] {dev} 39 + ["dune" "build" "-p" name "-j" jobs] 40 + ["dune" "runtest" "-p" name] {with-test} 41 + ] 42 + dev-repo: "git+https://github.com/mirage/ocaml-conduit.git" 43 + synopsis: "A network connection establishment library for MirageOS" 44 + x-commit-hash: "d3662ad5b40440c8474197a1856c4287294df372" 45 + url { 46 + src: 47 + "https://github.com/mirage/ocaml-conduit/releases/download/v4.0.1/conduit-v4.0.1.tbz" 48 + checksum: [ 49 + "sha256=500d95bf2a524f4851e94373e32d26b6e99ee04e5134db69fe6e151c3aad9b1f" 50 + "sha512=449aa5d1c609adaa507791c3130eda634cba4f89f46d94e557a076a1add90f93b0db3b22c43e4cb67266a7f8a52d47f5aae49af8e60ef8d07e1ca9b1f2381186" 51 + ] 52 + }
+57
packages/conduit/conduit.4.0.1/opam
··· 1 + opam-version: "2.0" 2 + maintainer: "anil@recoil.org" 3 + authors: [ 4 + "Anil Madhavapeddy" "Thomas Leonard" "Thomas Gazagnaire" "Rudi Grinberg" 5 + ] 6 + license: "ISC" 7 + tags: "org:mirage" 8 + homepage: "https://github.com/mirage/ocaml-conduit" 9 + doc: "https://mirage.github.io/ocaml-conduit/" 10 + bug-reports: "https://github.com/mirage/ocaml-conduit/issues" 11 + depends: [ 12 + "ocaml" {>= "4.03.0"} 13 + "dune" {>= "2.0"} 14 + "ppx_sexp_conv" {>="v0.13.0"} 15 + "sexplib" 16 + "astring" 17 + "uri" 18 + "logs" {>= "0.5.0"} 19 + "ipaddr" {>= "4.0.0"} 20 + "ipaddr-sexp" 21 + ] 22 + build: [ 23 + ["dune" "subst"] {dev} 24 + ["dune" "build" "-p" name "-j" jobs] 25 + ] 26 + dev-repo: "git+https://github.com/mirage/ocaml-conduit.git" 27 + synopsis: "A network connection establishment library" 28 + description: """ 29 + The `conduit` library takes care of establishing and listening for 30 + TCP and SSL/TLS connections for the Lwt and Async libraries. 31 + 32 + The reason this library exists is to provide a degree of abstraction 33 + from the precise SSL library used, since there are a variety of ways 34 + to bind to a library (e.g. the C FFI, or the Ctypes library), as well 35 + as well as which library is used (just OpenSSL for now). 36 + 37 + By default, OpenSSL is used as the preferred connection library, but 38 + you can force the use of the pure OCaml TLS stack by setting the 39 + environment variable `CONDUIT_TLS=native` when starting your program. 40 + 41 + The useful opam packages available that extend this library are: 42 + 43 + - `conduit`: the main `Conduit` module 44 + - `conduit-lwt`: the portable Lwt implementation 45 + - `conduit-lwt-unix`: the Lwt/Unix implementation 46 + - `conduit-async` the Jane Street Async implementation 47 + - `conduit-mirage`: the MirageOS compatible implementation 48 + """ 49 + x-commit-hash: "d3662ad5b40440c8474197a1856c4287294df372" 50 + url { 51 + src: 52 + "https://github.com/mirage/ocaml-conduit/releases/download/v4.0.1/conduit-v4.0.1.tbz" 53 + checksum: [ 54 + "sha256=500d95bf2a524f4851e94373e32d26b6e99ee04e5134db69fe6e151c3aad9b1f" 55 + "sha512=449aa5d1c609adaa507791c3130eda634cba4f89f46d94e557a076a1add90f93b0db3b22c43e4cb67266a7f8a52d47f5aae49af8e60ef8d07e1ca9b1f2381186" 56 + ] 57 + }
+1 -1
packages/git-paf/git-paf.3.4.0/opam
··· 24 24 "mirage-time" 25 25 "result" 26 26 "rresult" 27 - "tls" {>= "0.13.0"} 27 + "tls" {>= "0.13.0" & < "0.14.0"} 28 28 "uri" 29 29 ] 30 30 build: [
+2 -2
packages/git-unix/git-unix.3.4.0/opam
··· 46 46 "ptime" 47 47 "mimic" 48 48 "ca-certs-nss" {>= "3.60"} 49 - "tls" {>= "0.12.8"} 50 - "tls-mirage" {>= "0.12.8"} 49 + "tls" {>= "0.12.8" & < "0.14.0"} 50 + "tls-mirage" {>= "0.12.8" & < "0.14.0"} 51 51 "cohttp-lwt-unix" {with-test} 52 52 ] 53 53 x-ci-accept-failures: [