Skip to content

Releases: mirage/ocaml-crunch

3.3.1

05 Aug 10:14
Compare
Choose a tag to compare

CHANGES:

  • Fixed a regression in v3.3.0 where periods ('.') had to be specified
    in the extention list. (#62, @MisterDA, fixes #61 reported by @cemerick)

3.3.0

24 Jul 17:20
Compare
Choose a tag to compare

CHANGES:

v3.2.0

14 Dec 12:16
Compare
Choose a tag to compare

CHANGES:

  • Make crunch reproducible: use a Map.Make(String) instead of Hashtbl.
    Iterating over the former is guaranteed to be sorted over the keys.
    (#51 @hannesm)
  • The state (Map.t) is passed explicit to scan_file, output_implementation
    and walk_directory_tree. The value empty is provided to construct an
    empty t. (#51 @hannesm)

v3.1.0

01 Nov 10:20
Compare
Choose a tag to compare

CHANGES:

v3.0.0

28 Feb 10:10
Compare
Choose a tag to compare

CHANGES:

v2.2.0

05 Feb 07:30
Compare
Choose a tag to compare

CHANGES:

  • Port to dune from jbuilder (#46 @hannesm)
  • use SOURCE_DATE_EPOCH instead of gettimeofday if set to
    support reproducible builds (#45 @xclerc)

port to Jbuilder

11 Jul 22:14
Compare
Choose a tag to compare

Port to jbuilder and simplify test dependencies

2.0.0

20 Jan 00:22
Compare
Choose a tag to compare

2.0.0

  • Fix reading of files consisting of multiple pages (#30 by @hannesm)
  • Port to MirageOS3 API: removed unused id type (#17), add Failure
    error type (#20), connect does not return a result anymore.
  • Generate a mem function for the filesystem (#18)
  • Port to topkg and respect the odig packaging convention (#24 via @fgimenez)
  • Add LICENSE file to repository (#19 via @djs55)

Cygwin support

17 Feb 17:00
Compare
Choose a tag to compare
  • Use a poor-man realpath instead of relying on C bindings which are not
    available under Cygwin

Add an explicit `connect` function to generated code

09 Mar 21:32
Compare
Choose a tag to compare
  • Add an explicit connect function to the signature of generated code. (#13)
  • Use centralised Travis CI scripts.