game entry file names changed to canonical version

This commit is contained in:
Trilarion
2019-08-19 16:06:48 +02:00
parent 3515ffc167
commit 4a61c63a3f
117 changed files with 318 additions and 315 deletions

21
games/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)