https://github.com/thoughtpolice/hs-cityhash
Haskell binding to google cityhash
https://github.com/thoughtpolice/hs-cityhash
Last synced: about 2 months ago
JSON representation
Haskell binding to google cityhash
- Host: GitHub
- URL: https://github.com/thoughtpolice/hs-cityhash
- Owner: thoughtpolice
- License: mit
- Created: 2011-04-27T06:33:53.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2012-03-20T23:02:48.000Z (about 13 years ago)
- Last Synced: 2025-04-10T09:54:18.512Z (about 2 months ago)
- Language: C++
- Homepage: http://hackage.haskell.org/package/cityhash
- Size: 115 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# 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](http://travis-ci.org) results: [](http://travis-ci.org/thoughtpolice/hs-cityhash)
# Installation
It's just a `cabal install` away:
```
$ cabal install cityhash
```# Join in
File bugs in the GitHub [issue tracker][].
Master [git repository][gh]:
* `git clone https://github.com/thoughtpolice/hs-cityhash.git`
There's also a [BitBucket mirror][bb]:
* `git clone https://bitbucket.org/thoughtpolice/hs-cityhash.git`
# Authors
See [AUTHORS.txt](https://raw.github.com/thoughtpolice/hs-cityhash/master/AUTHORS.txt).
# License
MIT. See `LICENSE.txt` for terms of copyright and redistribution.
[CityHash]: http://cityhash.googlecode.com
[main page]: http://thoughtpolice.github.com/hs-cityhash
[issue tracker]: http://github.com/thoughtpolice/hs-cityhash/issues
[gh]: http://github.com/thoughtpolice/hs-cityhash
[bb]: http://bitbucket.org/thoughtpolice/hs-cityhash