this repo has no description

[new release] happy-eyeballs (4 packages) (2.0.0)

CHANGES:

* Use mirage-sleep and mirage-mtime (dune variants) instead of functorising
over TIME and MCLOCK

Changed files
+172
packages
happy-eyeballs
happy-eyeballs.2.0.0
happy-eyeballs-lwt
happy-eyeballs-lwt.2.0.0
happy-eyeballs-miou-unix
happy-eyeballs-miou-unix.2.0.0
happy-eyeballs-mirage
happy-eyeballs-mirage.2.0.0
+44
packages/happy-eyeballs-lwt/happy-eyeballs-lwt.2.0.0/opam
···
+
opam-version: "2.0"
+
maintainer: "Robur <team@robur.coop>"
+
authors: ["Robur <team@robur.coop>"]
+
homepage: "https://github.com/robur-coop/happy-eyeballs"
+
dev-repo: "git+https://github.com/robur-coop/happy-eyeballs.git"
+
bug-reports: "https://github.com/robur-coop/happy-eyeballs/issues"
+
doc: "https://robur-coop.github.io/happy-eyeballs/"
+
license: "ISC"
+
+
depends: [
+
"ocaml" {>= "4.08.0"}
+
"dune" {>= "2.0.0"}
+
"happy-eyeballs" {=version}
+
"cmdliner" {>= "1.1.0"}
+
"duration"
+
"dns" {>= "7.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.
+
"""
+
x-maintenance-intent: [ "(latest)" ]
+
url {
+
src:
+
"https://github.com/robur-coop/happy-eyeballs/releases/download/v2.0.0/happy-eyeballs-2.0.0.tbz"
+
checksum: [
+
"sha256=a4d0135c87dbeb214d675831e9c4d98a4718bb61c3b86e94aa6f884f80fd9d0f"
+
"sha512=13dcca220f861ac4535d1256f6ab363a51418ccad2fa0c36cbc879c3acdca3d64eb38cb847bab93d39c0525ad76e2db3f965def6eb2c726ad0388f385393b757"
+
]
+
}
+
x-commit-hash: "545d1ee750d0453d743e90aa3400710fcf902634"
+43
packages/happy-eyeballs-miou-unix/happy-eyeballs-miou-unix.2.0.0/opam
···
+
opam-version: "2.0"
+
maintainer: "Robur <team@robur.coop>"
+
authors: ["Robur <team@robur.coop>"]
+
homepage: "https://github.com/robur-coop/happy-eyeballs"
+
dev-repo: "git+https://github.com/robur-coop/happy-eyeballs.git"
+
bug-reports: "https://github.com/robur-coop/happy-eyeballs/issues"
+
doc: "https://robur-coop.github.io/happy-eyeballs/"
+
license: "ISC"
+
+
depends: [
+
"ocaml" {>= "5.0.0"}
+
"dune" {>= "2.0.0"}
+
"happy-eyeballs" {= version}
+
"miou" {>= "0.2.0"}
+
"mtime" {>= "2.0.0"}
+
"duration"
+
"domain-name"
+
"ipaddr" {>= "5.6.0"}
+
"fmt"
+
"logs" {>= "0.7.0"}
+
"cmdliner" {>= "1.3.0"}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
["dune" "build" "-p" name "-j" jobs]
+
]
+
+
synopsis: "Connecting to a remote host via IP version 4 or 6 using Miou"
+
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 Miou for side effects.
+
"""
+
x-maintenance-intent: [ "(latest)" ]
+
url {
+
src:
+
"https://github.com/robur-coop/happy-eyeballs/releases/download/v2.0.0/happy-eyeballs-2.0.0.tbz"
+
checksum: [
+
"sha256=a4d0135c87dbeb214d675831e9c4d98a4718bb61c3b86e94aa6f884f80fd9d0f"
+
"sha512=13dcca220f861ac4535d1256f6ab363a51418ccad2fa0c36cbc879c3acdca3d64eb38cb847bab93d39c0525ad76e2db3f965def6eb2c726ad0388f385393b757"
+
]
+
}
+
x-commit-hash: "545d1ee750d0453d743e90aa3400710fcf902634"
+44
packages/happy-eyeballs-mirage/happy-eyeballs-mirage.2.0.0/opam
···
+
opam-version: "2.0"
+
maintainer: "Robur <team@robur.coop>"
+
authors: ["Robur <team@robur.coop>"]
+
homepage: "https://github.com/robur-coop/happy-eyeballs"
+
dev-repo: "git+https://github.com/robur-coop/happy-eyeballs.git"
+
bug-reports: "https://github.com/robur-coop/happy-eyeballs/issues"
+
doc: "https://robur-coop.github.io/happy-eyeballs/"
+
license: "ISC"
+
+
depends: [
+
"ocaml" {>= "4.08.0"}
+
"dune" {>= "2.0.0"}
+
"happy-eyeballs" {=version}
+
"duration"
+
"domain-name"
+
"ipaddr"
+
"fmt"
+
"logs"
+
"lwt"
+
"mirage-mtime" {>= "4.0.0"}
+
"tcpip" {>= "7.0.0"}
+
"mirage-sleep" {>= "4.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.
+
"""
+
x-maintenance-intent: [ "(latest)" ]
+
url {
+
src:
+
"https://github.com/robur-coop/happy-eyeballs/releases/download/v2.0.0/happy-eyeballs-2.0.0.tbz"
+
checksum: [
+
"sha256=a4d0135c87dbeb214d675831e9c4d98a4718bb61c3b86e94aa6f884f80fd9d0f"
+
"sha512=13dcca220f861ac4535d1256f6ab363a51418ccad2fa0c36cbc879c3acdca3d64eb38cb847bab93d39c0525ad76e2db3f965def6eb2c726ad0388f385393b757"
+
]
+
}
+
x-commit-hash: "545d1ee750d0453d743e90aa3400710fcf902634"
+41
packages/happy-eyeballs/happy-eyeballs.2.0.0/opam
···
+
opam-version: "2.0"
+
maintainer: "Robur <team@robur.coop>"
+
authors: ["Robur <team@robur.coop>"]
+
homepage: "https://github.com/robur-coop/happy-eyeballs"
+
dev-repo: "git+https://github.com/robur-coop/happy-eyeballs.git"
+
bug-reports: "https://github.com/robur-coop/happy-eyeballs/issues"
+
doc: "https://robur-coop.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.
+
"""
+
x-maintenance-intent: [ "(latest)" ]
+
url {
+
src:
+
"https://github.com/robur-coop/happy-eyeballs/releases/download/v2.0.0/happy-eyeballs-2.0.0.tbz"
+
checksum: [
+
"sha256=a4d0135c87dbeb214d675831e9c4d98a4718bb61c3b86e94aa6f884f80fd9d0f"
+
"sha512=13dcca220f861ac4535d1256f6ab363a51418ccad2fa0c36cbc879c3acdca3d64eb38cb847bab93d39c0525ad76e2db3f965def6eb2c726ad0388f385393b757"
+
]
+
}
+
x-commit-hash: "545d1ee750d0453d743e90aa3400710fcf902634"