package checkseum

  1. Overview
  2. Docs
Adler-32, CRC32 and CRC32-C implementation in C and OCaml

Install

Authors

Maintainers

Sources

checkseum-0.5.2.tbz
sha256=9e5e4fd4405cb4a8b4df00877543251833e08a6499ef42ccb8dba582df0dafc8
sha512=b66261effaa561ce5cb8d92a3ec78565a5579bf3d3c4b7f08eba59998ac4d7f49ae9c240986c231b22b965c93a949a8a2e35edec42277ecb5602829945fba6db

Description

Checkseum is a library to provide implementation of Adler-32, CRC32 and CRC32-C in C and OCaml.

This library use the linking trick to choose between the C implementation (checkseum.c) or the OCaml implementation (checkseum.ocaml). This library is on top of optint to get the best representation of an int32.

Published: 18 Sep 2023

Dependencies (4)

  1. optint >= "0.3.0"
  2. dune-configurator
  3. dune >= "2.6.0"
  4. ocaml >= "4.07.0"

Dev Dependencies (7)

  1. ocamlfind with-test
  2. rresult with-test
  3. fpath with-test
  4. fmt with-test
  5. astring with-test
  6. bos with-test
  7. alcotest with-test

Used by (9)

  1. albatross
  2. carton
  3. carton-lwt
  4. chamelon
  5. decompress >= "0.8"
  6. git >= "3.0.0"
  7. irmin-pack >= "3.5.0"
  8. oneffs
  9. rfc1951 < "1.0.0" | >= "1.3.0"

Conflicts (2)

  1. ocaml-freestanding
  2. mirage-xen < "6.0.0"