GitXplorerGitXplorer
t

hs-cityhash

public
6 stars
1 forks
4 issues

Commits

List of commits on branch master.
Unverified
c2d84ed10a34f89377bf31506688cdf466da7764

Switch to MIT license (same as cityhash)

tthoughtpolice committed 13 years ago
Unverified
587847facfad463ab32968de4df15001b308efea

Fix copyright years

tthoughtpolice committed 13 years ago
Unverified
359003c0fc120c86332d797ddfe6710dc0b2b486

Fix maintainer email

tthoughtpolice committed 13 years ago
Unverified
3f10970d19c8f0a82f6692edfe253395a781ca07

Version 0.1.0.1

tthoughtpolice committed 13 years ago
Unverified
798b8242c87590e4a1de5ef90770d3c9a6777069

Whoops

tthoughtpolice committed 13 years ago
Unverified
2e852ee1b47f2df81918598269a4461525c450a5

Version 0.1.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.