GitXplorerGitXplorer
t

hs-cityhash

public
6 stars
1 forks
4 issues

Commits

List of commits on branch master.
Unverified
5eedcf3f62c844ece0ab1e41a787aaa047d646d3

Add .travis.yml for travis-ci

tthoughtpolice committed 13 years ago
Unverified
92ea06d1edbb7e603ef47f50bd3a3c269ae19a1f

Add AUTHORS.txt

tthoughtpolice committed 13 years ago
Unverified
35e6adf9b4b2d408a212425adc1320aaff89c966

Version 0.3.0.1

tthoughtpolice committed 13 years ago
Unverified
33da06cf29116b1da6b6f44351ea44f6de5af1d2

Less terrible README.md

tthoughtpolice committed 13 years ago
Unverified
eeb177ad6749b61370c7865e9c8602fff9c47d1a

Minor wibbles

tthoughtpolice committed 13 years ago
Unverified
4075dcfa1f93d293ca349d96c87c342f1d155e3f

Version 0.3.0.0

tthoughtpolice committed 13 years ago

README

The README file for this repository.

CityHash bindings for Haskell

CityHash is a family of fash (non-cryptographic) hashing functions, written by Google.

These are the awesome Haskell bindings.

travis-ci.org results: Build Status

Installation

It's just a cabal install away:

$ cabal install cityhash

Join in

File bugs in the GitHub issue tracker.

Master git repository:

  • git clone https://github.com/thoughtpolice/hs-cityhash.git

There's also a BitBucket mirror:

  • git clone https://bitbucket.org/thoughtpolice/hs-cityhash.git

Authors

See AUTHORS.txt.

License

MIT. See LICENSE.txt for terms of copyright and redistribution.