Skip to content

Releases: mirage/ocaml-hex

1.5.0

07 Apr 12:33
Compare
Choose a tag to compare

CHANGES:

v1.4.0

28 Mar 18:44
Compare
Choose a tag to compare

CHANGES:

  • Drop the hard dependency on unix that is transitively
    brought in by cstruct/bigarray. This is done by using
    the new bigarray-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

01 Feb 15:31
Compare
Choose a tag to compare

CHANGES:

  • Add to/of_bytes/bigstring functions. (#27 @vbmithr)
  • Install toplevel printers automatically in modern utop (@avsm)
  • Port from jbuilder to dune (@avsm)
  • Use dune-release instead of topkg (@avsm)
  • Update opam metadata to 2.0 format (@avsm)
  • Improve ocamldoc (@avsm)

v1.2.0: Merge pull request #26 from djs55/release.1.2.0

04 Nov 19:32
ef8e090
Compare
Choose a tag to compare

v1.2.0 2017-11-05

topkg support

26 May 19:59
Compare
Choose a tag to compare
v1.1.1

pass topkg lint

Port to jbuilder

23 May 12:23
Compare
Choose a tag to compare

Increased performance

14 Oct 16:31
Compare
Choose a tag to compare
  • Fix performance issues: make of_string less consy when ignore is empty
    (#13, fix by @yallop)
  • Add missing Bytes dependency (#16)

Cstruct converters and hexdump

14 Oct 16:31
Compare
Choose a tag to compare
  • Add an opam file
  • Add Travis CI files
  • Add Hex.of_cstruct and Hex.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

24 Oct 08:59
Compare
Choose a tag to compare
Merge pull request #1 from samoht/master

More typesafety