├── LICENSE ├── README.md ├── requirements.txt └── xamarin-decompress.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NickstaDB/xamarin-decompress/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NickstaDB/xamarin-decompress/HEAD/README.md -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | lz4 -------------------------------------------------------------------------------- /xamarin-decompress.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NickstaDB/xamarin-decompress/HEAD/xamarin-decompress.py --------------------------------------------------------------------------------