···11+opam-version: "2.0"
22+maintainer: "Robur <team@robur.coop>"
33+authors: ["Robur <team@robur.coop>"]
44+homepage: "https://github.com/robur-coop/happy-eyeballs"
55+dev-repo: "git+https://github.com/robur-coop/happy-eyeballs.git"
66+bug-reports: "https://github.com/robur-coop/happy-eyeballs/issues"
77+doc: "https://robur-coop.github.io/happy-eyeballs/"
88+license: "ISC"
99+1010+depends: [
1111+ "ocaml" {>= "4.08.0"}
1212+ "dune" {>= "2.0.0"}
1313+ "happy-eyeballs" {=version}
1414+ "duration"
1515+ "domain-name"
1616+ "ipaddr"
1717+ "fmt"
1818+ "logs"
1919+ "lwt"
2020+ "mirage-mtime" {>= "4.0.0"}
2121+ "tcpip" {>= "7.0.0"}
2222+ "mirage-sleep" {>= "4.0.0"}
2323+]
2424+build: [
2525+ ["dune" "subst"] {dev}
2626+ ["dune" "build" "-p" name "-j" jobs]
2727+]
2828+2929+synopsis: "Connecting to a remote host via IP version 4 or 6 using Mirage"
3030+description: """
3131+Happy eyeballs is an implementation of RFC 8305 which specifies how to connect
3232+to a remote host using either IP protocol version 4 or IP protocol version 6.
3333+This uses Lwt and Mirage for side effects.
3434+"""
3535+x-maintenance-intent: [ "(latest)" ]
3636+url {
3737+ src:
3838+ "https://github.com/robur-coop/happy-eyeballs/releases/download/v2.0.0/happy-eyeballs-2.0.0.tbz"
3939+ checksum: [
4040+ "sha256=a4d0135c87dbeb214d675831e9c4d98a4718bb61c3b86e94aa6f884f80fd9d0f"
4141+ "sha512=13dcca220f861ac4535d1256f6ab363a51418ccad2fa0c36cbc879c3acdca3d64eb38cb847bab93d39c0525ad76e2db3f965def6eb2c726ad0388f385393b757"
4242+ ]
4343+}
4444+x-commit-hash: "545d1ee750d0453d743e90aa3400710fcf902634"
+41
packages/happy-eyeballs/happy-eyeballs.2.0.0/opam
···11+opam-version: "2.0"
22+maintainer: "Robur <team@robur.coop>"
33+authors: ["Robur <team@robur.coop>"]
44+homepage: "https://github.com/robur-coop/happy-eyeballs"
55+dev-repo: "git+https://github.com/robur-coop/happy-eyeballs.git"
66+bug-reports: "https://github.com/robur-coop/happy-eyeballs/issues"
77+doc: "https://robur-coop.github.io/happy-eyeballs/"
88+license: "ISC"
99+1010+depends: [
1111+ "ocaml" {>= "4.08.0"}
1212+ "dune" {>= "2.0.0"}
1313+ "duration"
1414+ "domain-name" {>= "0.2.0"}
1515+ "ipaddr" {>= "5.2.0"}
1616+ "fmt" {>= "0.8.7"}
1717+ "logs"
1818+]
1919+build: [
2020+ ["dune" "subst"] {dev}
2121+ ["dune" "build" "-p" name "-j" jobs]
2222+]
2323+2424+synopsis: "Connecting to a remote host via IP version 4 or 6"
2525+description: """
2626+Happy eyeballs is an implementation of
2727+[RFC 8305](https://datatracker.ietf.org/doc/html/rfc8305) which specifies how
2828+to connect to a remote host using either IP protocol version 4 or IP protocol
2929+version 6. This is the core of the algorithm in value passing style, with a
3030+slick dependency cone.
3131+"""
3232+x-maintenance-intent: [ "(latest)" ]
3333+url {
3434+ src:
3535+ "https://github.com/robur-coop/happy-eyeballs/releases/download/v2.0.0/happy-eyeballs-2.0.0.tbz"
3636+ checksum: [
3737+ "sha256=a4d0135c87dbeb214d675831e9c4d98a4718bb61c3b86e94aa6f884f80fd9d0f"
3838+ "sha512=13dcca220f861ac4535d1256f6ab363a51418ccad2fa0c36cbc879c3acdca3d64eb38cb847bab93d39c0525ad76e2db3f965def6eb2c726ad0388f385393b757"
3939+ ]
4040+}
4141+x-commit-hash: "545d1ee750d0453d743e90aa3400710fcf902634"