goat3d
annotate libs/openctm/liblzma/readme.txt @ 94:21319e71117f
[libs] fixed a few warnings in openctm
[goatview] starting animation loading
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Sun, 18 May 2014 19:58:47 +0300 |
parents | |
children |
rev | line source |
---|---|
nuclear@14 | 1 This is the C library implementation of LZMA compression/decompression by Igor Pavlov. |
nuclear@14 | 2 |
nuclear@14 | 3 Author: Igor Pavlov |
nuclear@14 | 4 License: Public domain |
nuclear@14 | 5 Version: 4.65 (2009-02-03) |
nuclear@14 | 6 |
nuclear@14 | 7 Some administrative adaptations for integration in OpenCTM were made by Marcus Geelnard. |