Skip to content

Commit 02c053d

Browse files
authored
Merge pull request ocaml#21958 from anmonteiro/release-gluten-0.3.0
[new release] gluten, gluten-mirage, gluten-lwt, gluten-lwt-unix and gluten-async (0.3.0)
2 parents 86f8d81 + d14f043 commit 02c053d

File tree

4 files changed

+126
-0
lines changed
  • packages
    • gluten-lwt-unix/gluten-lwt-unix.0.3.0
    • gluten-lwt/gluten-lwt.0.3.0
    • gluten-mirage/gluten-mirage.0.3.0
    • gluten/gluten.0.3.0

4 files changed

+126
-0
lines changed
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
opam-version: "2.0"
2+
maintainer: "Antonio Monteiro <[email protected]>"
3+
authors: [ "Antonio Monteiro <[email protected]>" ]
4+
license: "BSD-3-clause"
5+
homepage: "https://github.com/anmonteiro/gluten"
6+
bug-reports: "https://github.com/anmonteiro/gluten/issues"
7+
dev-repo: "git+https://github.com/anmonteiro/gluten.git"
8+
doc: "https://anmonteiro.github.io/gluten/"
9+
build: [
10+
["dune" "build" "-p" name "-j" jobs]
11+
]
12+
depends: [
13+
"ocaml" {>= "4.03.0"}
14+
"dune" {>= "1.0"}
15+
"faraday-lwt-unix" {>= "0.5.0"}
16+
"gluten" {= version}
17+
"gluten-lwt" {= version}
18+
"lwt"
19+
]
20+
depopts: [
21+
"tls"
22+
"lwt_ssl"
23+
]
24+
conflicts: [ "tls" {< "0.15.0"} ]
25+
synopsis: "Lwt + Unix support for gluten"
26+
url {
27+
src:
28+
"https://github.com/anmonteiro/gluten/releases/download/0.3.0/gluten-0.3.0.tbz"
29+
checksum: [
30+
"sha256=f6372d5f71bf9d0253189ec2952044897c317aed06713f4df8498f7cbb9214e5"
31+
"sha512=684ceaabaed4ebcba44325985e40a7a1d111d3217978f4d30b078145eadd3b0773ad462b2fb646460caf3e7dbad5d3f704146fb50b95d588d18d869d7ae5e8f7"
32+
]
33+
}
34+
x-commit-hash: "12703c908995582efb2fa6c80562bcf8161c753f"
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
opam-version: "2.0"
2+
maintainer: "Antonio Monteiro <[email protected]>"
3+
authors: [ "Antonio Monteiro <[email protected]>" ]
4+
license: "BSD-3-clause"
5+
homepage: "https://github.com/anmonteiro/gluten"
6+
bug-reports: "https://github.com/anmonteiro/gluten/issues"
7+
dev-repo: "git+https://github.com/anmonteiro/gluten.git"
8+
doc: "https://anmonteiro.github.io/gluten/"
9+
build: [
10+
["dune" "build" "-p" name "-j" jobs]
11+
]
12+
depends: [
13+
"ocaml" {>= "4.03.0"}
14+
"gluten" {= version}
15+
"dune" {>= "1.0"}
16+
"lwt"
17+
"ke"
18+
]
19+
synopsis: "Lwt-specific runtime for gluten"
20+
url {
21+
src:
22+
"https://github.com/anmonteiro/gluten/releases/download/0.3.0/gluten-0.3.0.tbz"
23+
checksum: [
24+
"sha256=f6372d5f71bf9d0253189ec2952044897c317aed06713f4df8498f7cbb9214e5"
25+
"sha512=684ceaabaed4ebcba44325985e40a7a1d111d3217978f4d30b078145eadd3b0773ad462b2fb646460caf3e7dbad5d3f704146fb50b95d588d18d869d7ae5e8f7"
26+
]
27+
}
28+
x-commit-hash: "12703c908995582efb2fa6c80562bcf8161c753f"
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
opam-version: "2.0"
2+
maintainer: "Antonio Monteiro <[email protected]>"
3+
authors: [ "Antonio Monteiro <[email protected]>" ]
4+
license: "BSD-3-clause"
5+
homepage: "https://github.com/anmonteiro/gluten"
6+
bug-reports: "https://github.com/anmonteiro/gluten/issues"
7+
dev-repo: "git+https://github.com/anmonteiro/gluten.git"
8+
doc: "https://anmonteiro.github.io/gluten/"
9+
build: [
10+
["dune" "build" "-p" name "-j" jobs]
11+
]
12+
depends: [
13+
"ocaml" {>= "4.03.0"}
14+
"faraday-lwt"
15+
"gluten-lwt" {= version}
16+
"conduit-mirage" {>= "2.0.2"}
17+
"mirage-flow" {>= "2.0.0"}
18+
"cstruct" {>= "6.0.0"}
19+
"dune" {>= "1.0"}
20+
"lwt"
21+
]
22+
synopsis: "Mirage support for gluten"
23+
url {
24+
src:
25+
"https://github.com/anmonteiro/gluten/releases/download/0.3.0/gluten-0.3.0.tbz"
26+
checksum: [
27+
"sha256=f6372d5f71bf9d0253189ec2952044897c317aed06713f4df8498f7cbb9214e5"
28+
"sha512=684ceaabaed4ebcba44325985e40a7a1d111d3217978f4d30b078145eadd3b0773ad462b2fb646460caf3e7dbad5d3f704146fb50b95d588d18d869d7ae5e8f7"
29+
]
30+
}
31+
x-commit-hash: "12703c908995582efb2fa6c80562bcf8161c753f"

packages/gluten/gluten.0.3.0/opam

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
opam-version: "2.0"
2+
maintainer: "Antonio Monteiro <[email protected]>"
3+
authors: [ "Antonio Monteiro <[email protected]>" ]
4+
license: "BSD-3-clause"
5+
homepage: "https://github.com/anmonteiro/gluten"
6+
bug-reports: "https://github.com/anmonteiro/gluten/issues"
7+
dev-repo: "git+https://github.com/anmonteiro/gluten.git"
8+
doc: "https://anmonteiro.github.io/gluten/"
9+
build: [
10+
["dune" "build" "-p" name "-j" jobs]
11+
]
12+
depends: [
13+
"ocaml" {>= "4.06"}
14+
"dune" {>= "1.0"}
15+
"bigstringaf" {>= "0.4.0"}
16+
"faraday"
17+
"ke" {>= "0.5"}
18+
]
19+
synopsis:
20+
"A reusable runtime library for network protocols"
21+
description: """
22+
gluten implements platform specific runtime code for driving network libraries
23+
based on state machines, such as http/af, h2 and websocketaf.
24+
"""
25+
url {
26+
src:
27+
"https://github.com/anmonteiro/gluten/releases/download/0.3.0/gluten-0.3.0.tbz"
28+
checksum: [
29+
"sha256=f6372d5f71bf9d0253189ec2952044897c317aed06713f4df8498f7cbb9214e5"
30+
"sha512=684ceaabaed4ebcba44325985e40a7a1d111d3217978f4d30b078145eadd3b0773ad462b2fb646460caf3e7dbad5d3f704146fb50b95d588d18d869d7ae5e8f7"
31+
]
32+
}
33+
x-commit-hash: "12703c908995582efb2fa6c80562bcf8161c753f"

0 commit comments

Comments
 (0)