Name: vector-clock Version: 0.1.0 Cabal-Version: >= 1.8 License: GPL-3 License-File: LICENSE Stability: experimental Author: Alexandru Scvortov Maintainer: scvalex@gmail.com Homepage: https://github.com/scvalex/vector-clock Category: Data, Data Structures, Distributed Computing Synopsis: Vector clocks for versioning message flows Build-Type: Simple Description: The vector-clock library provides a ready to use implementation of the vector clock data-structures, which may be used to version messages and determine causality relations between messages in a distributed system. . See "Fundamentals of Distributed Computing: A Practical Tour of Vector Clock Systems" by Baldoni and Raynal for an overview of vector clocks. . See the README.md file for details. Extra-Source-Files: Makefile, Test/Props.hs Data-Files: README.md, NEWS.md Source-repository head Type: git Location: git://github.com/scvalex/vector-clock.git Library Build-Depends: base >= 4 && <5, binary Ghc-Options: -Wall Exposed-Modules: Data.VectorClock Test-suite props Hs-Source-Dirs: Test, . Main-Is: Props.hs Type: exitcode-stdio-1.0 Build-Depends: base >= 4 && <5, binary Ghc-Options: -Wall Build-Depends: test-framework, test-framework-quickcheck2, test-framework-hunit, QuickCheck, HUnit