Update lang/go-devel to version g20200610
[dports.git] / archivers / py-acefile / pkg-descr
1 acefile is an implementation of the ACE archive format.  It is intended to be
2 used as a library, but also provides a stand-alone unace utility.  As mostly
3 pure-python implementation, it is significantly slower than native
4 implementations, but more robust against vulnerabilities.
5
6 This implementation supports up to version 2.0 of the ACE archive format,
7 including the EXE, DELTA, PIC and SOUND modes of ACE 2.0, password protected
8 archives and multi-volume archives.  It does not support writing to archives.
9 It is an implementation from scratch, based on the 1998 document titled
10 "Technical information of the archiver ACE v1.2" by Marcel Lemke, using unace
11 2.5 and WinAce 2.69 by Marcel Lemke as reference implementations.
12
13 WWW: https://www.roe.ch/acefile