package mimic
Install
Dune Dependency
Authors
Maintainers
Sources
sha256=e4743cd2e4f8242eb1ce9d8086fd2affba0eb6a62131309ffa279108bd3dbbcb
sha512=8c3c0508c09af4694f16738039965f36909952a694a8203356aa002810c9cec589510544f053377e9e43fa902c59d8cd00aa02dda57e8cdba02ee0e20b4f2bbb
CHANGES.md.html
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 butmimic
starts to be used by others projects thanocaml-git
. We decided to make its own repository.Take the most recent value in the
ctx
instead of the older one breaking changes Whenmimic
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