···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.1.0/happy-eyeballs-1.1.0.tbz"
3838+ checksum: [
3939+ "sha256=ce6670b9e1ecf5b7bc339c7c666dab8cf25be9baf20cd4c0784f12105b4fdcc1"
4040+ "sha512=2c391824694d18b4c5c6695540b6bdaf63ec7f5accb868312c06dafab9f0ab888e2cb46d1afc94fa897747bbe3a0223f9701eb709bf3ed4f45ed3899cf9abf15"
4141+ ]
4242+}
4343+x-commit-hash: "9cc0b513b521b1409405c471f144f717e134f6f0"
+40
packages/happy-eyeballs/happy-eyeballs.1.1.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.1.0/happy-eyeballs-1.1.0.tbz"
3535+ checksum: [
3636+ "sha256=ce6670b9e1ecf5b7bc339c7c666dab8cf25be9baf20cd4c0784f12105b4fdcc1"
3737+ "sha512=2c391824694d18b4c5c6695540b6bdaf63ec7f5accb868312c06dafab9f0ab888e2cb46d1afc94fa897747bbe3a0223f9701eb709bf3ed4f45ed3899cf9abf15"
3838+ ]
3939+}
4040+x-commit-hash: "9cc0b513b521b1409405c471f144f717e134f6f0"