Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/itchio/libc7zip
📦 A C interface for https://github.com/itchio/lib7zip
https://github.com/itchio/libc7zip
Last synced: about 2 months ago
JSON representation
📦 A C interface for https://github.com/itchio/lib7zip
- Host: GitHub
- URL: https://github.com/itchio/libc7zip
- Owner: itchio
- License: mit
- Created: 2017-11-16T12:02:07.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-07-28T17:01:18.000Z (over 2 years ago)
- Last Synced: 2024-05-02T06:11:09.079Z (8 months ago)
- Language: C++
- Homepage:
- Size: 907 KB
- Stars: 14
- Watchers: 3
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# libc7zip
![](https://img.shields.io/badge/maintained%3F-no!-red.svg)
A wrapper over lib7zip so it can be used from C without callbacks.
This uses this particular lib7zip fork:
*
### Building
The library is built using CMake, and downloads lib7zip automatically, all you need to do
is the usual steps to build a CMake projet, for example:```bash
mkdir build
cd build
cmake ..
make
```If all goes well, `libc7zip.{dll,so,dylib}` will be in the `build/` folder. It's statically
linked with lib7zip, so you don't need to worry about it.This library was made for internal purposes, to expose the 7-zip API to
.As a result, I probably won't be accepting issues/PRs on this repo. Cheers!
### License
* libc7zip itself is distributed under the MIT license (see the `LICENSE` file)
* except for the utf conversion code, which is LGPL 2.1 (from 7-zip)
* lib7zip is distributed under the MPL 2.0 license:
* 7-zip is LGPL 2.1 + some other terms, depending on which build you use: