mirage / irmin-server

A high-performance server for Irmin
ISC License
24 stars 7 forks source link

Abstract over IO #31

Closed zshipko closed 2 years ago

zshipko commented 2 years ago

Since irmin-client and irmin-server depend directly on irmin it's not really possible to remove the Lwt dependency, however allowing the user to provide their own I/O functions removes the conduit-lwt-unix requirement.

zshipko commented 2 years ago

See #32