this repo has no description

[new release] happy-eyeballs-miou-unix (1.2.1)

CHANGES:

* happy-eyeballs-miou-unix: fix AAAA record (@dinosaure, robur-coop/happy-eyeballs#45)
* happy-eyeballs-miou-unix: demote log levels (@dinosaure, robur-coop/happy-eyeballs#45)

Changed files
+42
packages
happy-eyeballs-miou-unix
happy-eyeballs-miou-unix.1.2.1
+42
packages/happy-eyeballs-miou-unix/happy-eyeballs-miou-unix.1.2.1/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" {= "1.2.0"}
+
"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.
+
"""
+
url {
+
src:
+
"https://github.com/robur-coop/happy-eyeballs/releases/download/v1.2.1/happy-eyeballs-1.2.1.tbz"
+
checksum: [
+
"sha256=df8d341bae6a345ed0fbdad8d5efc06cf27bb61a76e40feb7a9f43ec9867fb44"
+
"sha512=382866591e0f86e9d1c14a20626ac28f96c9f3ee84e52a48842305a8bc36e9111e1c7634d02b7f2dbdd469fedfd349d4dc2573550584a9b44040ba7542c2cec9"
+
]
+
}
+
x-commit-hash: "e688cb978a339c9fbcb07c4104057ab18506464f"