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

https://github.com/zshipko/ocaml-crc64


https://github.com/zshipko/ocaml-crc64

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# ocaml-crc64
This is a pure OCaml implementation of Redis' CRC64

# Building

opam pin add crc64 .

# Usage
This module exports the following functions:

- `crc64`
- `crc64_s`
- `unsigned_string`

See 'lib/crc64.mli' for more details