Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/uyjulian/krzipfile
- Owner: uyjulian
- License: mit
- Created: 2022-03-06T05:11:07.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-15T00:17:16.000Z (5 months ago)
- Last Synced: 2024-10-18T20:37:59.441Z (27 days ago)
- Topics: krkr-plugin
- Language: C
- Homepage:
- Size: 59.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.