Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

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