-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #26710 from hannesm/release-happy-eyeballs-v1.2.2
[new release] happy-eyeballs (4 packages) (1.2.2)
- Loading branch information
Showing
4 changed files
with
168 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
opam-version: "2.0" | ||
maintainer: "Robur <[email protected]>" | ||
authors: ["Robur <[email protected]>"] | ||
homepage: "https://github.com/robur-coop/happy-eyeballs" | ||
dev-repo: "git+https://github.com/robur-coop/happy-eyeballs.git" | ||
bug-reports: "https://github.com/robur-coop/happy-eyeballs/issues" | ||
doc: "https://robur-coop.github.io/happy-eyeballs/" | ||
license: "ISC" | ||
|
||
depends: [ | ||
"ocaml" {>= "4.08.0"} | ||
"dune" {>= "2.0.0"} | ||
"happy-eyeballs" {=version} | ||
"cmdliner" {>= "1.1.0"} | ||
"duration" | ||
"dns" {>= "7.0.0"} | ||
"domain-name" | ||
"ipaddr" | ||
"fmt" | ||
"logs" | ||
"lwt" | ||
"mtime" {>= "1.0.0"} | ||
] | ||
build: [ | ||
["dune" "subst"] {dev} | ||
["dune" "build" "-p" name "-j" jobs] | ||
] | ||
|
||
synopsis: "Connecting to a remote host via IP version 4 or 6 using Lwt_unix" | ||
description: """ | ||
Happy eyeballs is an implementation of RFC 8305 which specifies how to connect | ||
to a remote host using either IP protocol version 4 or IP protocol version 6. | ||
This uses Lwt and Lwt_unix for side effects. | ||
""" | ||
url { | ||
src: | ||
"https://github.com/robur-coop/happy-eyeballs/releases/download/v1.2.2/happy-eyeballs-1.2.2.tbz" | ||
checksum: [ | ||
"sha256=0a5d0267040cc2b9b031a89d7eaa7c3f21b9eeb615d953945555bd1025652eaf" | ||
"sha512=fdecffcfc899ce2363b6783da1d46ad2b152651346a6e59b1fa900af7699d625a8880496cdd018f38a6f47a93b7b4aed2cce958ade9c0dbc7e533b1701993359" | ||
] | ||
} | ||
x-commit-hash: "a3b8f984354c727523c2eba9267ecfe3eff400bd" |
42 changes: 42 additions & 0 deletions
42
packages/happy-eyeballs-miou-unix/happy-eyeballs-miou-unix.1.2.2/opam
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
opam-version: "2.0" | ||
maintainer: "Robur <[email protected]>" | ||
authors: ["Robur <[email protected]>"] | ||
homepage: "https://github.com/robur-coop/happy-eyeballs" | ||
dev-repo: "git+https://github.com/robur-coop/happy-eyeballs.git" | ||
bug-reports: "https://github.com/robur-coop/happy-eyeballs/issues" | ||
doc: "https://robur-coop.github.io/happy-eyeballs/" | ||
license: "ISC" | ||
|
||
depends: [ | ||
"ocaml" {>= "5.0.0"} | ||
"dune" {>= "2.0.0"} | ||
"happy-eyeballs" {= version} | ||
"miou" {>= "0.2.0"} | ||
"mtime" {>= "2.0.0"} | ||
"duration" | ||
"domain-name" | ||
"ipaddr" {>= "5.6.0"} | ||
"fmt" | ||
"logs" {>= "0.7.0"} | ||
"cmdliner" {>= "1.3.0"} | ||
] | ||
build: [ | ||
["dune" "subst"] {dev} | ||
["dune" "build" "-p" name "-j" jobs] | ||
] | ||
|
||
synopsis: "Connecting to a remote host via IP version 4 or 6 using Miou" | ||
description: """ | ||
Happy eyeballs is an implementation of RFC 8305 which specifies how to connect | ||
to a remote host using either IP protocol version 4 or IP protocol version 6. | ||
This uses Miou for side effects. | ||
""" | ||
url { | ||
src: | ||
"https://github.com/robur-coop/happy-eyeballs/releases/download/v1.2.2/happy-eyeballs-1.2.2.tbz" | ||
checksum: [ | ||
"sha256=0a5d0267040cc2b9b031a89d7eaa7c3f21b9eeb615d953945555bd1025652eaf" | ||
"sha512=fdecffcfc899ce2363b6783da1d46ad2b152651346a6e59b1fa900af7699d625a8880496cdd018f38a6f47a93b7b4aed2cce958ade9c0dbc7e533b1701993359" | ||
] | ||
} | ||
x-commit-hash: "a3b8f984354c727523c2eba9267ecfe3eff400bd" |
43 changes: 43 additions & 0 deletions
43
packages/happy-eyeballs-mirage/happy-eyeballs-mirage.1.2.2/opam
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
opam-version: "2.0" | ||
maintainer: "Robur <[email protected]>" | ||
authors: ["Robur <[email protected]>"] | ||
homepage: "https://github.com/robur-coop/happy-eyeballs" | ||
dev-repo: "git+https://github.com/robur-coop/happy-eyeballs.git" | ||
bug-reports: "https://github.com/robur-coop/happy-eyeballs/issues" | ||
doc: "https://robur-coop.github.io/happy-eyeballs/" | ||
license: "ISC" | ||
|
||
depends: [ | ||
"ocaml" {>= "4.08.0"} | ||
"dune" {>= "2.0.0"} | ||
"happy-eyeballs" {=version} | ||
"duration" | ||
"domain-name" | ||
"ipaddr" | ||
"fmt" | ||
"logs" | ||
"lwt" | ||
"mirage-clock" {>= "3.0.0"} | ||
"tcpip" {>= "7.0.0"} | ||
"mirage-time" {>= "2.0.0"} | ||
] | ||
build: [ | ||
["dune" "subst"] {dev} | ||
["dune" "build" "-p" name "-j" jobs] | ||
] | ||
|
||
synopsis: "Connecting to a remote host via IP version 4 or 6 using Mirage" | ||
description: """ | ||
Happy eyeballs is an implementation of RFC 8305 which specifies how to connect | ||
to a remote host using either IP protocol version 4 or IP protocol version 6. | ||
This uses Lwt and Mirage for side effects. | ||
""" | ||
url { | ||
src: | ||
"https://github.com/robur-coop/happy-eyeballs/releases/download/v1.2.2/happy-eyeballs-1.2.2.tbz" | ||
checksum: [ | ||
"sha256=0a5d0267040cc2b9b031a89d7eaa7c3f21b9eeb615d953945555bd1025652eaf" | ||
"sha512=fdecffcfc899ce2363b6783da1d46ad2b152651346a6e59b1fa900af7699d625a8880496cdd018f38a6f47a93b7b4aed2cce958ade9c0dbc7e533b1701993359" | ||
] | ||
} | ||
x-commit-hash: "a3b8f984354c727523c2eba9267ecfe3eff400bd" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
opam-version: "2.0" | ||
maintainer: "Robur <[email protected]>" | ||
authors: ["Robur <[email protected]>"] | ||
homepage: "https://github.com/robur-coop/happy-eyeballs" | ||
dev-repo: "git+https://github.com/robur-coop/happy-eyeballs.git" | ||
bug-reports: "https://github.com/robur-coop/happy-eyeballs/issues" | ||
doc: "https://robur-coop.github.io/happy-eyeballs/" | ||
license: "ISC" | ||
|
||
depends: [ | ||
"ocaml" {>= "4.08.0"} | ||
"dune" {>= "2.0.0"} | ||
"duration" | ||
"domain-name" {>= "0.2.0"} | ||
"ipaddr" {>= "5.2.0"} | ||
"fmt" {>= "0.8.7"} | ||
"logs" | ||
] | ||
build: [ | ||
["dune" "subst"] {dev} | ||
["dune" "build" "-p" name "-j" jobs] | ||
] | ||
|
||
synopsis: "Connecting to a remote host via IP version 4 or 6" | ||
description: """ | ||
Happy eyeballs is an implementation of | ||
[RFC 8305](https://datatracker.ietf.org/doc/html/rfc8305) which specifies how | ||
to connect to a remote host using either IP protocol version 4 or IP protocol | ||
version 6. This is the core of the algorithm in value passing style, with a | ||
slick dependency cone. | ||
""" | ||
url { | ||
src: | ||
"https://github.com/robur-coop/happy-eyeballs/releases/download/v1.2.2/happy-eyeballs-1.2.2.tbz" | ||
checksum: [ | ||
"sha256=0a5d0267040cc2b9b031a89d7eaa7c3f21b9eeb615d953945555bd1025652eaf" | ||
"sha512=fdecffcfc899ce2363b6783da1d46ad2b152651346a6e59b1fa900af7699d625a8880496cdd018f38a6f47a93b7b4aed2cce958ade9c0dbc7e533b1701993359" | ||
] | ||
} | ||
x-commit-hash: "a3b8f984354c727523c2eba9267ecfe3eff400bd" |