aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDominik Homberger <dominikhlbg@gmail.com>2017-06-22 10:07:07 +0200
committerEugene Kliuchnikov <eustas@google.com>2017-06-22 10:07:07 +0200
commita423b33a77f8e0ecfa949f7cdbaa364ea9e2a882 (patch)
treecc6750758fa9a7cff1cd528dafb005f007c05e16 /README.md
parenta4d2956dedadd7ddf23a3674e12620f6d4058f42 (diff)
downloadbrotli-a423b33a77f8e0ecfa949f7cdbaa364ea9e2a882.zip
brotli-a423b33a77f8e0ecfa949f7cdbaa364ea9e2a882.tar.gz
brotli-a423b33a77f8e0ecfa949f7cdbaa364ea9e2a882.tar.bz2
Update Related projects (#565)
Add BrotliHaxe
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index a59bb58..b092e4f 100644
--- a/README.md
+++ b/README.md
@@ -82,3 +82,5 @@ and development.
Independent [decoder](https://github.com/madler/brotli) implementation by Mark Adler, based entirely on format specification.
JavaScript port of brotli [decoder](https://github.com/devongovett/brotli.js). Could be used directly via `npm install brotli`
+
+Hand ported [decoder / encoder](https://github.com/dominikhlbg/BrotliHaxe) in haxe by Dominik Homberger. Output source code: JavaScript, PHP, Python, Java and C#