| CARVIEW |
Select Language
HTTP/1.1 200 OK
Connection: keep-alive
Server: nginx/1.24.0 (Ubuntu)
Content-Type: text/html; charset=utf-8
Cache-Control: public, max-age=300
Content-Encoding: gzip
Via: 1.1 varnish, 1.1 varnish
Accept-Ranges: bytes
Age: 0
Date: Sun, 18 Jan 2026 03:44:25 GMT
X-Served-By: cache-dfw-kdal2120073-DFW, cache-bom-vanm7210026-BOM
X-Cache: MISS, MISS
X-Cache-Hits: 0, 0
X-Timer: S1768707866.613485,VS0,VE386
Vary: Accept, Accept-Encoding
transfer-encoding: chunked
Holumbus-Storage: a distributed storage system
Holumbus-Storage: a distributed storage system
Modules
[Index]
Downloads
- Holumbus-Storage-0.1.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
| Versions [RSS] | 0.0.1, 0.1.0 |
|---|---|
| Dependencies | base (>=4 && <5), binary (>=0.4), bytestring (>=0.9), containers (>=0.1), directory (>=1.0), haskell98 (>=1), Holumbus-Distribution (>=0.0.1 && <0.2), hslogger (>=1.0), hxt (>=8.2), network (>=2.1), random (>=1.0), time (>=1.1), unix (>=2.3) [details] |
| License | LicenseRef-OtherLicense |
| Copyright | Copyright (c) 2010 Stefan Schmidt, Uwe Schmidt, Sebastian Reese |
| Author | Uwe Schmidt, Stefan Schmidt |
| Maintainer | Stefan Schmidt <sts@holumbus.org> |
| Uploaded | by StefanSchmidt at 2010-05-04T20:05:48Z |
| Category | Distributed Computing |
| Home page | https://holumbus.fh-wedel.de |
| Distributions | |
| Reverse Dependencies | 2 direct, 0 indirect [details] |
| Executables | StorageNodeDaemon, StorageControllerDaemon |
| Downloads | 2100 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] |
Readme for Holumbus-Storage-0.1.0
[back to package description]This is the Holumbus-Storage library Version 0.1.0 Stefan Schmidt sts@holumbus.org https://holumbus.fh-wedel.de About ----- Holumbus is a set of Haskell libraries. This package contains the Holumbus-Storage library for building and distributed storage systems. This library depends on the Holumbus-Distribution library. Contents -------- Examples Some example applications and utilities. source Source code of the Holumbus-Storage library. Requirements ------------ So far, this library is only tested under Linux, please let us know, if there are any problems under Windows or other OSes. The Holumbus-MapReduce library requires at least GHC 6.10 and the following packages (available via Hackage). containers hslogger directory network time bytestring binary hxt Holumbus-Distribution Installation ------------ A Cabal file is provided, therefore Holumbus-Storage can be installed using the standard Cabal way: $ runhaskell Setup.hs configure $ runhaskell Setup.hs build $ runhaskell Setup.hs install # with root privileges If you prefer to do it the old way there with make: $ make build $ make install # with root privileges