this repo has no description

Merge pull request #20431 from hannesm/release-happy-eyeballs-v0.1.3

[new release] happy-eyeballs, happy-eyeballs-mirage and happy-eyeballs-lwt (0.1.3)

Kate 1e60c1ea e3c78c56

Changed files
+128
packages
happy-eyeballs
happy-eyeballs.0.1.3
happy-eyeballs-lwt
happy-eyeballs-lwt.0.1.3
happy-eyeballs-mirage
happy-eyeballs-mirage.0.1.3
+43
packages/happy-eyeballs-lwt/happy-eyeballs-lwt.0.1.3/opam
···
+
opam-version: "2.0"
+
maintainer: "Robur <team@robur.coop>"
+
authors: ["Robur <team@robur.coop>"]
+
homepage: "https://github.com/roburio/happy-eyeballs"
+
dev-repo: "git+https://github.com/roburio/happy-eyeballs.git"
+
bug-reports: "https://github.com/roburio/happy-eyeballs/issues"
+
doc: "https://roburio.github.io/happy-eyeballs/"
+
license: "ISC"
+
+
depends: [
+
"ocaml" {>= "4.08.0"}
+
"dune" {>= "2.0.0"}
+
"happy-eyeballs" {=version}
+
"cmdliner"
+
"duration"
+
"dns-client" {>= "6.0.0"}
+
"domain-name"
+
"ipaddr"
+
"fmt"
+
"logs"
+
"lwt"
+
"mtime" {>= "1.0.0"}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
["dune" "build" "-p" name "-j" jobs]
+
]
+
+
synopsis: "Connecting to a remote host via IP version 4 or 6 using Lwt_unix"
+
description: """
+
Happy eyeballs is an implementation of RFC 8305 which specifies how to connect
+
to a remote host using either IP protocol version 4 or IP protocol version 6.
+
This uses Lwt and Lwt_unix for side effects.
+
"""
+
url {
+
src:
+
"https://github.com/roburio/happy-eyeballs/releases/download/v0.1.3/happy-eyeballs-0.1.3.tbz"
+
checksum: [
+
"sha256=2c303692dcfbbf86a07dd569a462866efef6b252826e5315c133835e595f415b"
+
"sha512=a8b67194634e908bfca4a8ab65d7c3ba1013d324b46f03af94293a6b724dc062f938afad6948d14b4badd87681bf030ed55ce15c6887d8b41c0558791441d22b"
+
]
+
}
+
x-commit-hash: "3e216048e25cc6e8b29ddad3930b7250468c2100"
+45
packages/happy-eyeballs-mirage/happy-eyeballs-mirage.0.1.3/opam
···
+
opam-version: "2.0"
+
maintainer: "Robur <team@robur.coop>"
+
authors: ["Robur <team@robur.coop>"]
+
homepage: "https://github.com/roburio/happy-eyeballs"
+
dev-repo: "git+https://github.com/roburio/happy-eyeballs.git"
+
bug-reports: "https://github.com/roburio/happy-eyeballs/issues"
+
doc: "https://roburio.github.io/happy-eyeballs/"
+
license: "ISC"
+
+
depends: [
+
"ocaml" {>= "4.08.0"}
+
"dune" {>= "2.0.0"}
+
"happy-eyeballs" {=version}
+
"duration"
+
"dns-client" {>= "6.0.0"}
+
"domain-name"
+
"ipaddr"
+
"fmt"
+
"logs"
+
"lwt"
+
"mirage-clock" {>= "3.0.0"}
+
"tcpip" {>= "7.0.0"}
+
"mirage-random" {>= "2.0.0"}
+
"mirage-time" {>= "2.0.0"}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
["dune" "build" "-p" name "-j" jobs]
+
]
+
+
synopsis: "Connecting to a remote host via IP version 4 or 6 using Mirage"
+
description: """
+
Happy eyeballs is an implementation of RFC 8305 which specifies how to connect
+
to a remote host using either IP protocol version 4 or IP protocol version 6.
+
This uses Lwt and Mirage for side effects.
+
"""
+
url {
+
src:
+
"https://github.com/roburio/happy-eyeballs/releases/download/v0.1.3/happy-eyeballs-0.1.3.tbz"
+
checksum: [
+
"sha256=2c303692dcfbbf86a07dd569a462866efef6b252826e5315c133835e595f415b"
+
"sha512=a8b67194634e908bfca4a8ab65d7c3ba1013d324b46f03af94293a6b724dc062f938afad6948d14b4badd87681bf030ed55ce15c6887d8b41c0558791441d22b"
+
]
+
}
+
x-commit-hash: "3e216048e25cc6e8b29ddad3930b7250468c2100"
+40
packages/happy-eyeballs/happy-eyeballs.0.1.3/opam
···
+
opam-version: "2.0"
+
maintainer: "Robur <team@robur.coop>"
+
authors: ["Robur <team@robur.coop>"]
+
homepage: "https://github.com/roburio/happy-eyeballs"
+
dev-repo: "git+https://github.com/roburio/happy-eyeballs.git"
+
bug-reports: "https://github.com/roburio/happy-eyeballs/issues"
+
doc: "https://roburio.github.io/happy-eyeballs/"
+
license: "ISC"
+
+
depends: [
+
"ocaml" {>= "4.08.0"}
+
"dune" {>= "2.0.0"}
+
"duration"
+
"domain-name" {>= "0.2.0"}
+
"ipaddr" {>= "5.2.0"}
+
"fmt" {>= "0.8.7"}
+
"logs"
+
]
+
build: [
+
["dune" "subst"] {dev}
+
["dune" "build" "-p" name "-j" jobs]
+
]
+
+
synopsis: "Connecting to a remote host via IP version 4 or 6"
+
description: """
+
Happy eyeballs is an implementation of
+
[RFC 8305](https://datatracker.ietf.org/doc/html/rfc8305) which specifies how
+
to connect to a remote host using either IP protocol version 4 or IP protocol
+
version 6. This is the core of the algorithm in value passing style, with a
+
slick dependency cone.
+
"""
+
url {
+
src:
+
"https://github.com/roburio/happy-eyeballs/releases/download/v0.1.3/happy-eyeballs-0.1.3.tbz"
+
checksum: [
+
"sha256=2c303692dcfbbf86a07dd569a462866efef6b252826e5315c133835e595f415b"
+
"sha512=a8b67194634e908bfca4a8ab65d7c3ba1013d324b46f03af94293a6b724dc062f938afad6948d14b4badd87681bf030ed55ce15c6887d8b41c0558791441d22b"
+
]
+
}
+
x-commit-hash: "3e216048e25cc6e8b29ddad3930b7250468c2100"