This file is indexed.

/usr/share/doc/lrzip/TODO is in lrzip 0.631-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
MAYBE TODO for lrzip program

Upgrade to newer version of zpaq supporting 3 compression levels without
relying on open_memstream so it works without temporary files on apple.

Get MD5 working on apple.

Make sure STDIO works properly on large files on apple.

Make a liblrzip library.

Other posix/windows builds?? Need help there...

Add log file option so that output could be
saved for review.

Add test function that would only run lzo_compresses
for a current file without doing any writes.

Consider ncurses version or even GUI one.

Consider using LZMA Filters for processor-optimised
coding to increase compression.

Get the ASM working on 64bit - it's only the CRC check so probably no point.