greglook / blocks

Clojure content-addressable data storage.
The Unlicense
113 stars 6 forks source link

babashka compatibility #23

Open Sohalt opened 1 year ago

Sohalt commented 1 year ago

Hi, it would be cool to be able to use this library from babashka. Sadly the dependency on manifold breaks that. Do you think it would be possible to replace the manifold with core.async (which works in babashka)?

greglook commented 6 months ago

Probably not in the 2.x versions, unfortunately. I have been considering a leaner version of this library that drops some of the dependencies like component and manifold, but that would likely be a new 3.x major version.