You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Drop unnecessary runtime dependency on ppx_irmin. (#1782, @hhugo)
Split the unix part of irmin-pack into irmin-pack.unix (#1783, @hhugo)
irmin-unix
Fix conflicting command line arguments for push, pull, fetch and clone (#1776, @zshipko)
Fix issues with Sync functions by provided a better default Mimic.ctx. A
side-effect of this update is that the remote function now returns an Lwt
promise. (#1778, @zshipko)
Added
libirmin
Create libirmin package providing a C interface to the irmin API
(#1713, @zshipko)
Changed
irmin-bench
Make trace replay API public and simpler (#1781, @Ngoguey42)