diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 03:10:08 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 03:10:08 +0000 |
commit | 32d4e2f5ffe9e309fc4c0c46733d2e1c0d3d9349 (patch) | |
tree | 1fa51eb50812e44893f2c0a4fadafcbe7c7f1294 /debian/liblzma-doc.README.Debian | |
parent | Adding upstream version 5.6.1+really5.4.5. (diff) | |
download | xz-utils-32d4e2f5ffe9e309fc4c0c46733d2e1c0d3d9349.tar.xz xz-utils-32d4e2f5ffe9e309fc4c0c46733d2e1c0d3d9349.zip |
Adding debian version 5.6.1+really5.4.5-1.debian/5.6.1+really5.4.5-1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/liblzma-doc.README.Debian')
-rw-r--r-- | debian/liblzma-doc.README.Debian | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/debian/liblzma-doc.README.Debian b/debian/liblzma-doc.README.Debian new file mode 100644 index 0000000..81e397d --- /dev/null +++ b/debian/liblzma-doc.README.Debian @@ -0,0 +1,19 @@ +From the XZ Utils README (included in the xz-utils package): + +1.3. Documentation for liblzma + + The liblzma API headers include short docs about each function + and data type as Doxygen tags. These docs should be quite OK as + a quick reference. + + I have planned to write a bunch of very well documented example + programs, which (due to comments) should work as a tutorial to + various features of liblzma. No such example programs have been + written yet. + + For now, if you have never used liblzma, libbzip2, or zlib, I + recommend learning *basics* of zlib API. Once you know that, it + should be easier to learn liblzma. + + http://zlib.net/manual.html + http://zlib.net/zlib_how.html |