this repo has no description
0
fork

Configure Feed

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

Merge pull request #26587 from samoht/release-conduit-v7.1.0

[new release] conduit (5 packages) (7.1.0)

authored by

Anil Madhavapeddy and committed by
GitHub
5185cdc9 04965629

+236 -8
+41
packages/conduit-async/conduit-async.7.1.0/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.13.0"} 12 + "dune" {>= "2.0"} 13 + "core" {>= "v0.15.0"} 14 + "uri" {>= "4.0.0"} 15 + "ppx_here" {>= "v0.9.0"} 16 + "ppx_sexp_conv" {>="v0.13.0"} 17 + "sexplib0" 18 + "conduit" {=version} 19 + "async" {>= "v0.15.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 + url { 34 + src: 35 + "https://github.com/mirage/ocaml-conduit/releases/download/v7.1.0/conduit-7.1.0.tbz" 36 + checksum: [ 37 + "sha256=58d2218a07e71706025de38ca0253233e970f35b4cacd37f706941b4cbea57f7" 38 + "sha512=3d52e16202b443c72801828ab4a08ff2ae36ca03f3991793f6b155770d687718f6646fe85b70d7cadf670e4caf99af42bcf492ee70236f6a9a0d8a425deb03a6" 39 + ] 40 + } 41 + x-commit-hash: "0805a919c51c702fcc4ff0b8565930b10d762218"
+45
packages/conduit-lwt-unix/conduit-lwt-unix.7.1.0/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.13.0"} 12 + "dune" {>= "2.0"} 13 + "base-unix" 14 + "logs" 15 + "ppx_sexp_conv" {>="v0.13.0"} 16 + "conduit-lwt" {=version} 17 + "lwt" {>= "5.7.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" "lwt_ssl" "launchd"] 27 + conflicts: [ 28 + "tls-lwt" {< "1.0.0"} 29 + "ssl" {< "0.5.12"} 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 + url { 38 + src: 39 + "https://github.com/mirage/ocaml-conduit/releases/download/v7.1.0/conduit-7.1.0.tbz" 40 + checksum: [ 41 + "sha256=58d2218a07e71706025de38ca0253233e970f35b4cacd37f706941b4cbea57f7" 42 + "sha512=3d52e16202b443c72801828ab4a08ff2ae36ca03f3991793f6b155770d687718f6646fe85b70d7cadf670e4caf99af42bcf492ee70236f6a9a0d8a425deb03a6" 43 + ] 44 + } 45 + x-commit-hash: "0805a919c51c702fcc4ff0b8565930b10d762218"
+33
packages/conduit-lwt/conduit-lwt.7.1.0/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.13.0"} 12 + "dune" {>= "2.0"} 13 + "base-unix" 14 + "ppx_sexp_conv" {>="v0.13.0"} 15 + "sexplib0" 16 + "conduit" {=version} 17 + "lwt" {>= "5.7.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 + url { 26 + src: 27 + "https://github.com/mirage/ocaml-conduit/releases/download/v7.1.0/conduit-7.1.0.tbz" 28 + checksum: [ 29 + "sha256=58d2218a07e71706025de38ca0253233e970f35b4cacd37f706941b4cbea57f7" 30 + "sha512=3d52e16202b443c72801828ab4a08ff2ae36ca03f3991793f6b155770d687718f6646fe85b70d7cadf670e4caf99af42bcf492ee70236f6a9a0d8a425deb03a6" 31 + ] 32 + } 33 + x-commit-hash: "0805a919c51c702fcc4ff0b8565930b10d762218"
+51
packages/conduit-mirage/conduit-mirage.7.1.0/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.13.0"} 10 + "dune" {>= "2.0"} 11 + "ppx_sexp_conv" {>="v0.13.0"} 12 + "sexplib0" 13 + "uri" {>= "4.0.0"} 14 + "cstruct" {>= "3.0.0"} 15 + "mirage-clock" {>= "3.0.0"} 16 + "mirage-flow" {>= "4.0.0"} 17 + "mirage-flow-combinators" {>= "2.0.0"} 18 + "mirage-crypto-rng-mirage" {>= "1.0.0"} 19 + "mirage-time" {>= "2.0.0"} 20 + "dns-client-mirage" {>= "8.0.0"} 21 + "conduit-lwt" {=version} 22 + "vchan" {>= "5.0.0"} 23 + "xenstore" 24 + "tls" {>= "1.0.0"} 25 + "tls-mirage" {>= "1.0.0"} 26 + "ca-certs-nss" 27 + "ipaddr" {>= "3.0.0"} 28 + "ipaddr-sexp" 29 + "tcpip" {>= "7.0.0"} 30 + "fmt" {>= "0.8.7"} 31 + ] 32 + conflicts: [ 33 + "mirage-conduit" 34 + ] 35 + 36 + build: [ 37 + ["dune" "subst"] {dev} 38 + ["dune" "build" "-p" name "-j" jobs] 39 + ["dune" "runtest" "-p" name] {with-test} 40 + ] 41 + dev-repo: "git+https://github.com/mirage/ocaml-conduit.git" 42 + synopsis: "A network connection establishment library for MirageOS" 43 + url { 44 + src: 45 + "https://github.com/mirage/ocaml-conduit/releases/download/v7.1.0/conduit-7.1.0.tbz" 46 + checksum: [ 47 + "sha256=58d2218a07e71706025de38ca0253233e970f35b4cacd37f706941b4cbea57f7" 48 + "sha512=3d52e16202b443c72801828ab4a08ff2ae36ca03f3991793f6b155770d687718f6646fe85b70d7cadf670e4caf99af42bcf492ee70236f6a9a0d8a425deb03a6" 49 + ] 50 + } 51 + x-commit-hash: "0805a919c51c702fcc4ff0b8565930b10d762218"
+57
packages/conduit/conduit.7.1.0/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.13.0"} 13 + "dune" {>= "2.0"} 14 + "ppx_sexp_conv" {>="v0.13.0"} 15 + "sexplib0" 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 + url { 50 + src: 51 + "https://github.com/mirage/ocaml-conduit/releases/download/v7.1.0/conduit-7.1.0.tbz" 52 + checksum: [ 53 + "sha256=58d2218a07e71706025de38ca0253233e970f35b4cacd37f706941b4cbea57f7" 54 + "sha512=3d52e16202b443c72801828ab4a08ff2ae36ca03f3991793f6b155770d687718f6646fe85b70d7cadf670e4caf99af42bcf492ee70236f6a9a0d8a425deb03a6" 55 + ] 56 + } 57 + x-commit-hash: "0805a919c51c702fcc4ff0b8565930b10d762218"
+1 -1
packages/ocsigenserver/ocsigenserver.3.0.0/opam
··· 53 53 "dbm" | "sqlite3" | "pgocaml" 54 54 "ipaddr" {>= "2.1"} 55 55 "cohttp-lwt-unix" {< "5.0.0"} 56 - "conduit-lwt-unix" {>= "2.0.0"} 56 + "conduit-lwt-unix" {>= "2.0.0" & < "7.1.0"} 57 57 "hmap" 58 58 "xml-light" 59 59 "conf-which"
+1 -1
packages/ocsigenserver/ocsigenserver.4.0.1/opam
··· 57 57 "dbm" | "sqlite3" | "pgocaml" 58 58 "ipaddr" {>= "2.1"} 59 59 "cohttp-lwt-unix" {< "5.0.0"} 60 - "conduit-lwt-unix" {>= "2.0.0"} 60 + "conduit-lwt-unix" {>= "2.0.0" & < "7.1.0"} 61 61 "hmap" 62 62 "xml-light" 63 63 "conf-which"
+1 -1
packages/ocsigenserver/ocsigenserver.4.0.2/opam
··· 57 57 "dbm" | "sqlite3" | "pgocaml" 58 58 "ipaddr" {>= "2.1"} 59 59 "cohttp-lwt-unix" {< "5.0.0"} 60 - "conduit-lwt-unix" {>= "2.0.0"} 60 + "conduit-lwt-unix" {>= "2.0.0" & < "7.1.0"} 61 61 "hmap" 62 62 "xml-light" 63 63 "conf-which"
+1 -1
packages/ocsigenserver/ocsigenserver.5.0.0/opam
··· 57 57 "dbm" | "sqlite3" | "pgocaml" 58 58 "ipaddr" {>= "2.1"} 59 59 "cohttp-lwt-unix" {< "5.0.0"} 60 - "conduit-lwt-unix" {>= "2.0.0"} 60 + "conduit-lwt-unix" {>= "2.0.0" & < "7.1.0"} 61 61 "hmap" 62 62 "xml-light" 63 63 "conf-which"
+1 -1
packages/ocsigenserver/ocsigenserver.5.0.1/opam
··· 56 56 "cryptokit" 57 57 "ipaddr" {>= "2.1"} 58 58 "cohttp-lwt-unix" {< "5.0.0"} 59 - "conduit-lwt-unix" {>= "2.0.0"} 59 + "conduit-lwt-unix" {>= "2.0.0" & < "7.1.0"} 60 60 "hmap" 61 61 "xml-light" 62 62 "camlzip"
+1 -1
packages/ocsigenserver/ocsigenserver.5.1.0/opam
··· 56 56 "cryptokit" 57 57 "ipaddr" {>= "2.1"} 58 58 "cohttp-lwt-unix" {>= "5.0.0" & < "6.0.0~"} 59 - "conduit-lwt-unix" {>= "2.0.0"} 59 + "conduit-lwt-unix" {>= "2.0.0" & < "7.1.0"} 60 60 "hmap" 61 61 "xml-light" 62 62 "camlzip"
+1 -1
packages/ocsigenserver/ocsigenserver.5.1.2/opam
··· 56 56 "cryptokit" 57 57 "ipaddr" {>= "2.1"} 58 58 "cohttp-lwt-unix" {>= "5.0.0" & < "6.0.0~"} 59 - "conduit-lwt-unix" {>= "2.0.0"} 59 + "conduit-lwt-unix" {>= "2.0.0" & < "7.1.0"} 60 60 "hmap" 61 61 "xml-light" 62 62 "camlzip"
+1 -1
packages/ocsigenserver/ocsigenserver.6.0.0/opam
··· 56 56 "cryptokit" 57 57 "ipaddr" {>= "2.1"} 58 58 "cohttp-lwt-unix" {>= "5.0.0" & < "6.0.0~"} 59 - "conduit-lwt-unix" {>= "2.0.0"} 59 + "conduit-lwt-unix" {>= "2.0.0" & < "7.1.0"} 60 60 "xml-light" 61 61 "camlzip" 62 62 ]
+1
packages/websocket-lwt-unix/websocket-lwt-unix.2.17/opam
··· 27 27 "websocket" {= version} 28 28 "lwt_log" {>= "1.1.1"} 29 29 "cohttp-lwt-unix" {>= "5.0.0" & < "6.0.0~"} 30 + "conduit-lwt-unix" {< "7.1.0"} 30 31 "sexplib" 31 32 "odoc" {with-doc} 32 33 ]