package mstruct
Install
Dune Dependency
Authors
Maintainers
Sources
sha256=5399c40b01d3e6dbf3b22e926fd4898e51f6c355b0bd6d336df5770d600080db
md5=73e06f8ffb96674ef2011740f4b008e5
CHANGES.md.html
v1.3.4 2017-06-19
Documentation fixes in odoc comments.
Refine opam constraints on cstruct.
Rename LICENSE file to markdown to be topkg compliant.
Add topkg-jbuilder integration.
v1.3.3 2017-05-23
Port to Jbuilder.
Modernise Travis CI matrix.
v1.3.2 2014-12-19
Remove the dependency to dolog
v1.3.1 2014-10-16
Add
Mstruct.to_cstruct
,Mstruct.of_cstruct
andMstruct.with_mstruct
Fix
Mstruct.to_bigarray
to return the current window instead of the whole bigarray
v1.3.0 2014-02-10
Remove debugging message in hot path
Remove duplicated bound checks (which were already done by cstruct)
Remove
Mstruct.dump
, replace it byMstruct.{hexdump,hexdump_to_buffer,debug}
to share the same API asCstruct
v1.2.0 2014-01-04
Export
Mstruct.index
Add
Mstruct.get_le_uint16
andMstruct.set_le_uint16
Add
Mstruct.get_le_uint32
andMstruct.set_le_uint32
Add
Mstruct.get_le_uint64
andMstruct.set_le_uint64
Rename
Mstruct.get_uint16
toMstruct.get_be_uint16
Rename
Mstruct.get_uint32
toMstruct.get_be_uint32
Rename
Mstruct.get_uint64
toMstruct.get_be_uint64
Rename
Mstruct.set_uint16
toMstruct.set_be_uint16
Rename
Mstruct.set_uint32
toMstruct.set_be_uint32
Rename
Mstruct.set_uint64
toMstruct.set_be_uint64
v1.1.0 2014-01-03
Add
Mstruct.to_string
andMstruct.of_string
v1.0.0 2014-01-02
Add
Mstruct.offset
Add
Mstruct.sub
Add
Mstruct.clone
Add
Mstruct.shift
Add
Mstruct.get_delim
to scan for a given character in a window buffer
v0.9.0 2013-19-12
Initial release