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 00000000000..593aef8d4fa --- /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=85c869a7477cad021c0599fe4c1173a252b40e76c67a37ecb9f19ba70a91c854" + "sha512=a7eda2724341a6ee593a6b255964efebd118f2799398d976aa5abd5a8b1781087998c6b3dbd9056ccca4ccf5e73e5782a3ebb9cf75a8c3b18476b64ffa31c8dd" + ] +} +x-commit-hash: "7d8fa2454c5ba1debb01bae17c4d1ef519b1d03e" diff --git a/packages/mimic/mimic.0.0.9/opam b/packages/mimic/mimic.0.0.9/opam new file mode 100644 index 00000000000..e4dedca6234 --- /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=85c869a7477cad021c0599fe4c1173a252b40e76c67a37ecb9f19ba70a91c854" + "sha512=a7eda2724341a6ee593a6b255964efebd118f2799398d976aa5abd5a8b1781087998c6b3dbd9056ccca4ccf5e73e5782a3ebb9cf75a8c3b18476b64ffa31c8dd" + ] +} +x-commit-hash: "7d8fa2454c5ba1debb01bae17c4d1ef519b1d03e"