this repo has no description
1opam-version: "2.0"
2maintainer: "Robur <team@robur.coop>"
3authors: ["Robur <team@robur.coop>"]
4homepage: "https://github.com/robur-coop/happy-eyeballs"
5dev-repo: "git+https://github.com/robur-coop/happy-eyeballs.git"
6bug-reports: "https://github.com/robur-coop/happy-eyeballs/issues"
7doc: "https://robur-coop.github.io/happy-eyeballs/"
8license: "ISC"
9
10depends: [
11 "ocaml" {>= "5.0.0"}
12 "dune" {>= "2.0.0"}
13 "happy-eyeballs" {= version}
14 "miou" {>= "0.2.0"}
15 "mtime" {>= "2.0.0"}
16 "duration"
17 "domain-name"
18 "ipaddr" {>= "5.6.0"}
19 "fmt"
20 "logs" {>= "0.7.0"}
21 "cmdliner" {>= "1.3.0"}
22]
23build: [
24 ["dune" "subst"] {dev}
25 ["dune" "build" "-p" name "-j" jobs]
26]
27
28synopsis: "Connecting to a remote host via IP version 4 or 6 using Miou"
29description: """
30Happy eyeballs is an implementation of RFC 8305 which specifies how to connect
31to a remote host using either IP protocol version 4 or IP protocol version 6.
32This uses Miou for side effects.
33"""
34x-maintenance-intent: [ "(latest)" ]
35url {
36 src:
37 "https://github.com/robur-coop/happy-eyeballs/releases/download/v2.0.0/happy-eyeballs-2.0.0.tbz"
38 checksum: [
39 "sha256=a4d0135c87dbeb214d675831e9c4d98a4718bb61c3b86e94aa6f884f80fd9d0f"
40 "sha512=13dcca220f861ac4535d1256f6ab363a51418ccad2fa0c36cbc879c3acdca3d64eb38cb847bab93d39c0525ad76e2db3f965def6eb2c726ad0388f385393b757"
41 ]
42}
43x-commit-hash: "545d1ee750d0453d743e90aa3400710fcf902634"