July 22, 2016
https://issues.dlang.org/show_bug.cgi?id=16310

          Issue ID: 16310
           Summary: std.zip: can't specify archive member order
           Product: D
           Version: D2
          Hardware: x86_64
                OS: Windows
            Status: NEW
          Severity: enhancement
          Priority: P1
         Component: phobos
          Assignee: nobody@puremagic.com
          Reporter: dhasenan@gmail.com

A proper epub file is a zip archive whose first member is an entry named 'mimetype' with contents 'application/epub+zip'. There is no way to specify that a specific entry should appear in a particular position.

It should not be a breaking change to add a sort order field to ArchiveMember.

--