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.4.tbz
sha256=d566f6c6e7e018aa77149f856232b8e62f41e7e1e885d3d7fb0f52c34a61e496
sha512=649ed77c920216bb9cefc0e595b417f1677ce49be154fe3aae0b0da31fbc40d0ed1d80b9113257ab9515f2a623a44ba2ab1a1f47c62a144a370ad03409a45556
doc/CHANGES.html
0.0.4 (2021-08-12) Paris - France
- Use
Cstruct.lengthinstead ofCstruct.len(@dinosaure, #2) - Remove unnucessary
bigarray-compatdependency (@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
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