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
Can consume Mirage's V1_LWT.FS signature to generate a
persistent store. This allows to store Git repos directly
inside raw block devices (no need of filesystem anymore).
Minor API refactoring to abstract the unix layer cleanly
Expose a filesystem functor to create filesystem backends
independent of unix
Simplify the ocamlfind packages: there's only git and git.unix