this repo has no description

Merge pull request #21958 from anmonteiro/release-gluten-0.3.0

[new release] gluten, gluten-mirage, gluten-lwt, gluten-lwt-unix and gluten-async (0.3.0)

Kate 02c053dd 86f8d819

Changed files
+126
packages
gluten
gluten.0.3.0
gluten-lwt
gluten-lwt.0.3.0
gluten-lwt-unix
gluten-lwt-unix.0.3.0
gluten-mirage
gluten-mirage.0.3.0
+34
packages/gluten-lwt-unix/gluten-lwt-unix.0.3.0/opam
···
···
+
opam-version: "2.0"
+
maintainer: "Antonio Monteiro <anmonteiro@gmail.com>"
+
authors: [ "Antonio Monteiro <anmonteiro@gmail.com>" ]
+
license: "BSD-3-clause"
+
homepage: "https://github.com/anmonteiro/gluten"
+
bug-reports: "https://github.com/anmonteiro/gluten/issues"
+
dev-repo: "git+https://github.com/anmonteiro/gluten.git"
+
doc: "https://anmonteiro.github.io/gluten/"
+
build: [
+
["dune" "build" "-p" name "-j" jobs]
+
]
+
depends: [
+
"ocaml" {>= "4.03.0"}
+
"dune" {>= "1.0"}
+
"faraday-lwt-unix" {>= "0.5.0"}
+
"gluten" {= version}
+
"gluten-lwt" {= version}
+
"lwt"
+
]
+
depopts: [
+
"tls"
+
"lwt_ssl"
+
]
+
conflicts: [ "tls" {< "0.15.0"} ]
+
synopsis: "Lwt + Unix support for gluten"
+
url {
+
src:
+
"https://github.com/anmonteiro/gluten/releases/download/0.3.0/gluten-0.3.0.tbz"
+
checksum: [
+
"sha256=f6372d5f71bf9d0253189ec2952044897c317aed06713f4df8498f7cbb9214e5"
+
"sha512=684ceaabaed4ebcba44325985e40a7a1d111d3217978f4d30b078145eadd3b0773ad462b2fb646460caf3e7dbad5d3f704146fb50b95d588d18d869d7ae5e8f7"
+
]
+
}
+
x-commit-hash: "12703c908995582efb2fa6c80562bcf8161c753f"
+28
packages/gluten-lwt/gluten-lwt.0.3.0/opam
···
···
+
opam-version: "2.0"
+
maintainer: "Antonio Monteiro <anmonteiro@gmail.com>"
+
authors: [ "Antonio Monteiro <anmonteiro@gmail.com>" ]
+
license: "BSD-3-clause"
+
homepage: "https://github.com/anmonteiro/gluten"
+
bug-reports: "https://github.com/anmonteiro/gluten/issues"
+
dev-repo: "git+https://github.com/anmonteiro/gluten.git"
+
doc: "https://anmonteiro.github.io/gluten/"
+
build: [
+
["dune" "build" "-p" name "-j" jobs]
+
]
+
depends: [
+
"ocaml" {>= "4.03.0"}
+
"gluten" {= version}
+
"dune" {>= "1.0"}
+
"lwt"
+
"ke"
+
]
+
synopsis: "Lwt-specific runtime for gluten"
+
url {
+
src:
+
"https://github.com/anmonteiro/gluten/releases/download/0.3.0/gluten-0.3.0.tbz"
+
checksum: [
+
"sha256=f6372d5f71bf9d0253189ec2952044897c317aed06713f4df8498f7cbb9214e5"
+
"sha512=684ceaabaed4ebcba44325985e40a7a1d111d3217978f4d30b078145eadd3b0773ad462b2fb646460caf3e7dbad5d3f704146fb50b95d588d18d869d7ae5e8f7"
+
]
+
}
+
x-commit-hash: "12703c908995582efb2fa6c80562bcf8161c753f"
+31
packages/gluten-mirage/gluten-mirage.0.3.0/opam
···
···
+
opam-version: "2.0"
+
maintainer: "Antonio Monteiro <anmonteiro@gmail.com>"
+
authors: [ "Antonio Monteiro <anmonteiro@gmail.com>" ]
+
license: "BSD-3-clause"
+
homepage: "https://github.com/anmonteiro/gluten"
+
bug-reports: "https://github.com/anmonteiro/gluten/issues"
+
dev-repo: "git+https://github.com/anmonteiro/gluten.git"
+
doc: "https://anmonteiro.github.io/gluten/"
+
build: [
+
["dune" "build" "-p" name "-j" jobs]
+
]
+
depends: [
+
"ocaml" {>= "4.03.0"}
+
"faraday-lwt"
+
"gluten-lwt" {= version}
+
"conduit-mirage" {>= "2.0.2"}
+
"mirage-flow" {>= "2.0.0"}
+
"cstruct" {>= "6.0.0"}
+
"dune" {>= "1.0"}
+
"lwt"
+
]
+
synopsis: "Mirage support for gluten"
+
url {
+
src:
+
"https://github.com/anmonteiro/gluten/releases/download/0.3.0/gluten-0.3.0.tbz"
+
checksum: [
+
"sha256=f6372d5f71bf9d0253189ec2952044897c317aed06713f4df8498f7cbb9214e5"
+
"sha512=684ceaabaed4ebcba44325985e40a7a1d111d3217978f4d30b078145eadd3b0773ad462b2fb646460caf3e7dbad5d3f704146fb50b95d588d18d869d7ae5e8f7"
+
]
+
}
+
x-commit-hash: "12703c908995582efb2fa6c80562bcf8161c753f"
+33
packages/gluten/gluten.0.3.0/opam
···
···
+
opam-version: "2.0"
+
maintainer: "Antonio Monteiro <anmonteiro@gmail.com>"
+
authors: [ "Antonio Monteiro <anmonteiro@gmail.com>" ]
+
license: "BSD-3-clause"
+
homepage: "https://github.com/anmonteiro/gluten"
+
bug-reports: "https://github.com/anmonteiro/gluten/issues"
+
dev-repo: "git+https://github.com/anmonteiro/gluten.git"
+
doc: "https://anmonteiro.github.io/gluten/"
+
build: [
+
["dune" "build" "-p" name "-j" jobs]
+
]
+
depends: [
+
"ocaml" {>= "4.06"}
+
"dune" {>= "1.0"}
+
"bigstringaf" {>= "0.4.0"}
+
"faraday"
+
"ke" {>= "0.5"}
+
]
+
synopsis:
+
"A reusable runtime library for network protocols"
+
description: """
+
gluten implements platform specific runtime code for driving network libraries
+
based on state machines, such as http/af, h2 and websocketaf.
+
"""
+
url {
+
src:
+
"https://github.com/anmonteiro/gluten/releases/download/0.3.0/gluten-0.3.0.tbz"
+
checksum: [
+
"sha256=f6372d5f71bf9d0253189ec2952044897c317aed06713f4df8498f7cbb9214e5"
+
"sha512=684ceaabaed4ebcba44325985e40a7a1d111d3217978f4d30b078145eadd3b0773ad462b2fb646460caf3e7dbad5d3f704146fb50b95d588d18d869d7ae5e8f7"
+
]
+
}
+
x-commit-hash: "12703c908995582efb2fa6c80562bcf8161c753f"