this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #25906 from hannesm/release-happy-eyeballs-v1.0.0

[new release] happy-eyeballs (3 packages) (1.0.0)

authored by

Calascibetta Romain and committed by
GitHub
ec4a3728 ec28f29e

+129 -3
+43
packages/happy-eyeballs-lwt/happy-eyeballs-lwt.1.0.0/opam
··· 1 + opam-version: "2.0" 2 + maintainer: "Robur <team@robur.coop>" 3 + authors: ["Robur <team@robur.coop>"] 4 + homepage: "https://github.com/robur-coop/happy-eyeballs" 5 + dev-repo: "git+https://github.com/robur-coop/happy-eyeballs.git" 6 + bug-reports: "https://github.com/robur-coop/happy-eyeballs/issues" 7 + doc: "https://robur-coop.github.io/happy-eyeballs/" 8 + license: "ISC" 9 + 10 + depends: [ 11 + "ocaml" {>= "4.08.0"} 12 + "dune" {>= "2.0.0"} 13 + "happy-eyeballs" {=version} 14 + "cmdliner" {>= "1.1.0"} 15 + "duration" 16 + "dns" {>= "7.0.0"} 17 + "domain-name" 18 + "ipaddr" 19 + "fmt" 20 + "logs" 21 + "lwt" 22 + "mtime" {>= "1.0.0"} 23 + ] 24 + build: [ 25 + ["dune" "subst"] {dev} 26 + ["dune" "build" "-p" name "-j" jobs] 27 + ] 28 + 29 + synopsis: "Connecting to a remote host via IP version 4 or 6 using Lwt_unix" 30 + description: """ 31 + Happy eyeballs is an implementation of RFC 8305 which specifies how to connect 32 + to a remote host using either IP protocol version 4 or IP protocol version 6. 33 + This uses Lwt and Lwt_unix for side effects. 34 + """ 35 + url { 36 + src: 37 + "https://github.com/robur-coop/happy-eyeballs/releases/download/v1.0.0/happy-eyeballs-1.0.0.tbz" 38 + checksum: [ 39 + "sha256=5ea47f841ab2b70c65e861f2aebf85231e5581be5344e0e34e8564d5a500fdad" 40 + "sha512=0819413dfe7fccacdfd9c4b2832f2a88b074d3d7ce419e0050a5f5fd104202c8757fe9d4a7133f592b9b2452cae0581d257853f339563c6a133500e5fab77316" 41 + ] 42 + } 43 + x-commit-hash: "627874b8abdd690b612f6883e6fa58d245b9e6b7"
+43
packages/happy-eyeballs-mirage/happy-eyeballs-mirage.1.0.0/opam
··· 1 + opam-version: "2.0" 2 + maintainer: "Robur <team@robur.coop>" 3 + authors: ["Robur <team@robur.coop>"] 4 + homepage: "https://github.com/robur-coop/happy-eyeballs" 5 + dev-repo: "git+https://github.com/robur-coop/happy-eyeballs.git" 6 + bug-reports: "https://github.com/robur-coop/happy-eyeballs/issues" 7 + doc: "https://robur-coop.github.io/happy-eyeballs/" 8 + license: "ISC" 9 + 10 + depends: [ 11 + "ocaml" {>= "4.08.0"} 12 + "dune" {>= "2.0.0"} 13 + "happy-eyeballs" {=version} 14 + "duration" 15 + "domain-name" 16 + "ipaddr" 17 + "fmt" 18 + "logs" 19 + "lwt" 20 + "mirage-clock" {>= "3.0.0"} 21 + "tcpip" {>= "7.0.0"} 22 + "mirage-time" {>= "2.0.0"} 23 + ] 24 + build: [ 25 + ["dune" "subst"] {dev} 26 + ["dune" "build" "-p" name "-j" jobs] 27 + ] 28 + 29 + synopsis: "Connecting to a remote host via IP version 4 or 6 using Mirage" 30 + description: """ 31 + Happy eyeballs is an implementation of RFC 8305 which specifies how to connect 32 + to a remote host using either IP protocol version 4 or IP protocol version 6. 33 + This uses Lwt and Mirage for side effects. 34 + """ 35 + url { 36 + src: 37 + "https://github.com/robur-coop/happy-eyeballs/releases/download/v1.0.0/happy-eyeballs-1.0.0.tbz" 38 + checksum: [ 39 + "sha256=5ea47f841ab2b70c65e861f2aebf85231e5581be5344e0e34e8564d5a500fdad" 40 + "sha512=0819413dfe7fccacdfd9c4b2832f2a88b074d3d7ce419e0050a5f5fd104202c8757fe9d4a7133f592b9b2452cae0581d257853f339563c6a133500e5fab77316" 41 + ] 42 + } 43 + x-commit-hash: "627874b8abdd690b612f6883e6fa58d245b9e6b7"
+40
packages/happy-eyeballs/happy-eyeballs.1.0.0/opam
··· 1 + opam-version: "2.0" 2 + maintainer: "Robur <team@robur.coop>" 3 + authors: ["Robur <team@robur.coop>"] 4 + homepage: "https://github.com/robur-coop/happy-eyeballs" 5 + dev-repo: "git+https://github.com/robur-coop/happy-eyeballs.git" 6 + bug-reports: "https://github.com/robur-coop/happy-eyeballs/issues" 7 + doc: "https://robur-coop.github.io/happy-eyeballs/" 8 + license: "ISC" 9 + 10 + depends: [ 11 + "ocaml" {>= "4.08.0"} 12 + "dune" {>= "2.0.0"} 13 + "duration" 14 + "domain-name" {>= "0.2.0"} 15 + "ipaddr" {>= "5.2.0"} 16 + "fmt" {>= "0.8.7"} 17 + "logs" 18 + ] 19 + build: [ 20 + ["dune" "subst"] {dev} 21 + ["dune" "build" "-p" name "-j" jobs] 22 + ] 23 + 24 + synopsis: "Connecting to a remote host via IP version 4 or 6" 25 + description: """ 26 + Happy eyeballs is an implementation of 27 + [RFC 8305](https://datatracker.ietf.org/doc/html/rfc8305) which specifies how 28 + to connect to a remote host using either IP protocol version 4 or IP protocol 29 + version 6. This is the core of the algorithm in value passing style, with a 30 + slick dependency cone. 31 + """ 32 + url { 33 + src: 34 + "https://github.com/robur-coop/happy-eyeballs/releases/download/v1.0.0/happy-eyeballs-1.0.0.tbz" 35 + checksum: [ 36 + "sha256=5ea47f841ab2b70c65e861f2aebf85231e5581be5344e0e34e8564d5a500fdad" 37 + "sha512=0819413dfe7fccacdfd9c4b2832f2a88b074d3d7ce419e0050a5f5fd104202c8757fe9d4a7133f592b9b2452cae0581d257853f339563c6a133500e5fab77316" 38 + ] 39 + } 40 + x-commit-hash: "627874b8abdd690b612f6883e6fa58d245b9e6b7"
+1 -1
packages/mimic-happy-eyeballs/mimic-happy-eyeballs.0.0.5/opam
··· 11 11 "ocaml" {>= "4.08.0"} 12 12 "dune" {>= "2.8"} 13 13 "mimic" {= version} 14 - "happy-eyeballs-mirage" {>= "0.3.0"} 14 + "happy-eyeballs-mirage" {>= "0.3.0" & < "1.0.0"} 15 15 ] 16 16 build: [ 17 17 ["dune" "build" "-p" name "-j" jobs]
+1 -1
packages/mimic-happy-eyeballs/mimic-happy-eyeballs.0.0.6/opam
··· 11 11 "ocaml" {>= "4.08.0"} 12 12 "dune" {>= "2.8"} 13 13 "mimic" {= version} 14 - "happy-eyeballs-mirage" {>= "0.3.0"} 14 + "happy-eyeballs-mirage" {>= "0.3.0" & < "1.0.0"} 15 15 ] 16 16 build: [ 17 17 ["dune" "build" "-p" name "-j" jobs]
+1 -1
packages/mimic-happy-eyeballs/mimic-happy-eyeballs.0.0.7/opam
··· 11 11 "ocaml" {>= "4.08.0"} 12 12 "dune" {>= "2.8"} 13 13 "mimic" {= version} 14 - "happy-eyeballs-mirage" {>= "0.3.0"} 14 + "happy-eyeballs-mirage" {>= "0.3.0" & < "1.0.0"} 15 15 ] 16 16 build: [ 17 17 ["dune" "build" "-p" name "-j" jobs]