Skip to content

Commit

Permalink
[new release] conduit-lwt-tls, conduit-mirage, conduit-tls, conduit-l…
Browse files Browse the repository at this point in the history
…wt, conduit-async-tls, conduit-async, conduit, conduit-async-ssl and conduit-lwt-ssl (3.0.0)

CHANGES:

* **breaking change** - New version of `conduit`. Most of the new API has a
  description on the pull-request
  [mirage/ocaml-conduit#311](mirage/ocaml-conduit#311). Documentation is
  updated as well with a small HOW-TO (available
  [here](https://mirage.github.io/ocaml-conduit/conduit/howto.html)) which
  describes the new API. An other document exists to understand the goal
  of Conduit [here](https://mirage.github.io/ocaml-conduit/conduit/readme.html).
  • Loading branch information
dinosaure committed Oct 16, 2020
1 parent f2c501d commit e675722
Show file tree
Hide file tree
Showing 9 changed files with 403 additions and 0 deletions.
38 changes: 38 additions & 0 deletions packages/conduit-async-ssl/conduit-async-ssl.3.0.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
opam-version: "2.0"
maintainer: "[email protected]"
authors: [
"Anil Madhavapeddy"
"Thomas Leonard"
"Thomas Gazagnaire"
"Rudi Grinberg"
]
license: "ISC"
tags: "org:mirage"
homepage: "https://github.com/mirage/ocaml-conduit"
bug-reports: "https://github.com/mirage/ocaml-conduit/issues"
dev-repo: "git+https://github.com/mirage/ocaml-conduit.git"
synopsis: "A network connection establishment library for Async"

build: [
["dune" "subst"] {pinned}
["dune" "build" "-p" name "-j" jobs]
["dune" "runtest" "-p" name "-j1"] {with-test}
]

depends: [
"ocaml" {>= "4.03.0"}
"dune"
"core"
"conduit-async" {= version}
"async" {>= "v0.12.0"}
"async_ssl"
]
x-commit-hash: "f0577a03ab69a306a384bc220990edf24943f9fb"
url {
src:
"https://github.com/mirage/ocaml-conduit/releases/download/v3.0.0/conduit-v3.0.0.tbz"
checksum: [
"sha256=c589a8297dc1e80b1eae93815b5622ae50ceebd9b287f302f7f673218377682f"
"sha512=36003e8b4791b9187b0d7f3b0cd3d3d55872d4ad7dea5a0b7008c180700cf857381b1c3b98e88214f546804afb988d625654fa10f3284d4c1fd98a2d57b6b32b"
]
}
39 changes: 39 additions & 0 deletions packages/conduit-async-tls/conduit-async-tls.3.0.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
opam-version: "2.0"
maintainer: "[email protected]"
authors: [
"Anil Madhavapeddy"
"Thomas Leonard"
"Thomas Gazagnaire"
"Rudi Grinberg"
]
license: "ISC"
tags: "org:mirage"
homepage: "https://github.com/mirage/ocaml-conduit"
bug-reports: "https://github.com/mirage/ocaml-conduit/issues"
dev-repo: "git+https://github.com/mirage/ocaml-conduit.git"
synopsis: "A network connection establishment library for Async"

build: [
["dune" "subst"] {pinned}
["dune" "build" "-p" name "-j" jobs]
["dune" "runtest" "-p" name "-j1"] {with-test}
]

depends: [
"ocaml" {>= "4.03.0"}
"dune"
"core"
"conduit-async" {= version}
"async" {>= "v0.12.0"}
"conduit-tls" {= version}
"stdlib-shims" {with-test}
]
x-commit-hash: "f0577a03ab69a306a384bc220990edf24943f9fb"
url {
src:
"https://github.com/mirage/ocaml-conduit/releases/download/v3.0.0/conduit-v3.0.0.tbz"
checksum: [
"sha256=c589a8297dc1e80b1eae93815b5622ae50ceebd9b287f302f7f673218377682f"
"sha512=36003e8b4791b9187b0d7f3b0cd3d3d55872d4ad7dea5a0b7008c180700cf857381b1c3b98e88214f546804afb988d625654fa10f3284d4c1fd98a2d57b6b32b"
]
}
45 changes: 45 additions & 0 deletions packages/conduit-async/conduit-async.3.0.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
opam-version: "2.0"
maintainer: "[email protected]"
authors: [
"Anil Madhavapeddy"
"Thomas Leonard"
"Thomas Gazagnaire"
"Rudi Grinberg"
]
license: "ISC"
tags: "org:mirage"
homepage: "https://github.com/mirage/ocaml-conduit"
bug-reports: "https://github.com/mirage/ocaml-conduit/issues"
dev-repo: "git+https://github.com/mirage/ocaml-conduit.git"
synopsis: "A network connection establishment library for Async"

build: [
["dune" "subst"] {pinned}
["dune" "build" "-p" name "-j" jobs]
["dune" "runtest" "-p" name "-j1"] {with-test}
]

depends: [
"ocaml" {>= "4.03.0"}
"dune"
"core"
"conduit" {= version}
"async" {>= "v0.12.0"}
"cstruct"
"rresult" {with-test}
"ke" {with-test}
"fmt" {with-test}
"bigstringaf" {with-test}
"mirage-crypto-rng" {with-test}
"conduit-async-tls" {with-test}
"conduit-async-ssl" {with-test}
]
x-commit-hash: "f0577a03ab69a306a384bc220990edf24943f9fb"
url {
src:
"https://github.com/mirage/ocaml-conduit/releases/download/v3.0.0/conduit-v3.0.0.tbz"
checksum: [
"sha256=c589a8297dc1e80b1eae93815b5622ae50ceebd9b287f302f7f673218377682f"
"sha512=36003e8b4791b9187b0d7f3b0cd3d3d55872d4ad7dea5a0b7008c180700cf857381b1c3b98e88214f546804afb988d625654fa10f3284d4c1fd98a2d57b6b32b"
]
}
37 changes: 37 additions & 0 deletions packages/conduit-lwt-ssl/conduit-lwt-ssl.3.0.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
opam-version: "2.0"
maintainer: "[email protected]"
authors:[
"Anil Madhavapeddy"
"Thomas Leonard"
"Thomas Gazagnaire"
"Rudi Grinberg"
"Romain Calascibetta"
]
license: "ISC"
tags: "org:mirage"
homepage: "https://github.com/mirage/ocaml-conduit"
bug-reports: "https://github.com/mirage/ocaml-conduit/issues"
dev-repo: "git+https://github.com/mirage/ocaml-conduit.git"
synopsis: "A portable network connection establishment library using Lwt"

build: [
["dune" "subst"] {pinned}
["dune" "build" "-p" name "-j" jobs]
["dune" "runtest" "-p" name "-j1"] {with-test}
]

depends: [
"ocaml" {>= "4.07.0"}
"dune"
"conduit-lwt" {= version}
"lwt_ssl"
]
x-commit-hash: "f0577a03ab69a306a384bc220990edf24943f9fb"
url {
src:
"https://github.com/mirage/ocaml-conduit/releases/download/v3.0.0/conduit-v3.0.0.tbz"
checksum: [
"sha256=c589a8297dc1e80b1eae93815b5622ae50ceebd9b287f302f7f673218377682f"
"sha512=36003e8b4791b9187b0d7f3b0cd3d3d55872d4ad7dea5a0b7008c180700cf857381b1c3b98e88214f546804afb988d625654fa10f3284d4c1fd98a2d57b6b32b"
]
}
38 changes: 38 additions & 0 deletions packages/conduit-lwt-tls/conduit-lwt-tls.3.0.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
opam-version: "2.0"
maintainer: "[email protected]"
authors:[
"Anil Madhavapeddy"
"Thomas Leonard"
"Thomas Gazagnaire"
"Rudi Grinberg"
"Romain Calascibetta"
]
license: "ISC"
tags: "org:mirage"
homepage: "https://github.com/mirage/ocaml-conduit"
bug-reports: "https://github.com/mirage/ocaml-conduit/issues"
dev-repo: "git+https://github.com/mirage/ocaml-conduit.git"
synopsis: "A portable network connection establishment library using Lwt"

build: [
["dune" "subst"] {pinned}
["dune" "build" "-p" name "-j" jobs]
["dune" "runtest" "-p" name "-j1"] {with-test}
]

depends: [
"ocaml" {>= "4.07.0"}
"dune"
"conduit-lwt" {= version}
"conduit-tls" {= version}
"mirage-crypto-rng" {>= "0.8.0"}
]
x-commit-hash: "f0577a03ab69a306a384bc220990edf24943f9fb"
url {
src:
"https://github.com/mirage/ocaml-conduit/releases/download/v3.0.0/conduit-v3.0.0.tbz"
checksum: [
"sha256=c589a8297dc1e80b1eae93815b5622ae50ceebd9b287f302f7f673218377682f"
"sha512=36003e8b4791b9187b0d7f3b0cd3d3d55872d4ad7dea5a0b7008c180700cf857381b1c3b98e88214f546804afb988d625654fa10f3284d4c1fd98a2d57b6b32b"
]
}
46 changes: 46 additions & 0 deletions packages/conduit-lwt/conduit-lwt.3.0.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
opam-version: "2.0"
maintainer: "[email protected]"
authors:[
"Anil Madhavapeddy"
"Thomas Leonard"
"Thomas Gazagnaire"
"Rudi Grinberg"
"Romain Calascibetta"
]
license: "ISC"
tags: "org:mirage"
homepage: "https://github.com/mirage/ocaml-conduit"
bug-reports: "https://github.com/mirage/ocaml-conduit/issues"
dev-repo: "git+https://github.com/mirage/ocaml-conduit.git"
synopsis: "A portable network connection establishment library using Lwt"

build: [
["dune" "subst"] {pinned}
["dune" "build" "-p" name "-j" jobs]
["dune" "runtest" "-p" name "-j1"] {with-test}
]

depends: [
"ocaml" {>= "4.07.0"}
"dune"
"conduit" {= version}
"cstruct"
"lwt"
"base-unix"
"mirage-crypto-rng" {with-test}
"rresult" {with-test}
"ke" {with-test}
"bigstringaf" {with-test}
"fmt" {with-test}
"conduit-lwt-tls" {with-test}
"conduit-lwt-ssl" {with-test}
]
x-commit-hash: "f0577a03ab69a306a384bc220990edf24943f9fb"
url {
src:
"https://github.com/mirage/ocaml-conduit/releases/download/v3.0.0/conduit-v3.0.0.tbz"
checksum: [
"sha256=c589a8297dc1e80b1eae93815b5622ae50ceebd9b287f302f7f673218377682f"
"sha512=36003e8b4791b9187b0d7f3b0cd3d3d55872d4ad7dea5a0b7008c180700cf857381b1c3b98e88214f546804afb988d625654fa10f3284d4c1fd98a2d57b6b32b"
]
}
40 changes: 40 additions & 0 deletions packages/conduit-mirage/conduit-mirage.3.0.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
opam-version: "2.0"
maintainer: "[email protected]"
authors: [
"Anil Madhavapeddy"
"Thomas Leonard"
"Thomas Gazagnaire"
]
license: "ISC"
tags: "org:mirage"
homepage: "https://github.com/mirage/ocaml-conduit"
bug-reports: "https://github.com/mirage/ocaml-conduit/issues"
dev-repo: "git+https://github.com/mirage/ocaml-conduit.git"
synopsis: "A network connection establishment library for MirageOS"

build: [
["dune" "subst"] {pinned}
["dune" "build" "-p" name "-j" jobs]
["dune" "runtest" "-p" name] {with-test}
]

depends: [
"ocaml" {>= "4.07.0"}
"dune"
"conduit" {= version}
"tcpip"
"mirage-flow"
"mirage-time"
"dns-client" {>= "4.6.0"}
"ke"
"bigstringaf"
]
x-commit-hash: "f0577a03ab69a306a384bc220990edf24943f9fb"
url {
src:
"https://github.com/mirage/ocaml-conduit/releases/download/v3.0.0/conduit-v3.0.0.tbz"
checksum: [
"sha256=c589a8297dc1e80b1eae93815b5622ae50ceebd9b287f302f7f673218377682f"
"sha512=36003e8b4791b9187b0d7f3b0cd3d3d55872d4ad7dea5a0b7008c180700cf857381b1c3b98e88214f546804afb988d625654fa10f3284d4c1fd98a2d57b6b32b"
]
}
58 changes: 58 additions & 0 deletions packages/conduit-tls/conduit-tls.3.0.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
opam-version: "2.0"
maintainer: "[email protected]"
authors: [
"Anil Madhavapeddy" "Thomas Leonard" "Thomas Gazagnaire" "Rudi Grinberg"
"Romain Calascibetta"
]
license: "ISC"
tags: "org:mirage"
homepage: "https://github.com/mirage/ocaml-conduit"
doc: "https://mirage.github.io/ocaml-conduit/"
bug-reports: "https://github.com/mirage/ocaml-conduit/issues"
dev-repo: "git+https://github.com/mirage/ocaml-conduit.git"
synopsis: "A network connection establishment library"
description: """
The `conduit` library takes care of establishing and listening for
TCP and SSL/TLS connections for the Lwt and Async libraries.

The reason this library exists is to provide a degree of abstraction
from the precise SSL library used, since there are a variety of ways
to bind to a library (e.g. the C FFI, or the Ctypes library), as well
as well as which library is used (just OpenSSL for now).

By default, OpenSSL is used as the preferred connection library, but
you can force the use of the pure OCaml TLS stack by setting the
environment variable `CONDUIT_TLS=native` when starting your program.

The useful opam packages available that extend this library are:

- `conduit`: the main `Conduit` module
- `conduit-lwt`: the portable Lwt implementation
- `conduit-lwt-unix`: the Lwt/Unix implementation
- `conduit-async` the Jane Street Async implementation
- `conduit-mirage`: the MirageOS compatible implementation
"""

build: [
["dune" "subst"] {pinned}
["dune" "build" "-p" name "-j" jobs]
]

depends: [
"ocaml" {>= "4.07.0"}
"dune"
"conduit" {= version}
"ke"
"tls"
"logs"
"bigstringaf"
]
x-commit-hash: "f0577a03ab69a306a384bc220990edf24943f9fb"
url {
src:
"https://github.com/mirage/ocaml-conduit/releases/download/v3.0.0/conduit-v3.0.0.tbz"
checksum: [
"sha256=c589a8297dc1e80b1eae93815b5622ae50ceebd9b287f302f7f673218377682f"
"sha512=36003e8b4791b9187b0d7f3b0cd3d3d55872d4ad7dea5a0b7008c180700cf857381b1c3b98e88214f546804afb988d625654fa10f3284d4c1fd98a2d57b6b32b"
]
}
Loading

0 comments on commit e675722

Please sign in to comment.