Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ahrefs/ocaml-murmur3
OCaml bindings for murmur3 hash function (with vendored C code)
https://github.com/ahrefs/ocaml-murmur3
Last synced: 18 days ago
JSON representation
OCaml bindings for murmur3 hash function (with vendored C code)
- Host: GitHub
- URL: https://github.com/ahrefs/ocaml-murmur3
- Owner: ahrefs
- License: other
- Created: 2017-07-17T05:35:44.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-11-04T22:06:25.000Z (about 2 years ago)
- Last Synced: 2024-12-16T19:17:42.084Z (24 days ago)
- Language: C
- Homepage:
- Size: 32.2 KB
- Stars: 2
- Watchers: 36
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OCaml MurmurHash bindings [![build](https://github.com/ahrefs/ocaml-murmur3/actions/workflows/main.yml/badge.svg)](https://github.com/ahrefs/ocaml-murmur3/actions/workflows/main.yml)
This package contains bindings for MurmurHash, a non-cryptographic hash function.
[MurmurHash]: https://en.wikipedia.org/wiki/MurmurHash
Installation
------------The bindings are available via [OPAM](https://opam.ocaml.org):
$ opam install murmur3
Alternatively, you can do it manually:
$ make install