package bitpack_serializer
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
On This Page
  
  
  This library provides functions for encoding efficiently simple OCaml data
Install
    
    dune-project
 Dependency
    
    
    
    ocamlpro.github.io
    
    
    
    
    Readme
    
    
    
    
    Changelog
    
    
    
    
    LGPL-2.1-only WITH OCaml-LGPL-linking-exception License
    
    
    
    Edit opam file
    
    
    Versions (1)
Authors
Maintainers
Sources
  
    
      v0.1.0.tar.gz
    
    
        
    
  
  
  
    
  
  
    
  
        md5=5739dc1b8f16a64a17bc1d97aa80eef9
    
    
  sha512=c80ba1779264a4c2fb38fff81f10b996fb8a8b5aa357e2e25636d16aa8a47e88553061f922329dd34ecc17034d8ec7c219e95ae78796aa1b4db5c010fac0c289
    
    
  Description
The library provides two main modules
- Buffer: defines buffers for writing and reading compressed data.
- Lens: an easy to use API for easily defining encoders and decoders.
Published: 07 Sep 2022
README
Bitpack Serializer
The library provides two main modules.
- Buffer: defines buffers for writing and reading compressed data.
- Lens: an easy to use API for easily defining encoders and decoders.
Install
Bitpack serializer is compatible with ocaml.4.08.0 and higher. You can install it on a compatible switch via opam:
$ opam install .Documentation
Documentation is available here
Dev Dependencies (4)
- 
  
    ocamlformat
  
  
    with-test
- 
  
    odoc
  
  
    with-doc
- 
  
    ppx_expect
  
  
    with-test
- 
  
    ppx_inline_test
  
  
    with-test
Used by
None
Conflicts
None
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  On This Page