diff --git a/packages/dns-certify/dns-certify.6.0.2/opam b/packages/dns-certify/dns-certify.6.0.2/opam new file mode 100644 index 000000000000..85b98dbde695 --- /dev/null +++ b/packages/dns-certify/dns-certify.6.0.2/opam @@ -0,0 +1,49 @@ +opam-version: "2.0" +maintainer: "team AT robur dot io" +authors: ["Hannes Mehnert "] +homepage: "https://github.com/mirage/ocaml-dns" +doc: "https://mirage.github.io/ocaml-dns/" +dev-repo: "git+https://github.com/mirage/ocaml-dns.git" +bug-reports: "https://github.com/mirage/ocaml-dns/issues" +license: "BSD-2-Clause" + +depends: [ + "dune" {>= "1.2.0"} + "ocaml" {>= "4.08.0"} + "dns" {= version} + "dns-tsig" {= version} + "dns-mirage" {= version} + "randomconv" {>= "0.1.2"} + "duration" {>= "0.1.2"} + "x509" {>= "0.13.0"} + "lwt" {>= "4.2.1"} + "mirage-random" {>= "2.0.0"} + "mirage-time" {>= "2.0.0"} + "mirage-clock" {>= "3.0.0"} + "mirage-stack" {>= "2.2.0"} + "logs" + "mirage-crypto-ec" + "mirage-crypto-pk" {>= "0.8.0"} + "mirage-crypto-rng" {>= "0.8.0"} +] + +build: [ + ["dune" "subst"] {dev} + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] + +synopsis: "MirageOS let's encrypt certificate retrieval" +description: """ +A function to retrieve a certificate when providing a hostname, TSIG key, server +IP, and an optional key seed. Best used with an letsencrypt unikernel. +""" +url { + src: + "https://github.com/mirage/ocaml-dns/releases/download/v6.0.2/dns-v6.0.2.tbz" + checksum: [ + "sha256=4d247be6439fa3e00c7a8f8c367ea47b8eae8056557e98b08fe83c1efa3cf6cf" + "sha512=ab39241cde561e76c0842a96dc6042cdc58d4fff7ae1aa4bfd8e11a9913ddf74d49a6eed095a483f9c925db23f58b6573822322070671bfbff9f389f7b1dfb7a" + ] +} +x-commit-hash: "2dc8b6167ad5fcf55a13767315b2d77866f5a579" diff --git a/packages/dns-cli/dns-cli.6.0.2/opam b/packages/dns-cli/dns-cli.6.0.2/opam new file mode 100644 index 000000000000..828d71bf89af --- /dev/null +++ b/packages/dns-cli/dns-cli.6.0.2/opam @@ -0,0 +1,59 @@ +opam-version: "2.0" +maintainer: "team AT robur dot io" +authors: ["Hannes Mehnert "] +homepage: "https://github.com/mirage/ocaml-dns" +doc: "https://mirage.github.io/ocaml-dns/" +dev-repo: "git+https://github.com/mirage/ocaml-dns.git" +bug-reports: "https://github.com/mirage/ocaml-dns/issues" +license: "BSD-2-Clause" + +depends: [ + "dune" {>= "1.2.0"} + "ocaml" {>= "4.08.0"} + "cstruct" {>= "6.0.0"} + "dns" {= version} + "dns-tsig" {= version} + "dns-client" {= version} + "dns-server" {= version} + "dns-certify" {= version} + "bos" {>= "0.2.0"} + "cmdliner" {>= "1.0.0"} + "fpath" {>= "0.7.2"} + "x509" {>= "0.13.0"} + "mirage-crypto" {>= "0.8.0"} + "mirage-crypto-pk" {>= "0.8.0"} + "mirage-crypto-rng" {>= "0.8.0"} + "hex" {>= "1.4.0"} + "ptime" {>= "0.8.5"} + "mtime" {>= "1.2.0"} + "logs" {>= "0.6.3"} + "fmt" {>= "0.8.8"} + "ipaddr" {>= "4.0.0"} + "lwt" {>= "4.0.0"} + "randomconv" + "alcotest" {with-test} +] + +build: [ + ["dune" "subst"] {dev} + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] + +synopsis: "Unix command line utilities using uDNS" +description: """ +'oupdate' sends a DNS update frome to a DNS server that sets 'hostname A ip'. +For authentication via TSIG, a hmac secret needs to be provided. + +'ocertify' updates DNS with a certificate signing request, and polls a matching +certificate. Best used with an letsencrypt unikernel. +""" +url { + src: + "https://github.com/mirage/ocaml-dns/releases/download/v6.0.2/dns-v6.0.2.tbz" + checksum: [ + "sha256=4d247be6439fa3e00c7a8f8c367ea47b8eae8056557e98b08fe83c1efa3cf6cf" + "sha512=ab39241cde561e76c0842a96dc6042cdc58d4fff7ae1aa4bfd8e11a9913ddf74d49a6eed095a483f9c925db23f58b6573822322070671bfbff9f389f7b1dfb7a" + ] +} +x-commit-hash: "2dc8b6167ad5fcf55a13767315b2d77866f5a579" diff --git a/packages/dns-client/dns-client.6.0.0/opam b/packages/dns-client/dns-client.6.0.0/opam index 131e95850c40..8ad28f353afc 100644 --- a/packages/dns-client/dns-client.6.0.0/opam +++ b/packages/dns-client/dns-client.6.0.0/opam @@ -30,7 +30,7 @@ depends: [ "mirage-clock" {>= "3.0.0"} "mtime" {>= "1.2.0"} "mirage-crypto-rng" {>= "0.8.0"} - "happy-eyeballs" {>= "0.0.6"} + "happy-eyeballs" {>= "0.0.6" & < "0.1.0"} "alcotest" {with-test} "tls" {>= "0.15.0"} "tls-mirage" {>= "0.15.0"} diff --git a/packages/dns-client/dns-client.6.0.1/opam b/packages/dns-client/dns-client.6.0.1/opam index 2a9759f0f014..8432047c6665 100644 --- a/packages/dns-client/dns-client.6.0.1/opam +++ b/packages/dns-client/dns-client.6.0.1/opam @@ -29,7 +29,7 @@ depends: [ "mirage-clock" {>= "3.0.0"} "mtime" {>= "1.2.0"} "mirage-crypto-rng" {>= "0.8.0"} - "happy-eyeballs" {>= "0.0.6"} + "happy-eyeballs" {>= "0.0.6" & < "0.1.0"} "alcotest" {with-test} "tls" {>= "0.15.0"} "tls-mirage" {>= "0.15.0"} diff --git a/packages/dns-client/dns-client.6.0.2/opam b/packages/dns-client/dns-client.6.0.2/opam new file mode 100644 index 000000000000..d5cc94f5ce3a --- /dev/null +++ b/packages/dns-client/dns-client.6.0.2/opam @@ -0,0 +1,51 @@ +opam-version: "2.0" +maintainer: "team AT robur dot io" +authors: ["Joe Hill"] +homepage: "https://github.com/mirage/ocaml-dns" +bug-reports: "https://github.com/mirage/ocaml-dns/issues" +dev-repo: "git+https://github.com/mirage/ocaml-dns.git" +license: "BSD-2-Clause" + +build: [ + [ "dune" "subst"] {dev} + [ "dune" "build" "-p" name "-j" jobs ] + [ "dune" "runtest" "-p" name "-j" jobs ] {with-test} +] + +depends: [ + "dune" {>="1.2.0"} + "ocaml" {>= "4.08.0"} + "cstruct" {>= "6.0.0"} + "fmt" {>= "0.8.8"} + "logs" {>= "0.6.3"} + "dns" {= version} + "randomconv" {>= "0.1.2"} + "domain-name" {>= "0.3.0"} + "ipaddr" {>= "4.0.0"} + "lwt" {>= "4.2.1"} + "mirage-stack" {>= "2.2.0"} + "mirage-random" {>= "2.0.0"} + "mirage-time" {>= "2.0.0"} + "mirage-clock" {>= "3.0.0"} + "mtime" {>= "1.2.0"} + "mirage-crypto-rng" {>= "0.8.0"} + "happy-eyeballs" {>= "0.1.0"} + "alcotest" {with-test} + "tls" {>= "0.15.0"} + "tls-mirage" {>= "0.15.0"} + "ca-certs" + "ca-certs-nss" +] +synopsis: "DNS resolver API" +description: """ +A resolver implementation using uDNS. +""" +url { + src: + "https://github.com/mirage/ocaml-dns/releases/download/v6.0.2/dns-v6.0.2.tbz" + checksum: [ + "sha256=4d247be6439fa3e00c7a8f8c367ea47b8eae8056557e98b08fe83c1efa3cf6cf" + "sha512=ab39241cde561e76c0842a96dc6042cdc58d4fff7ae1aa4bfd8e11a9913ddf74d49a6eed095a483f9c925db23f58b6573822322070671bfbff9f389f7b1dfb7a" + ] +} +x-commit-hash: "2dc8b6167ad5fcf55a13767315b2d77866f5a579" diff --git a/packages/dns-mirage/dns-mirage.6.0.2/opam b/packages/dns-mirage/dns-mirage.6.0.2/opam new file mode 100644 index 000000000000..758b67cc00cf --- /dev/null +++ b/packages/dns-mirage/dns-mirage.6.0.2/opam @@ -0,0 +1,49 @@ +opam-version: "2.0" +maintainer: "team AT robur dot io" +authors: ["Hannes Mehnert "] +homepage: "https://github.com/mirage/ocaml-dns" +doc: "https://mirage.github.io/ocaml-dns/" +dev-repo: "git+https://github.com/mirage/ocaml-dns.git" +bug-reports: "https://github.com/mirage/ocaml-dns/issues" +license: "BSD-2-Clause" + +depends: [ + "dune" {>= "1.2.0"} + "ocaml" {>= "4.08.0"} + "cstruct" {>= "6.0.0"} + "dns" {= version} + "ipaddr" {>= "5.2.0"} + "lwt" {>= "4.2.1"} + "mirage-stack" {>= "2.2.0"} +] + +build: [ + ["dune" "subst"] {dev} + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] + +synopsis: "An opinionated Domain Name System (DNS) library" +description: """ +µDNS supports most of the domain name system used in the wild. It adheres to +strict conventions. Failing early and hard. It is mostly implemented in the +pure fragment of OCaml (no mutation, isolated IO, no exceptions). + +Legacy resource record types are not dealt with, and there is no plan to support +`ISDN`, `MAILA`, `MAILB`, `WKS`, `MB`, `NULL`, `HINFO`, ... . `AXFR` is only +handled via TCP connections. The only resource class supported is `IN` (the +Internet). Truncated hmac in `TSIG` are not supported (always the full length +of the hash algorithm is used). + +Please read [the blog article](https://hannes.nqsb.io/Posts/DNS) for a more +detailed overview. +""" +url { + src: + "https://github.com/mirage/ocaml-dns/releases/download/v6.0.2/dns-v6.0.2.tbz" + checksum: [ + "sha256=4d247be6439fa3e00c7a8f8c367ea47b8eae8056557e98b08fe83c1efa3cf6cf" + "sha512=ab39241cde561e76c0842a96dc6042cdc58d4fff7ae1aa4bfd8e11a9913ddf74d49a6eed095a483f9c925db23f58b6573822322070671bfbff9f389f7b1dfb7a" + ] +} +x-commit-hash: "2dc8b6167ad5fcf55a13767315b2d77866f5a579" diff --git a/packages/dns-resolver/dns-resolver.6.0.2/opam b/packages/dns-resolver/dns-resolver.6.0.2/opam new file mode 100644 index 000000000000..50ee9e6928d8 --- /dev/null +++ b/packages/dns-resolver/dns-resolver.6.0.2/opam @@ -0,0 +1,47 @@ +opam-version: "2.0" +maintainer: "team AT robur dot io" +authors: ["Hannes Mehnert "] +homepage: "https://github.com/mirage/ocaml-dns" +doc: "https://mirage.github.io/ocaml-dns/" +dev-repo: "git+https://github.com/mirage/ocaml-dns.git" +bug-reports: "https://github.com/mirage/ocaml-dns/issues" +license: "BSD-2-Clause" + +depends: [ + "dune" {>= "1.2.0"} + "ocaml" {>= "4.08.0"} + "dns" {= version} + "dns-server" {= version} + "dns-mirage" {= version} + "lru" {>= "0.3.0"} + "duration" {>= "0.1.2"} + "randomconv" {>= "0.1.2"} + "lwt" {>= "4.2.1"} + "mirage-time" {>= "2.0.0"} + "mirage-clock" {>= "3.0.0"} + "mirage-random" {>= "2.0.0"} + "mirage-stack" {>= "2.0.0"} + "alcotest" {with-test} + "tls" "tls-mirage" +] + +build: [ + ["dune" "subst"] {dev} + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] + +synopsis: "DNS resolver business logic" +description: """ +Forwarding and recursive resolvers as value-passing functions. To be used with +an effectful layer. +""" +url { + src: + "https://github.com/mirage/ocaml-dns/releases/download/v6.0.2/dns-v6.0.2.tbz" + checksum: [ + "sha256=4d247be6439fa3e00c7a8f8c367ea47b8eae8056557e98b08fe83c1efa3cf6cf" + "sha512=ab39241cde561e76c0842a96dc6042cdc58d4fff7ae1aa4bfd8e11a9913ddf74d49a6eed095a483f9c925db23f58b6573822322070671bfbff9f389f7b1dfb7a" + ] +} +x-commit-hash: "2dc8b6167ad5fcf55a13767315b2d77866f5a579" diff --git a/packages/dns-server/dns-server.6.0.2/opam b/packages/dns-server/dns-server.6.0.2/opam new file mode 100644 index 000000000000..e99ad7455c2c --- /dev/null +++ b/packages/dns-server/dns-server.6.0.2/opam @@ -0,0 +1,48 @@ +opam-version: "2.0" +maintainer: "team AT robur dot io" +authors: ["Hannes Mehnert "] +homepage: "https://github.com/mirage/ocaml-dns" +doc: "https://mirage.github.io/ocaml-dns/" +dev-repo: "git+https://github.com/mirage/ocaml-dns.git" +bug-reports: "https://github.com/mirage/ocaml-dns/issues" +license: "BSD-2-Clause" + +depends: [ + "dune" {>= "1.2.0"} + "ocaml" {>= "4.08.0"} + "cstruct" {>= "6.0.0"} + "dns" {= version} + "dns-mirage" {= version} + "randomconv" {>= "0.1.2"} + "duration" {>= "0.1.2"} + "lwt" {>= "4.2.1"} + "mirage-time" {>= "2.0.0"} + "mirage-clock" {>= "3.0.0"} + "mirage-stack" {>= "2.2.0"} + "mirage-crypto-rng" {with-test} + "alcotest" {with-test} + "dns-tsig" {with-test} + "base64" {with-test & >= "3.0.0"} + "metrics" +] + +build: [ + ["dune" "subst"] {dev} + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] + +synopsis: "DNS server, primary and secondary" +description: """ +Primary and secondary DNS server implemented in value-passing style. Needs an +effectful layer to be useful. +""" +url { + src: + "https://github.com/mirage/ocaml-dns/releases/download/v6.0.2/dns-v6.0.2.tbz" + checksum: [ + "sha256=4d247be6439fa3e00c7a8f8c367ea47b8eae8056557e98b08fe83c1efa3cf6cf" + "sha512=ab39241cde561e76c0842a96dc6042cdc58d4fff7ae1aa4bfd8e11a9913ddf74d49a6eed095a483f9c925db23f58b6573822322070671bfbff9f389f7b1dfb7a" + ] +} +x-commit-hash: "2dc8b6167ad5fcf55a13767315b2d77866f5a579" diff --git a/packages/dns-stub/dns-stub.6.0.2/opam b/packages/dns-stub/dns-stub.6.0.2/opam new file mode 100644 index 000000000000..b9ae1c6eb8bb --- /dev/null +++ b/packages/dns-stub/dns-stub.6.0.2/opam @@ -0,0 +1,49 @@ +opam-version: "2.0" +maintainer: "team AT robur dot io" +authors: ["Hannes Mehnert "] +homepage: "https://github.com/mirage/ocaml-dns" +doc: "https://mirage.github.io/ocaml-dns/" +dev-repo: "git+https://github.com/mirage/ocaml-dns.git" +bug-reports: "https://github.com/mirage/ocaml-dns/issues" +license: "BSD-2-Clause" + +depends: [ + "dune" {>= "1.2.0"} + "ocaml" {>= "4.08.0"} + "cstruct" {>= "6.0.0"} + "dns" {= version} + "dns-client" {= version} + "dns-mirage" {= version} + "dns-resolver" {= version} + "dns-tsig" {= version} + "dns-server" {= version} + "duration" {>= "0.1.2"} + "randomconv" {>= "0.1.2"} + "lwt" {>= "4.2.1"} + "mirage-time" {>= "2.0.0"} + "mirage-clock" {>= "3.0.0"} + "mirage-random" {>= "2.0.0"} + "mirage-stack" {>= "2.2.0"} + "metrics" +] + +build: [ + ["dune" "subst"] {dev} + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] + +synopsis: "DNS stub resolver" +description: """ +Forwarding and recursive resolvers as value-passing functions. To be used with +an effectful layer. +""" +url { + src: + "https://github.com/mirage/ocaml-dns/releases/download/v6.0.2/dns-v6.0.2.tbz" + checksum: [ + "sha256=4d247be6439fa3e00c7a8f8c367ea47b8eae8056557e98b08fe83c1efa3cf6cf" + "sha512=ab39241cde561e76c0842a96dc6042cdc58d4fff7ae1aa4bfd8e11a9913ddf74d49a6eed095a483f9c925db23f58b6573822322070671bfbff9f389f7b1dfb7a" + ] +} +x-commit-hash: "2dc8b6167ad5fcf55a13767315b2d77866f5a579" diff --git a/packages/dns-tsig/dns-tsig.6.0.2/opam b/packages/dns-tsig/dns-tsig.6.0.2/opam new file mode 100644 index 000000000000..1557ce385c2b --- /dev/null +++ b/packages/dns-tsig/dns-tsig.6.0.2/opam @@ -0,0 +1,38 @@ +opam-version: "2.0" +maintainer: "team AT robur dot io" +authors: ["Hannes Mehnert "] +homepage: "https://github.com/mirage/ocaml-dns" +doc: "https://mirage.github.io/ocaml-dns/" +dev-repo: "git+https://github.com/mirage/ocaml-dns.git" +bug-reports: "https://github.com/mirage/ocaml-dns/issues" +license: "BSD-2-Clause" + +depends: [ + "dune" {>= "1.2.0"} + "ocaml" {>= "4.08.0"} + "cstruct" {>= "6.0.0"} + "dns" {= version} + "mirage-crypto" + "base64" {>= "3.0.0"} + "alcotest" {with-test} +] + +build: [ + ["dune" "subst"] {dev} + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] + +synopsis: "TSIG support for DNS" +description: """ +TSIG is used to authenticate nsupdate frames using a HMAC. +""" +url { + src: + "https://github.com/mirage/ocaml-dns/releases/download/v6.0.2/dns-v6.0.2.tbz" + checksum: [ + "sha256=4d247be6439fa3e00c7a8f8c367ea47b8eae8056557e98b08fe83c1efa3cf6cf" + "sha512=ab39241cde561e76c0842a96dc6042cdc58d4fff7ae1aa4bfd8e11a9913ddf74d49a6eed095a483f9c925db23f58b6573822322070671bfbff9f389f7b1dfb7a" + ] +} +x-commit-hash: "2dc8b6167ad5fcf55a13767315b2d77866f5a579" diff --git a/packages/dns/dns.6.0.2/opam b/packages/dns/dns.6.0.2/opam new file mode 100644 index 000000000000..22a64665d79f --- /dev/null +++ b/packages/dns/dns.6.0.2/opam @@ -0,0 +1,54 @@ +opam-version: "2.0" +maintainer: "team AT robur dot io" +authors: ["Hannes Mehnert "] +homepage: "https://github.com/mirage/ocaml-dns" +doc: "https://mirage.github.io/ocaml-dns/" +dev-repo: "git+https://github.com/mirage/ocaml-dns.git" +bug-reports: "https://github.com/mirage/ocaml-dns/issues" +license: "BSD-2-Clause" + +depends: [ + "dune" {>= "1.2.0"} + "ocaml" {>= "4.08.0"} + "logs" "ptime" + "fmt" {>= "0.8.8"} + "domain-name" {>= "0.3.0"} + "gmap" {>= "0.3.0"} + "cstruct" {>= "6.0.0"} + "ipaddr" {>= "5.2.0"} + "alcotest" {with-test} + "lru" {>= "0.3.0"} + "duration" {>= "0.1.2"} + "metrics" +] +conflicts: [ "result" {< "1.5"} ] +build: [ + ["dune" "subst"] {dev} + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] + +synopsis: "An opinionated Domain Name System (DNS) library" +description: """ +µDNS supports most of the domain name system used in the wild. It adheres to +strict conventions. Failing early and hard. It is mostly implemented in the +pure fragment of OCaml (no mutation, isolated IO, no exceptions). + +Legacy resource record types are not dealt with, and there is no plan to support +`ISDN`, `MAILA`, `MAILB`, `WKS`, `MB`, `NULL`, `HINFO`, ... . `AXFR` is only +handled via TCP connections. The only resource class supported is `IN` (the +Internet). Truncated hmac in `TSIG` are not supported (always the full length +of the hash algorithm is used). + +Please read [the blog article](https://hannes.nqsb.io/Posts/DNS) for a more +detailed overview. +""" +url { + src: + "https://github.com/mirage/ocaml-dns/releases/download/v6.0.2/dns-v6.0.2.tbz" + checksum: [ + "sha256=4d247be6439fa3e00c7a8f8c367ea47b8eae8056557e98b08fe83c1efa3cf6cf" + "sha512=ab39241cde561e76c0842a96dc6042cdc58d4fff7ae1aa4bfd8e11a9913ddf74d49a6eed095a483f9c925db23f58b6573822322070671bfbff9f389f7b1dfb7a" + ] +} +x-commit-hash: "2dc8b6167ad5fcf55a13767315b2d77866f5a579" diff --git a/packages/happy-eyeballs-lwt/happy-eyeballs-lwt.0.1.0/opam b/packages/happy-eyeballs-lwt/happy-eyeballs-lwt.0.1.0/opam new file mode 100644 index 000000000000..76dfc03b6fb5 --- /dev/null +++ b/packages/happy-eyeballs-lwt/happy-eyeballs-lwt.0.1.0/opam @@ -0,0 +1,43 @@ +opam-version: "2.0" +maintainer: "Robur " +authors: ["Robur "] +homepage: "https://github.com/roburio/happy-eyeballs" +dev-repo: "git+https://github.com/roburio/happy-eyeballs.git" +bug-reports: "https://github.com/roburio/happy-eyeballs/issues" +doc: "https://roburio.github.io/happy-eyeballs/" +license: "ISC" + +depends: [ + "ocaml" {>= "4.08.0"} + "dune" {>= "2.0.0"} + "happy-eyeballs" {=version} + "cmdliner" + "duration" + "dns-client" {>= "6.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/roburio/happy-eyeballs/releases/download/v0.1.0/happy-eyeballs-v0.1.0.tbz" + checksum: [ + "sha256=40e5baedf227e4eefd581253eae4a374d9735f1cab8408b3aec6cdedfbf1cfe3" + "sha512=2fcf89b43b1b5030105068866c7a55c9929e617b8bb0dcca3e7754491ccfa0802a729435b3d29645cdb6ff1b7650ce2bea723bd0e9b9ca7e9bc09eed1ac980f4" + ] +} +x-commit-hash: "bf6bb5fb3cdd9fa2b458cb72af04496c90bbd838" diff --git a/packages/happy-eyeballs-mirage/happy-eyeballs-mirage.0.1.0/opam b/packages/happy-eyeballs-mirage/happy-eyeballs-mirage.0.1.0/opam new file mode 100644 index 000000000000..8b86bafc315f --- /dev/null +++ b/packages/happy-eyeballs-mirage/happy-eyeballs-mirage.0.1.0/opam @@ -0,0 +1,45 @@ +opam-version: "2.0" +maintainer: "Robur " +authors: ["Robur "] +homepage: "https://github.com/roburio/happy-eyeballs" +dev-repo: "git+https://github.com/roburio/happy-eyeballs.git" +bug-reports: "https://github.com/roburio/happy-eyeballs/issues" +doc: "https://roburio.github.io/happy-eyeballs/" +license: "ISC" + +depends: [ + "ocaml" {>= "4.08.0"} + "dune" {>= "2.0.0"} + "happy-eyeballs" {=version} + "duration" + "dns-client" {>= "6.0.0"} + "domain-name" + "ipaddr" + "fmt" + "logs" + "lwt" + "mirage-clock" {>= "3.0.0"} + "mirage-stack" {>= "2.2.0"} + "mirage-random" {>= "2.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/roburio/happy-eyeballs/releases/download/v0.1.0/happy-eyeballs-v0.1.0.tbz" + checksum: [ + "sha256=40e5baedf227e4eefd581253eae4a374d9735f1cab8408b3aec6cdedfbf1cfe3" + "sha512=2fcf89b43b1b5030105068866c7a55c9929e617b8bb0dcca3e7754491ccfa0802a729435b3d29645cdb6ff1b7650ce2bea723bd0e9b9ca7e9bc09eed1ac980f4" + ] +} +x-commit-hash: "bf6bb5fb3cdd9fa2b458cb72af04496c90bbd838" diff --git a/packages/happy-eyeballs/happy-eyeballs.0.1.0/opam b/packages/happy-eyeballs/happy-eyeballs.0.1.0/opam new file mode 100644 index 000000000000..1c378c9ce780 --- /dev/null +++ b/packages/happy-eyeballs/happy-eyeballs.0.1.0/opam @@ -0,0 +1,40 @@ +opam-version: "2.0" +maintainer: "Robur " +authors: ["Robur "] +homepage: "https://github.com/roburio/happy-eyeballs" +dev-repo: "git+https://github.com/roburio/happy-eyeballs.git" +bug-reports: "https://github.com/roburio/happy-eyeballs/issues" +doc: "https://roburio.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/roburio/happy-eyeballs/releases/download/v0.1.0/happy-eyeballs-v0.1.0.tbz" + checksum: [ + "sha256=40e5baedf227e4eefd581253eae4a374d9735f1cab8408b3aec6cdedfbf1cfe3" + "sha512=2fcf89b43b1b5030105068866c7a55c9929e617b8bb0dcca3e7754491ccfa0802a729435b3d29645cdb6ff1b7650ce2bea723bd0e9b9ca7e9bc09eed1ac980f4" + ] +} +x-commit-hash: "bf6bb5fb3cdd9fa2b458cb72af04496c90bbd838"