From a19eeb55b5e8cea1104f9a50c8a031bfdc9d7664 Mon Sep 17 00:00:00 2001 From: Calascibetta Romain Date: Mon, 17 Jun 2024 10:14:08 +0200 Subject: [PATCH] [new release] mimic (2 packages) (0.0.9) CHANGES: * Re-introduce the DNS stack into mimic to be able to resolve domain-names (@dinosaure, @hannesm, dinosaure/mimic#24, dinosaure/mimic#26) --- .../mimic-happy-eyeballs.0.0.9/opam | 30 +++++++++++++++ packages/mimic/mimic.0.0.9/opam | 38 +++++++++++++++++++ 2 files changed, 68 insertions(+) create mode 100644 packages/mimic-happy-eyeballs/mimic-happy-eyeballs.0.0.9/opam create mode 100644 packages/mimic/mimic.0.0.9/opam diff --git a/packages/mimic-happy-eyeballs/mimic-happy-eyeballs.0.0.9/opam b/packages/mimic-happy-eyeballs/mimic-happy-eyeballs.0.0.9/opam new file mode 100644 index 000000000000..2990dab2df2c --- /dev/null +++ b/packages/mimic-happy-eyeballs/mimic-happy-eyeballs.0.0.9/opam @@ -0,0 +1,30 @@ +opam-version: "2.0" +synopsis: "A happy-eyeballs integration into mimic" +description: "A happy-eyeballs integration into mimic for MirageOS" +maintainer: ["romain.calascibetta@gmail.com"] +authors: "Romain Calascibetta" +license: "ISC" +homepage: "https://github.com/dinosaure/mimic" +doc: "https://dinosaure.github.io/mimic/" +bug-reports: "https://github.com/dinosaure/mimic/issues" +depends: [ + "ocaml" {>= "4.08.0"} + "dune" {>= "2.8"} + "mimic" {= version} + "happy-eyeballs-mirage" {>= "1.1.0"} + "dns-client-mirage" {>= "8.0.0"} +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +dev-repo: "git+https://github.com/dinosaure/mimic.git" +url { + src: + "https://github.com/dinosaure/mimic/releases/download/0.0.9/mimic-0.0.9.tbz" + checksum: [ + "sha256=8d0a6274698ee0310678156f29742b75827396cbb5c1d5d3ff0595c4b22bf92e" + "sha512=b5abad335846d0a9a8a7d998a913166a8cbfa4c825cbb255c17ff134363ed49aa7c25db4ff39508ae66ba9c04af3434c4e2a512a3e9d953c8e2171e533e62070" + ] +} +x-commit-hash: "0a4b7b1ef48a93f0345e516d6ca83a5a61c5eb16" diff --git a/packages/mimic/mimic.0.0.9/opam b/packages/mimic/mimic.0.0.9/opam new file mode 100644 index 000000000000..9b61140cd8db --- /dev/null +++ b/packages/mimic/mimic.0.0.9/opam @@ -0,0 +1,38 @@ +opam-version: "2.0" +synopsis: "A simple protocol dispatcher" +description: "A middleware to dispatch protocols" +maintainer: ["romain.calascibetta@gmail.com"] +authors: "Romain Calascibetta" +license: "ISC" +homepage: "https://github.com/dinosaure/mimic" +doc: "https://dinosaure.github.io/mimic/" +bug-reports: "https://github.com/dinosaure/mimic/issues" +depends: [ + "ocaml" {>= "4.08.0"} + "dune" {>= "2.8"} + "lwt" {>= "5.3.0"} + "mirage-flow" {>= "4.0.0"} + "alcotest" {>= "1.2.3" & with-test} + "alcotest-lwt" {>= "1.2.3" & with-test} + "bigstringaf" {>= "0.7.0" & with-test} + "cstruct" {>= "6.0.0" & with-test} + "logs" {>= "0.7.0"} + "ke" {>= "0.4" & with-test} +] +build: [ + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +conflicts: [ + "result" {< "1.5"} +] +dev-repo: "git+https://github.com/dinosaure/mimic.git" +url { + src: + "https://github.com/dinosaure/mimic/releases/download/0.0.9/mimic-0.0.9.tbz" + checksum: [ + "sha256=8d0a6274698ee0310678156f29742b75827396cbb5c1d5d3ff0595c4b22bf92e" + "sha512=b5abad335846d0a9a8a7d998a913166a8cbfa4c825cbb255c17ff134363ed49aa7c25db4ff39508ae66ba9c04af3434c4e2a512a3e9d953c8e2171e533e62070" + ] +} +x-commit-hash: "0a4b7b1ef48a93f0345e516d6ca83a5a61c5eb16"