hs-asapo: Haskell bindings for ASAP:O
Haskell bindings for ASAP:O, a middleware platform for high-performance data analysis. Some general notes about this project:
newtypeand enumerations are used liberally, to make function calls more readable and requiring less documentation (cf. boolean blindness)For text, such as URLs, identifiers, we assume UTF-8 and use strict Data.Text
For data, we copy the data into a strict Data.ByteString
There are two interfaces available: one which does not throw exceptions, but returns a Either Error a, and one which throws exceptions. Both expose the same functions. It's yours to decide which one to use.
Modules
[Index] [Quick Jump]
Downloads
- hs-asapo-0.9.2.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
| Versions [RSS] | 0.9.0, 0.9.1, 0.9.2 |
|---|---|
| Change log | ChangeLog |
| Dependencies | base (>=4.7 && <5), bytestring (>=0.11.5 && <0.13), clock (>=0.8.4 && <0.9), text (>=2.0.2 && <2.2), time (>=1.12.2 && <1.13), timerep (>=2.1.0 && <2.2) [details] |
| License | MIT |
| Copyright | 2024 Philipp Middendorf |
| Author | Philipp Middendorf |
| Maintainer | [email protected] |
| Category | System, FFI, Distributed Computing |
| Home page | https://github.com/pmiddend/hs-asapo |
| Bug tracker | https://github.com/pmiddend/hs-asapo/issues |
| Source repo | head: git clone https://github.com/pmiddend/hs-asapo |
| Uploaded | by pimiddy at 2025-09-19T09:54:41Z |
| Distributions | |
| Downloads | 67 total (4 in the last 30 days) |
| Rating | (no votes yet) [estimated by Bayesian average] |
| Your Rating | |
| Status | Docs uploaded by user Build status unknown [no reports yet] |