package msgpck
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
On This Page
  
  
  Fast MessagePack (http://msgpack.org) library
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      msgpck-1.6.tbz
    
    
        
    
  
  
  
    
  
  
    
  
        sha256=e1050dfe8f9deb305df28de50e3fed6f533c396065a086320cbd5e6a6eedbd65
    
    
  sha512=a7daf208f5e493b75c1f2456554fcf2a14902ecc9107e19d362726a3d6d944f79e2c854483f6392e9df4c30ae88c3a216a17f1bdb9f592f4909fa1f1804d677d
    
    
  doc/CHANGES.html
v1.6 2021-03-20 Paris
- bugfix: bug when serializing big Int values
 - bugfix: 32 bits architectures now also try to pack parsed ints into int type
 - ocamlformat
 
v1.5 2020-01-10 Paris
- use Buffer's binary encodings of integers (>= 4.08.0)
 - bugfix: 32 bits architecture now working as well
 - bugfix: fix computation of size for the Bytes type
 
v1.4 2018-04-27 Paris
- compile in dev mode (removed dead code and unused variables)
 - add optional 
Msgpck_reprmodule compatible withocplib-json-typed - tests: switch to alcotest
 - add compare and equal functions
 - bugfix: uint64 were previously written as int64
 
v1.3 2017-05-17 Paris
- Add read_all function.
 - Better error messages on unpack.
 - Add format based pretty-printers.
 - BUILD: switch to jbuilder.
 
v1.2 2017-03-06 Paris
- BUGFIX: fix reading signed integers.
 
v1.1 2017-02-21 Paris
- Add documentation.
 - Drop dependency to ppx (and sexplib).
 - Function 
to_string' now usessize' and allocate a string of the exact required length. - Add function `size'.
 
v1.0 2016-08-31 Paris
First release.
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  On This Page