File: README

package info (click to toggle)
haskell-hspread 0.3-3
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 112 kB
  • ctags: 10
  • sloc: haskell: 567; makefile: 1
file content (33 lines) | stat: -rw-r--r-- 1,283 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
                 hspread : a client library for spread

    hspread is a client library for the Spread toolkit[1].
    It is fully implemented in haskell and supports the most recent version
    of the protocol. Its aim is to make easier to implement correct distribuited
    applications by taking advantage of the guarantees granted by Spread:
    such as reliable and total ordered messages. It's intended to be used
    with a serialization library like binary[2], and a separate installation
    of the spread deamon.

Installing:

  It installs like every other cabal package:
      runhaskell Setup configure  -- this can fail with missing dependecies
      runhaskell Setup build
      runhaskell Setup install    -- you may need superuser privileges here

  Haddock documentation can be generated with:
     runhaskell Setup haddock

  You can then test it with the spflooder clone under examples/,
  not forgetting to have a spread deamon running.

-------------------------------------------------------------------------------

The development version is kept in a darcs repository here:

  darcs get http://happs.org/repos/hspread

-------------------------------------------------------------------------------

[1] http://spread.org
[2] http://code.haskell.org/binary