package crc
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
On This Page
  
  
  CRC implementation supporting strings and cstructs
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      crc-2.2.0.tbz
    
    
        
    
  
  
  
    
  
  
    
  
        sha256=e013b0c8a5593c121efee9a363d9a2ac3e9cbae7867fbfa40fe44a802c8ce04e
    
    
  sha512=a317f107a2c7c9a84ddac5513190531b9f9039d20d186e5002ec2d9634535d52054ea17584443ffb64e9840f2cef83321050f9877f451e8768a24c8621644939
    
    
  Description
Published: 29 Jun 2024
README
ocaml-crc
This library allows you to compute CRC-32 checksums of buffers and strings e.g.
# Crc32.string "hello" 0 5;;
- : int32 = 907060870lThe 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 (5)
- 
  
    ppx_sexp_conv
  
  
    >= "v0.11.0"
- ppx_deriving_rpc
- 
  
    cstruct
  
  
    >= "1.0.1"
- 
  
    ocaml
  
  
    >= "4.00.1"
- 
  
    dune
  
  
    >= "1.4"
Used by
None
Conflicts
None
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  On This Page
  
  
