this repo has no description

[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, dinosaure/mimic#28)

Changed files
+68
packages
mimic
mimic.0.0.9
mimic-happy-eyeballs
mimic-happy-eyeballs.0.0.9
+30
packages/mimic-happy-eyeballs/mimic-happy-eyeballs.0.0.9/opam
···
+
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=954df1ceb548a922a785440885a5d16a6af7f735d6c370ed35d339114b69e29f"
+
"sha512=dcfa1c2e13d18af3beb0ff3b080b50675ea390ba6d4d22ccb4ec5dc50ca1bc8f562e76b3a140ce155eb4862a08f94f3ac88cb650def7b2d6632db09a327c4cd2"
+
]
+
}
+
x-commit-hash: "6dcb17bc52cf67a64fcab42d593cc42ddb3d9d1c"
+38
packages/mimic/mimic.0.0.9/opam
···
+
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=954df1ceb548a922a785440885a5d16a6af7f735d6c370ed35d339114b69e29f"
+
"sha512=dcfa1c2e13d18af3beb0ff3b080b50675ea390ba6d4d22ccb4ec5dc50ca1bc8f562e76b3a140ce155eb4862a08f94f3ac88cb650def7b2d6632db09a327c4cd2"
+
]
+
}
+
x-commit-hash: "6dcb17bc52cf67a64fcab42d593cc42ddb3d9d1c"