About

Metadata

  • Last updated , by AustinSeipp
  • License MIT
  • Maintained by: Austin Seipp <mad.one@gmail.com>

  • Lottery factor: 0

Links

Installation

Package Flags

Use the -f option with cabal commands to enable flags

    sse42 (off by default)

Readme

CityHash bindings for Haskell

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

These are the awesome Haskell bindings.

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.