Skip to content

Commit

Permalink
[new release] mimic (2 packages) (0.0.9)
Browse files Browse the repository at this point in the history
CHANGES:

* Re-introduce the DNS stack into mimic to be able to resolve domain-names
  (@dinosaure, @hannesm, dinosaure/mimic#24, dinosaure/mimic#26)
  • Loading branch information
dinosaure committed Jun 17, 2024
1 parent b6de4bb commit a19eeb5
Show file tree
Hide file tree
Showing 2 changed files with 68 additions and 0 deletions.
30 changes: 30 additions & 0 deletions packages/mimic-happy-eyeballs/mimic-happy-eyeballs.0.0.9/opam
Original file line number Diff line number Diff line change
@@ -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: ["[email protected]"]
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"
38 changes: 38 additions & 0 deletions packages/mimic/mimic.0.0.9/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
opam-version: "2.0"
synopsis: "A simple protocol dispatcher"
description: "A middleware to dispatch protocols"
maintainer: ["[email protected]"]
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"

0 comments on commit a19eeb5

Please sign in to comment.