···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.2.0/happy-eyeballs-1.2.0.tbz"
3838+ checksum: [
3939+ "sha256=33f1bc57a9fa60a0706f39becf2876f1b3a49b73dbd83d5b1b055894d4a10d48"
4040+ "sha512=f177421c0667459a67f6ae4c434be563fe7b05fbe6c5c6155e55c9b742349ed7002368860681e8d9443092543a130cfc5bd5dfe4fceab540dd9957e96325ee3b"
4141+ ]
4242+}
4343+x-commit-hash: "2a2f276b547d9ac34c0ce9ca40a19b67c7db726f"
+40
packages/happy-eyeballs/happy-eyeballs.1.2.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.2.0/happy-eyeballs-1.2.0.tbz"
3535+ checksum: [
3636+ "sha256=33f1bc57a9fa60a0706f39becf2876f1b3a49b73dbd83d5b1b055894d4a10d48"
3737+ "sha512=f177421c0667459a67f6ae4c434be563fe7b05fbe6c5c6155e55c9b742349ed7002368860681e8d9443092543a130cfc5bd5dfe4fceab540dd9957e96325ee3b"
3838+ ]
3939+}
4040+x-commit-hash: "2a2f276b547d9ac34c0ce9ca40a19b67c7db726f"