renamed games folder to entries folder (also contained frameworks, libraries, ...) and added to the backlog

This commit is contained in:
Trilarion
2019-09-20 14:47:35 +02:00
parent e682f975ad
commit d67e0db0cc
1083 changed files with 1369 additions and 1078 deletions

21
entries/xz_utils.md Normal file
View File

@ -0,0 +1,21 @@
# XZ Utils
_General-purpose data compression software with a high compression ratio._
- Home: https://tukaani.org/xz/
- Media: https://en.wikipedia.org/wiki/XZ_Utils
- State: mature
- Download: (see home)
- Keywords: library
- Code repository: https://git.tukaani.org/xz.git (https://git.tukaani.org/?p=xz.git)
- Code language: C
- Code license: Custom (see file Copying, liblzma is public domain)
Python support [lzma](https://docs.python.org/3/library/lzma.html)
Supersedes [LZMA Utils](https://tukaani.org/lzma/)
## Building
- Build instructions: manual (see instructions in source folder windows)