From 45ad627570ce08efd6ebec1cd0c723438d856894 Mon Sep 17 00:00:00 2001 From: pacien Date: Sat, 10 Nov 2018 15:12:33 +0100 Subject: Init project --- readme.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 readme.md (limited to 'readme.md') diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..331d93a --- /dev/null +++ b/readme.md @@ -0,0 +1,32 @@ +"À-la-gzip" LZSS compressor +=========================== + +A toy implementation of a simple gzip-like LZSS text compressor written in Nim. +This project is part of the compressor course at the Paris-East Marne-la-Vallée university. + + +Test and build +-------------- + +Building this project requires Nim and Nimble version 0.19.0 or later. + +* `nimble build` produces a binary named `main` +* `nimble test` runs the included unit tests + + +Usage +----- + +Compression and decompression are done using the `compress` and `decompress` commands repsectively. + +The input stream is read from the standard input. +The result is outputted to the standard output. + + +License +------- + +Copyright (C) 2018 Pacien TRAN-GIRARD. + +This project is distributed under the terms of the GNU Affero General Public License v3.0, as detailed in the provided `license.md` file. + -- cgit v1.2.3