package bin

  1. Overview
  2. Docs
A DSL to describe binary formats

Install

dune-project
 Dependency

Authors

Maintainers

Sources

bstr-0.1.0.tbz
sha256=4a9073caf8c5eb502e002a54910b1477300f1bc27aadfa286370e336ade3ba8e
sha512=510478a62438caffa6eece71938bc4eb24305ed31743ab1389ec9951e85a22242c1392bf4872051497e7be80613c7a68e9c8cb74e4ed36c106e8fa0f5d24181c

doc/CHANGES.html

v0.1.0 (2026-09-04)

  • Add unsafe access to bigstrings (@dinosaure, #13)
  • Use warning names instead of numbers (@hannesm, #14)
  • Improve our slice library (@dinosaure, #18)
  • Improve our bin library (@dinosaure, #16 & #17)

v0.0.4 (2025-01-20)

  • Fix compilation of our C stubs (spotted by @hannesm, fixed by @dinosaure, #10)

v0.0.3 (2025-11-20)

  • Fix SIGSEGV when we use memmove (retry) (@dinosaure, #4)
  • Fix license and mention astring developpers (@dinosaure, #5)
  • Apply ocamlformat.0.28.1 (@dinosaure, #7)
  • Fix encoding of numbers with Bin (@swrup, @reynir, @dinosaure, #8)
  • Add Bstr.cuts (@dinosaure, #6)

v0.0.2 (2025-06-23)

  • Fix SIGSEGV when we use memmove

v0.0.1 (2025-04-28)

  • First release of bstr, slice & bin