Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/uyjulian/krzipfile

ZIP file support for Kirikiri
https://github.com/uyjulian/krzipfile

krkr-plugin

Last synced: 7 days ago
JSON representation

ZIP file support for Kirikiri

Awesome Lists containing this project

README

        

# krzipfile

This Kirikiri (2/Z) plugin allows mounting of UTF-8 encoded zip files.
The compression used can be none, zlib/deflate, bz2, and lzma.

## Building

After cloning submodules and placing `ncbind` and `tp_stub` in the parent directory, a simple `make` will generate `krzipfile.dll`.

## How to use

After `Plugins.link("krzipfile.dll");` is used, the additional functions will be exposed under the `Storages` class.

## License

This project is licensed under the MIT license. Please read the `LICENSE` file for more information.