Releases: mirage/ocaml-hex
Releases · mirage/ocaml-hex
1.5.0
CHANGES:
- Only print printable ASCII characters (#17 @copy)
- Improve error message with odd number of characters (#35 @dialohq)
- Raise lower bound to OCaml 4.08 (#37 @hannesm)
- Remove bigarray-compat dependency (#37 @hannesm)
- Remove "build" from dune dependency (#34 @craigfe)
- Improve documentation of
of_string
(#37 @hannesm, fixes #33 #36)
v1.4.0
CHANGES:
- Drop the hard dependency on
unix
that is transitively
brought in by cstruct/bigarray. This is done by using
the newbigarray-compat
opam package that does the
right thing on OCaml 4.07+ to not depend on unix.
On older OCaml compilers the dependency will still be
there and must be manually dropped with-dontlink
, but
we encourage users to use a newer compiler (#29 @TheLortex)
v1.3.0
v1.2.0: Merge pull request #26 from djs55/release.1.2.0
topkg support
v1.1.1 pass topkg lint
Port to jbuilder
Increased performance
Cstruct converters and hexdump
- Add an
opam
file - Add Travis CI files
- Add
Hex.of_cstruct
andHex.to_cstruct
to converters from and to cstructs
(#5 by @trevorsummerssmith) - Add
Hex.hexdump
to pretty-print an hex value (#6 by @trevorsummerssmith) - Change the optional argument of
Hex.of_string
to take a list of characters
to ignore (#6 by @trevorsummerssmith)
Initial release
Merge pull request #1 from samoht/master More typesafety