package mimic-happy-eyeballs

  1. Overview
  2. Docs
A happy-eyeballs integration into mimic

Install

Dune Dependency

Authors

Maintainers

Sources

mimic-0.0.5.tbz
sha256=dea163b6d54b8172873acafbd79e74cfb69505c1cf633c1d15e329c078163dad
sha512=154ae5d3a1ff6561dc6f5562ad96be1ba34f54ed5fc1428fda57bd839b78ee39ebf978c6d2d31338f85882a11fa14d056d8636e7b5142c664b75d43077d6699b

CHANGES.md.html

0.0.5 (2022-03-24) Paris - France

  • Add support of OCaml 5.00.0 (#10, @dinosaure)

  • Add happy-eyeballs device for MirageOS 4 (#11, @dinosaure)

  • Add {= version} constraint on mimic-happy-eyeballs (@hannesm, #12)

0.0.4 (2021-08-12) Paris - France

  • Use Cstruct.length instead of Cstruct.len (@dinosaure, #2)

  • Remove unnucessary bigarray-compat dependency (@hannesm, #3)

  • Remove rresult (@hannesm, #4)

  • Be able to introspect values produced by mimic (@dinosaure, #5)

  • Improve documentation (@dinosaure, #6 & #7)

0.0.3 (2021-20-04) Paris - France

  • Move the project to https://github.com/dinosaure/mimic (@dinosaure) Old distributions of mimic are still available on https://github.com/mirage/ocaml-git but mimic starts to be used by others projects than ocaml-git. We decided to make its own repository.

  • Take the most recent value in the ctx instead of the older one breaking changes When mimic wants to instantiate a transmission protocol, if a value 'a Mimic.value was inserted multiple times, mimic took the older one to instance the transmission protocol.

    Now, mimic takes the newer one. It useful when we want to implement the rediction in HTTP where we need to "replace" values by the new destination.

0.0.2 (2021-31-03) Paris - France

  • Add documentation (#494, @dinosaure)

  • Optimize projection of modules (#495, @dinosaure)

  • Remove hmap dependency (which is vendored and tweaked) (fe55e14, @dinosaure)

0.0.1 (2021-08-01) Paris - France

  • First release of mimic