This library implements the Brotli compression and decompression algorithm in pure haxe. Use haxe test.hxml to run the neko and js tests. Use haxe test_cpp.hxml to run the CPP tests. Currently failing for SWF, Java, lua, and python targets.
This library is based on the code from https://github.com/dominikhlbg/BrotliHaxe , and modified to compile with the various platforms.