this repo has no description

[new release] mimic (2 packages) (0.0.8)

CHANGES:

* Upgrade `mimic-happy-eyeballs` with `happy-eyeballs.1.1.0` (@dinosaure, dinosaure/mimic#22)

Changed files
+67
packages
mimic
mimic.0.0.8
mimic-happy-eyeballs
mimic-happy-eyeballs.0.0.8
+29
packages/mimic-happy-eyeballs/mimic-happy-eyeballs.0.0.8/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" {>= "0.3.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.8/mimic-0.0.8.tbz"
+
checksum: [
+
"sha256=d0ab2932120e2e2f71621595a7ccacc79e453828fb1587877ee96ee5794008e8"
+
"sha512=3afef487e52ebce3e4ed524e109bbc1e35dd4a69e2b1be165ecf88c1cdec54f5eb11a71ab1ac74d988011f0f2ca634cafb0cee2c8f251d697039c8e4c5dc91d6"
+
]
+
}
+
x-commit-hash: "6124db671783cfcee9e2f58caaaf08fa242f05b6"
+38
packages/mimic/mimic.0.0.8/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.8/mimic-0.0.8.tbz"
+
checksum: [
+
"sha256=d0ab2932120e2e2f71621595a7ccacc79e453828fb1587877ee96ee5794008e8"
+
"sha512=3afef487e52ebce3e4ed524e109bbc1e35dd4a69e2b1be165ecf88c1cdec54f5eb11a71ab1ac74d988011f0f2ca634cafb0cee2c8f251d697039c8e4c5dc91d6"
+
]
+
}
+
x-commit-hash: "6124db671783cfcee9e2f58caaaf08fa242f05b6"