package crc

  1. Overview
  2. Docs
CRC implementation supporting strings and cstructs

Install

Dune Dependency

Authors

Maintainers

Sources

2.0.0.tar.gz
md5=4dee9c038dba95aed7f5f094db14f4df

Description

Published: 20 Nov 2017

README

ocaml-crc

This library allows you to compute CRC-32 checksums of buffers and strings e.g.

# Crc32.string "hello" 0 5;;
- : int32 = 907060870l

The current algorithm is CRC-32 as used by HDLC, ANSI X3.66, ITU-T V.42, Ethernet, Serial ATA, MPEG-2, PKZIP, Gzip, Bzip2, PNG and others.

Dependencies (3)

  1. cstruct >= "1.0.1"
  2. jbuilder >= "1.0+beta10"
  3. ocaml >= "4.00.1"

Dev Dependencies (2)

  1. odoc with-doc
  2. ounit with-test

Conflicts

None