package hxd
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Hexdump in OCaml
Install
dune-project
Dependency
Authors
Maintainers
Sources
hxd-0.4.0.tbz
sha256=10030b7226a17504471809ad5afc0c200721264c5c6dd3d595d248040a718058
sha512=7cc6911729d6b030d10b25a6222649bf1275dc18efcaefd170138addf744c790f786ff2772aaae65071b112a00ed6bd51d0c3667d49a185f0399739b5e8cb693
doc/CHANGES.html
v0.4.0 2026-02-18 Paris (France)
- Add a new kind when we output with
hxd.caml: the string kind (@reynir, @dinosaure, #23) - Still escape few more characters when we print comments (@dinosaure, db68d47)
v0.3.6 2025-11-29 Paris (France)
Fix the
camlsupport (@dinosaure, #21)- Escape the character '"'
- Print out into
ppfwhen we configure hxd withcaml
v0.3.5 2025-10-01 Paris (France)
- Fix the compilation with
cmdliner.2.0.0(@dinosaure, #19)
v0.3.4 2025-06-02 Paris (France)
- Add
x-maintenance-intentinto the OPAM file (@hannesm, #16) - Be compatible with OCaml 5.04 (alpha1) (@dinosaure, #17)
v0.3.3 2024-12-11 Paris (France)
- Fix the usage of formatters to be composable with
fmt(@dinosaure, #14) - Update the codebase with
ocamlformat.0.27.0(@dinosaure, #14)
v0.3.2 2022-02-28 Paris (France)
- Prevent tests using yes from failing if SIGPIPE is trapped (@sternenseemann, #11)
- Upgrade
hxdwithcmdliner.1.1.0(@MisterDA, #12)
v0.3.1 2021-04-03 Paris (France)
- Fix the array printer (#9, @dinosaure)
v0.3.0 2021-02-03 Paris (France)
- Add LICENSE.md
- Keep compatibility with 4.06
- Big improvement on the produced tool
- Lint dependencies
v0.2.0 2020-05-05 Paris (France)
- Update to use
angstrom.0.14.0 - Use
stdlib-shimsand remove deprecated functions about formatter
v0.1.0 2019-07-04 Paris (France)
- First release
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page