-
Notifications
You must be signed in to change notification settings - Fork 522
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tracking issues of Haskell binding #2465
Comments
|
Hi, do you know of any Haskell open source projects that might be interested in using OpenDAL? |
I found 2 projects that might be interested in using OpenDAL. cabal-cache, Rome cabal-cache is a tool for caching built cabal new-build packages. It only supports AWS s3 now. OpenDAL can help them support more services. Rome is a tool that allows developers on Apple platforms to use a shared cache for frameworks built with Carthage. They can use OpenDAL as a unified data access layer. |
Should we begin to publish the first release version? Or wait for me to complete exposing async operations. Exposing async operations may take a lot of time. |
Yes, we should try to publish it. |
All tasks have been done. Let's close. |
Tasks
is_exist
create_dir
copy
rename
delete
#2475Monad
wrapper forOperator
to provide more useful API feat(bindings/haskell): addMonad
wrapper #2482The text was updated successfully, but these errors were encountered: