backblaze-b2-hs: A client library to access Backblaze B2 cloud storage in Haskell.

[ bsd3, cloud, library, network, program ] [ Propose Tags ]

A client library to access Backblaze B2 Cloud storage in Haskell. It provides a high-level API to access Backblaze B2 storage allowing for quick application developlment.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0
Change log ChangeLog.md
Dependencies aeson, backblaze-b2-hs, base (>=4.7 && <5), base64-bytestring, bytestring, case-insensitive, conduit, containers, cryptonite, formatting, http-client, http-types, protolude, req, req-conduit, scientific, text, time, unliftio, unliftio-core [details]
License BSD-3-Clause
Copyright 2019 Aditya Manthramurthy
Author Aditya Manthramurthy
Maintainer ~donatello/backblaze-b2-hs-dev@lists.sr.ht
Category Network, Cloud
Home page https://git.sr.ht/~donatello/backblaze-b2-hs
Bug tracker ~donatello/backblaze-b2-hs-dev@lists.sr.ht
Source repo head: git clone https://git.sr.ht/~donatello/backblaze-b2-hs
Uploaded by AdityaManthramurthy at 2019-07-24T00:25:38Z
Distributions
Executables backblaze-b2-hs
Downloads 509 total (5 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2019-07-24 [all 1 reports]

Readme for backblaze-b2-hs-0.1.0.0

[back to package description]

backblaze-b2-client

NOTE: This library is still in early development. Do not depend on it just yet.

A client library to access Backblaze B2 Cloud storage in Haskell. It provides a high-level API to access Backblaze B2 storage allowing for quick application developlment.