package bitstring
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
On This Page
  
  
  Bitstrings and bitstring matching for OCaml
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      v4.1.0.tar.gz
    
    
        
    
  
  
  
    
  
  
    
  
        sha256=67f0cc4466be538abf2d1fdea8517c35de1e7df8ce5b96341964ce8aebf54298
    
    
  md5=8ae6f04eaa29481c6830ee3be5cba755
    
    
  doc/README.html
OCaml Bitstring Library
Copyright (C) 2008-2016 Red Hat Inc, Richard W.M. Jones.
Copyright (C) 2016-2018 Red Hat Inc, Richard W.M. Jones, Xavier R. Guerin.The original README content can be found in the README.orig file.
Documentation
The documentation is located here.
How to install
opam install bitstring
opam install ppx_bitstringHow to use
Ocamlfind
ocamlfind c -package bitstring -package ppx_bitstring -linkpkg ...Dune
(executable
 ((name        foo)
  (libraries   (bitstring))
  (preprocess  (pps (ppx_bitstring)))
  ))How to build
Dependencies
Required packages are detailed in the dune-project file.
Building the project
$ dune buildRunning the tests
$ dune runtestLicense
The library is licensed under the LGPL v2 or later, with the OCaml linking exception. See the file COPYING.LIB for full terms. Programs are licensed under the GPL v2 or later. See the file COPYING for full terms. All examples and tests are public domain.
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  On This Page