package mimic
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
A simple protocol dispatcher
Install
dune-project
Dependency
Authors
Maintainers
Sources
mimic-0.0.3.tbz
sha256=e4743cd2e4f8242eb1ce9d8086fd2affba0eb6a62131309ffa279108bd3dbbcb
sha512=8c3c0508c09af4694f16738039965f36909952a694a8203356aa002810c9cec589510544f053377e9e43fa902c59d8cd00aa02dda57e8cdba02ee0e20b4f2bbb
doc/CHANGES.html
0.0.3 (2021-20-04) Paris - France
- Move the project to https://github.com/dinosaure/mimic (@dinosaure) Old distributions of
mimicare still available on https://github.com/mirage/ocaml-git butmimicstarts to be used by others projects thanocaml-git. We decided to make its own repository. Take the most recent value in the
ctxinstead of the older one breaking changes Whenmimicwants to instantiate a transmission protocol, if a value'a Mimic.valuewas inserted multiple times,mimictook the older one to instance the transmission protocol.Now,
mimictakes 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
hmapdependency (which is vendored and tweaked) (fe55e14, @dinosaure)
0.0.1 (2021-08-01) Paris - France
- First release of
mimic
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page