···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-clock" {>= "3.0.0"}
2121+ "tcpip" {>= "7.0.0"}
2222+ "mirage-time" {>= "2.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+url {
3636+ src:
3737+ "https://github.com/robur-coop/happy-eyeballs/releases/download/v1.0.0/happy-eyeballs-1.0.0.tbz"
3838+ checksum: [
3939+ "sha256=5ea47f841ab2b70c65e861f2aebf85231e5581be5344e0e34e8564d5a500fdad"
4040+ "sha512=0819413dfe7fccacdfd9c4b2832f2a88b074d3d7ce419e0050a5f5fd104202c8757fe9d4a7133f592b9b2452cae0581d257853f339563c6a133500e5fab77316"
4141+ ]
4242+}
4343+x-commit-hash: "627874b8abdd690b612f6883e6fa58d245b9e6b7"
+40
packages/happy-eyeballs/happy-eyeballs.1.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+url {
3333+ src:
3434+ "https://github.com/robur-coop/happy-eyeballs/releases/download/v1.0.0/happy-eyeballs-1.0.0.tbz"
3535+ checksum: [
3636+ "sha256=5ea47f841ab2b70c65e861f2aebf85231e5581be5344e0e34e8564d5a500fdad"
3737+ "sha512=0819413dfe7fccacdfd9c4b2832f2a88b074d3d7ce419e0050a5f5fd104202c8757fe9d4a7133f592b9b2452cae0581d257853f339563c6a133500e5fab77316"
3838+ ]
3939+}
4040+x-commit-hash: "627874b8abdd690b612f6883e6fa58d245b9e6b7"